:root{--wkfrOrder-black: #000000;--wkfrOrder-kyleBlack: #222222;--wkfrOrder-white: #FFFFFF;--wkfrOrder-darkGray: #373737;--wkfrOrder-colorPrimary: #EA2829;--wkfrOrder-colorPrimaryLight: #EA282966;--wkfrOrder-colorBackground: #F2F2F2;--wkfrOrder-colorAccent: #22AE11;--wkfrOrder-accentsRed: #FF383C;--wkfrOrder-accentsOrange: #FF8D28;--wkfrOrder-accentsYellow: #FFCC00;--wkfrOrder-accentsGreen: #34C759;--wkfrOrder-borderColor: #D1D1D1;--wkfrOrder-inputBorderColor: #D5D5D5;--wkfrorder-blue: #0088FF;--wkfrOrder-teal: #00C3D0}body.wkfr-popup-active{overflow:hidden !important;position:fixed;width:100%;height:100%}@keyframes fp-fade{from{opacity:0}to{opacity:1}}@keyframes fp-slide{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fp-slide-up{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fp-spin{to{transform:rotate(360deg)}}.fp-btn-spinner{display:inline-block;width:16px;height:16px;vertical-align:text-bottom;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:fp-spin .75s linear infinite}.fp-nearest-badge{background:linear-gradient(135deg, var(--wkfrOrder-colorPrimary) 0%, #FF5A5B 100%);color:var(--wkfrOrder-white);font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;text-transform:uppercase;display:inline-flex;align-items:center;gap:5px;box-shadow:0 2px 4px rgba(0,0,0,.15);letter-spacing:.03em;line-height:1;border:none;flex-shrink:0;white-space:nowrap}.fp-nearest-badge svg{width:10px;height:10px;flex-shrink:0}.fp-nearest-badge svg path{fill:var(--wkfrOrder-white) !important}.fp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fp-fade .2s ease;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}@media(max-width: 500px){.fp-overlay{padding:0}}@media(max-width: 600px){.fp-overlay{align-items:flex-start}.fp-overlay .fp-desktop-only{display:none !important}}@media(min-width: 601px){.fp-overlay .fp-mobile-only{display:none !important}}.fp-modal{width:100%;max-width:900px;height:90vh;max-height:660px;background:var(--wkfrOrder-white);border-radius:8px;overflow:hidden;display:flex;box-shadow:0 10px 50px rgba(0,0,0,.3);animation:fp-slide .22s ease;position:relative}@media(max-width: 600px){.fp-modal{height:100% !important;max-height:100% !important;border-radius:0;flex-direction:column-reverse;overscroll-behavior:contain}}.fp-modal .fp-modal-close{position:absolute;top:10px;right:10px;z-index:20;width:24px;height:24px;background:rgba(255,255,255,.3);border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--wkfrOrder-darkGray);transition:all .15s ease;padding:0;flex-shrink:0}@media(max-width: 600px){.fp-modal .fp-modal-close{top:calc(env(safe-area-inset-top, 0px) + 12px);left:15px;right:auto;width:34px;height:34px;background:var(--wkfrOrder-white);box-shadow:0 2px 8px rgba(0,0,0,.15);color:var(--wkfrOrder-kyleBlack)}}.fp-modal .fp-modal-close svg{display:block}.fp-left-panel{width:380px;min-width:380px;padding:15px;border-right:1px solid var(--wkfrOrder-borderColor);display:flex;flex-direction:column;background:var(--wkfrOrder-white);overflow:hidden}@media(max-width: 600px){.fp-left-panel{width:100%;min-width:unset;flex:1;border-right:none;padding:0;z-index:10}}.fp-left-panel .fp-panel-title-wrap{padding:14px 0 5px 20px;flex-shrink:0}.fp-left-panel .fp-panel-title{font-size:15px;font-weight:700;color:var(--wkfrOrder-kyleBlack);margin:0;line-height:1.3}.fp-left-panel .fp-search-wrap{padding:0 20px 10px 20px;flex-shrink:0}@media(max-width: 600px){.fp-left-panel .fp-search-wrap{position:absolute;top:calc(env(safe-area-inset-top, 0px) + 12px);left:58px;right:15px;padding:0;z-index:30}}.fp-left-panel .fp-search-inner{display:flex;align-items:center;border:1px solid var(--wkfrOrder-inputBorderColor);border-radius:5px;background:var(--wkfrOrder-white);overflow:hidden;height:34px}.fp-left-panel .fp-search-inner:focus-within{border-color:var(--wkfrOrder-darkGray)}@media(max-width: 600px){.fp-left-panel .fp-search-inner{box-shadow:0 2px 8px rgba(0,0,0,.15);border-color:rgba(0,0,0,.05)}}.fp-left-panel .fp-search-inner .fp-search-icon-left{display:flex;align-items:center;justify-content:center;padding:0 6px 0 8px;flex-shrink:0}.fp-left-panel .fp-search-inner .fp-search-icon-left svg{display:block}.fp-left-panel .fp-search-inner .fp-search-input{flex:1;border:none;outline:none;font-size:16px;color:var(--wkfrOrder-kyleBlack);background:transparent;padding:0;min-width:0}.fp-left-panel .fp-search-inner .fp-search-input::-moz-placeholder{color:#999}.fp-left-panel .fp-search-inner .fp-search-input::placeholder{color:#999}.fp-left-panel .fp-search-inner .fp-search-target{display:flex;align-items:center;justify-content:center;width:30px;height:34px;background:transparent;border:none;cursor:pointer;flex-shrink:0;padding:0;transition:opacity .15s ease}.fp-left-panel .fp-search-inner .fp-search-target:hover{opacity:.7}.fp-left-panel .fp-search-inner .fp-search-target svg{display:block}.fp-left-panel .fp-search-inner .fp-search-target svg path{fill:var(--wkfrOrder-colorPrimary)}.fp-left-panel .fp-branch-list{flex:1;overflow-y:auto;padding:10px;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch}.fp-left-panel .fp-branch-list::-webkit-scrollbar{width:3px}.fp-left-panel .fp-branch-list::-webkit-scrollbar-track{background:transparent}.fp-left-panel .fp-branch-list::-webkit-scrollbar-thumb{background:var(--wkfrOrder-borderColor);border-radius:2px}.fp-left-panel .fp-no-stores{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:var(--wkfrOrder-darkGray)}.fp-left-panel .fp-no-stores svg{margin-bottom:20px;opacity:.2}.fp-left-panel .fp-no-stores svg path{fill:var(--wkfrOrder-colorPrimary)}.fp-left-panel .fp-no-stores h3{font-size:18px;font-weight:700;margin:0 0 10px 0;color:var(--wkfrOrder-kyleBlack)}.fp-left-panel .fp-no-stores p{font-size:14px;margin:0;opacity:.7}.fp-card{padding:13px;margin-bottom:10px;cursor:pointer;background:var(--wkfrOrder-white);transition:all .2s ease;border:1px solid transparent;border-radius:12px}@media(hover: hover){.fp-card:hover{border:1px solid var(--wkfrOrder-colorPrimary);transition:.5s}}.fp-card--selected{border-color:var(--wkfrOrder-colorPrimary)}.fp-card--nearest{border-color:var(--wkfrOrder-colorPrimary)}@media(max-width: 600px){.fp-card{border:1px solid var(--wkfrOrder-borderColor);border-radius:12px;margin:0 15px 15px;padding:15px}.fp-card--selected{border:1px solid var(--wkfrOrder-colorPrimary)}.fp-card--active{border:1px solid var(--wkfrOrder-colorPrimary)}.fp-card--nearest{border:1px solid var(--wkfrOrder-colorPrimary)}.fp-card:hover{border:1px solid var(--wkfrOrder-colorPrimary)}}.fp-card .fp-card-body{display:flex;align-items:flex-start;gap:15px}.fp-card .fp-card-body .fp-card-text{flex:1;min-width:0}.fp-card .fp-card-body .fp-card-text .fp-card-name-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:2px}.fp-card .fp-card-body .fp-card-text .fp-card-name{font-size:16px;font-weight:700;color:var(--wkfrOrder-kyleBlack);line-height:1.3;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.fp-card .fp-card-body .fp-card-text .fp-card-distance{font-size:11px;font-weight:600;color:var(--wkfrOrder-colorPrimary)}.fp-card .fp-card-body .fp-card-text .fp-card-address{font-size:14px;font-weight:400;color:var(--wkfrOrder-darkGray);line-height:1.4;margin:0 0 3px 0;text-align:inherit}.fp-card .fp-card-body .fp-card-text .fp-card-status{font-size:13px;font-weight:600;margin:0 0 6px 0;display:block}.fp-card .fp-card-body .fp-card-text .fp-card-status--open{color:var(--wkfrOrder-colorAccent)}.fp-card .fp-card-body .fp-card-text .fp-card-status--closed{color:var(--wkfrOrder-colorPrimary)}.fp-card .fp-card-body .fp-card-text .fp-card-status .fp-card-hours{font-weight:400;color:var(--wkfrOrder-darkGray)}.fp-card .fp-card-body .fp-card-image{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:4px;flex-shrink:0}@media(max-width: 500px){.fp-card .fp-card-body .fp-card-image{width:56px;height:48px}}.fp-card .fp-card-footer{display:flex;align-items:center;gap:10px;margin-top:2px}.fp-card .fp-card-footer .fp-card-select-btn{background:var(--wkfrOrder-colorPrimary);color:var(--wkfrOrder-white);border:none;padding:5px 20px;font-size:11px;font-weight:600;border-radius:10px;height:36px;cursor:pointer;transition:opacity .15s ease;white-space:nowrap;line-height:1.4}.fp-card .fp-card-footer .fp-card-select-btn:hover{opacity:.88}.fp-card .fp-card-footer .fp-card-select-btn--active{background:rgba(234,40,41,.4);color:var(--wkfrOrder-colorPrimary);display:flex;align-items:center;justify-content:center}.fp-card .fp-card-footer .fp-card-select-btn--active svg path{fill:var(--wkfrOrder-colorPrimary) !important}.fp-card .fp-card-footer .fp-card-select-btn--active:hover{background:rgba(234,40,41,.5)}.fp-card .fp-card-footer .fp-card-select-btn--disabled{background:#e0e0e0;color:#999;cursor:not-allowed;opacity:1}.fp-card .fp-card-footer .fp-card-select-btn--disabled:hover{opacity:1}.fp-card .fp-card-footer .fp-card-action-btns{display:flex;align-items:center;gap:2px}.fp-card .fp-card-footer .fp-card-action-btns .fp-card-action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:transparent;border:none;color:var(--wkfrOrder-darkGray);text-decoration:none;cursor:pointer;transition:color .15s ease;flex-shrink:0;padding:0}.fp-card .fp-card-footer .fp-card-action-btns .fp-card-action-btn svg path{fill:var(--wkfrOrder-colorPrimary) !important}.fp-card .fp-card-footer .fp-card-action-btns .fp-card-action-btn:hover{background-color:var(--wkfrOrder-colorPrimary) !important;transition:.5s}.fp-card .fp-card-footer .fp-card-action-btns .fp-card-action-btn:hover svg path{fill:var(--wkfrOrder-white) !important;transition:.5s}.fp-map-wrap{flex:1;position:relative;background:var(--wkfrOrder-colorBackground);overflow:hidden}@media(max-width: 600px){.fp-map-wrap{height:280px;min-height:280px;flex:none}}.fp-map-wrap .fp-map-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--wkfrOrder-colorBackground);color:#999;font-size:13px;text-align:center;padding:20px}.fp-map-wrap .fp-map-state .fp-spinner{width:32px;height:32px;border:3px solid var(--wkfrOrder-borderColor);border-top-color:var(--wkfrOrder-colorPrimary);border-radius:50%;animation:fp-spin .85s linear infinite}.fp-detail-panel{position:absolute;top:15px;left:395px;width:260px;max-height:calc(100% - 30px);background:var(--wkfrOrder-white);border-radius:12px;box-shadow:0 4px 25px rgba(0,0,0,.15);z-index:100;overflow-y:auto;animation:fp-slide .25s ease}.fp-detail-panel::-webkit-scrollbar{width:4px}.fp-detail-panel::-webkit-scrollbar-track{background:transparent}.fp-detail-panel::-webkit-scrollbar-thumb{background:var(--wkfrOrder-borderColor);border-radius:4px}@media(max-width: 600px){.fp-detail-panel{position:absolute;bottom:0;left:0;right:0;top:auto;width:100% !important;max-height:80vh;border-radius:20px 20px 0 0;z-index:100;animation:fp-slide-up .3s ease-out;background:var(--wkfrOrder-white);box-shadow:0 -5px 25px rgba(0,0,0,.15);padding:0}.fp-detail-panel .fp-detail-inner{background:var(--wkfrOrder-white);width:100%;height:100%;overflow:hidden;position:relative}}.fp-detail-panel .fp-detail-inner .fp-detail-image-wrap{position:relative;width:100%;height:150px;overflow:hidden}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-image-wrap{height:180px}}.fp-detail-panel .fp-detail-inner .fp-detail-image-wrap .fp-detail-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fp-detail-panel .fp-detail-inner .fp-detail-image-wrap .fp-detail-close{position:absolute;top:8px;right:8px;width:32px;height:32px;background:rgba(0,0,0,.4);color:var(--wkfrOrder-white);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}@media(max-width: 600px){.fp-detail-panel .fp-detail-inner .fp-detail-image-wrap .fp-detail-close{top:10px;right:10px}}.fp-detail-panel .fp-detail-inner .fp-detail-image-wrap .fp-detail-close:hover{background:rgba(0,0,0,.6)}.fp-detail-panel .fp-detail-inner .fp-detail-content{padding:15px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content{padding:20px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-header-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:12px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-header-row{margin-bottom:20px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-header-row .fp-nearest-badge{margin-left:0}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-title{font-size:16px;font-weight:700;margin:0;color:var(--wkfrOrder-kyleBlack);line-height:1.3}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-title{font-size:18px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row{display:flex;gap:10px;margin-bottom:12px;text-decoration:none;color:inherit;font-size:13px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row{font-size:14px;margin-bottom:15px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row svg{flex-shrink:0;margin-top:2px;color:var(--wkfrOrder-darkGray)}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row svg{width:16px;height:16px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row .fp-detail-row-text{display:flex;flex-direction:column;line-height:1.4}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row .fp-detail-row-text .fp-detail-distance{color:var(--wkfrOrder-colorPrimary);font-weight:600;font-size:11px;margin-top:2px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row .fp-detail-row-text .fp-detail-distance{font-size:13px;margin-top:5px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row.fp-mail-detail-row,.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-row.fp-phone-detail-row{color:var(--wkfrOrder-colorPrimary)}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap{margin:15px 0;padding-top:15px;border-top:1px solid var(--wkfrOrder-borderColor)}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap{margin-top:20px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;margin-bottom:10px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-title{font-size:15px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-title svg{color:var(--wkfrOrder-darkGray)}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-title .fp-status-open{color:var(--wkfrOrder-colorAccent)}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-title .fp-status-closed{color:var(--wkfrOrder-colorPrimary)}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-table{font-size:12px;color:var(--wkfrOrder-darkGray)}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-table{font-size:14px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-table .fp-detail-hours-row{display:flex;justify-content:space-between;margin-bottom:4px;padding-left:22px}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-table .fp-detail-hours-row span:first-child{flex:1}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-hours-wrap .fp-detail-hours-table .fp-detail-hours-row{margin-bottom:8px}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer{display:flex;gap:10px;margin-top:20px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer{margin-top:30px;gap:20px;justify-content:space-between;align-items:center}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-select-btn{flex:1;height:32px;background:var(--wkfrOrder-colorPrimary);color:var(--wkfrOrder-white);border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-select-btn{height:40px;max-width:140px;font-size:14px;border-radius:10px}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-select-btn--active{background:#facccb !important;color:var(--wkfrOrder-colorPrimary) !important}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-select-btn:hover{opacity:.9}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-select-btn--active{background:var(--wkfrOrder-colorPrimaryLight);color:var(--wkfrOrder-colorPrimary)}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-direction-link{flex:1;height:32px;background:transparent;color:var(--wkfrOrder-colorPrimary);border:none;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:5px}@media(max-width: 760px){.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-direction-link{font-size:14px;flex:none}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-direction-link svg path{fill:var(--wkfrOrder-colorPrimary)}}.fp-detail-panel .fp-detail-inner .fp-detail-content .fp-detail-footer .fp-detail-direction-link:hover{text-decoration:underline}.fp-confirm-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:200;display:flex;align-items:center;justify-content:center;border-radius:inherit;animation:fp-fade .2s ease;padding:20px}.fp-confirm-modal{background:var(--wkfrOrder-white);padding:24px;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);width:100%;max-width:360px;text-align:center;animation:fp-slide .2s ease}.fp-confirm-modal .fp-confirm-title{font-size:18px;font-weight:700;margin:0 0 10px;color:var(--wkfrOrder-kyleBlack)}.fp-confirm-modal .fp-confirm-text{font-size:14px;color:var(--wkfrOrder-darkGray);line-height:1.5;margin:0 0 20px}.fp-confirm-modal .fp-confirm-actions{display:flex;gap:12px;justify-content:center}.fp-confirm-modal .fp-confirm-actions .fp-confirm-btn{flex:1;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;height:40px}.fp-confirm-modal .fp-confirm-actions .fp-confirm-btn.fp-confirm-cancel{background:#f0f0f0;color:var(--wkfrOrder-darkGray)}.fp-confirm-modal .fp-confirm-actions .fp-confirm-btn.fp-confirm-cancel:hover{background:#e4e4e4}.fp-confirm-modal .fp-confirm-actions .fp-confirm-btn.fp-confirm-proceed{background:var(--wkfrOrder-colorPrimary);color:var(--wkfrOrder-white)}.fp-confirm-modal .fp-confirm-actions .fp-confirm-btn.fp-confirm-proceed:hover{opacity:.9}.fp-confirm-modal .fp-confirm-actions .fp-confirm-btn.fp-confirm-proceed:disabled{opacity:.7;cursor:not-allowed}.fp-branch-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:40px;text-align:center;animation:fp-fade-in .4s ease-out}.fp-branch-loading .fp-spinner{width:48px;height:48px;border:4px solid rgba(133,133,133,.1);border-top:4px solid var(--wkfrOrder-colorPrimary);border-radius:50%;position:relative;animation:fp-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;margin-bottom:20px;box-shadow:0 0 15px rgba(var(--wkfrOrder-colorPrimary-rgb), 0.1)}.fp-branch-loading .fp-spinner::after{content:"";position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border:4px solid transparent;border-bottom:4px solid var(--wkfrOrder-colorPrimary);border-radius:50%;opacity:.5;animation:fp-spin 2s linear infinite reverse}.fp-branch-loading p{font-size:15px;font-weight:500;color:var(--wkfrOrder-kyleBlack);margin:0;letter-spacing:.5px;opacity:.8;animation:fp-pulse-text 1.5s ease-in-out infinite}@keyframes fp-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes fp-pulse-text{0%,100%{opacity:.5;transform:scale(0.98)}50%{opacity:1;transform:scale(1)}}@keyframes fp-fade-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
:root{--wkfrOrder-black: #000000;--wkfrOrder-kyleBlack: #222222;--wkfrOrder-white: #FFFFFF;--wkfrOrder-darkGray: #373737;--wkfrOrder-colorPrimary: #EA2829;--wkfrOrder-colorPrimaryLight: #EA282966;--wkfrOrder-colorBackground: #F2F2F2;--wkfrOrder-colorAccent: #22AE11;--wkfrOrder-accentsRed: #FF383C;--wkfrOrder-accentsOrange: #FF8D28;--wkfrOrder-accentsYellow: #FFCC00;--wkfrOrder-accentsGreen: #34C759;--wkfrOrder-borderColor: #D1D1D1;--wkfrOrder-inputBorderColor: #D5D5D5;--wkfrorder-blue: #0088FF;--wkfrOrder-teal: #00C3D0}*, ::before, ::after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x:  ;--tw-pan-y:  ;--tw-pinch-zoom:  ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position:  ;--tw-gradient-via-position:  ;--tw-gradient-to-position:  ;--tw-ordinal:  ;--tw-slashed-zero:  ;--tw-numeric-figure:  ;--tw-numeric-spacing:  ;--tw-numeric-fraction:  ;--tw-ring-inset:  ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur:  ;--tw-brightness:  ;--tw-contrast:  ;--tw-grayscale:  ;--tw-hue-rotate:  ;--tw-invert:  ;--tw-saturate:  ;--tw-sepia:  ;--tw-drop-shadow:  ;--tw-backdrop-blur:  ;--tw-backdrop-brightness:  ;--tw-backdrop-contrast:  ;--tw-backdrop-grayscale:  ;--tw-backdrop-hue-rotate:  ;--tw-backdrop-invert:  ;--tw-backdrop-opacity:  ;--tw-backdrop-saturate:  ;--tw-backdrop-sepia:  ;--tw-contain-size:  ;--tw-contain-layout:  ;--tw-contain-paint:  ;--tw-contain-style:  }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x:  ;--tw-pan-y:  ;--tw-pinch-zoom:  ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position:  ;--tw-gradient-via-position:  ;--tw-gradient-to-position:  ;--tw-ordinal:  ;--tw-slashed-zero:  ;--tw-numeric-figure:  ;--tw-numeric-spacing:  ;--tw-numeric-fraction:  ;--tw-ring-inset:  ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / 0.5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur:  ;--tw-brightness:  ;--tw-contrast:  ;--tw-grayscale:  ;--tw-hue-rotate:  ;--tw-invert:  ;--tw-saturate:  ;--tw-sepia:  ;--tw-drop-shadow:  ;--tw-backdrop-blur:  ;--tw-backdrop-brightness:  ;--tw-backdrop-contrast:  ;--tw-backdrop-grayscale:  ;--tw-backdrop-hue-rotate:  ;--tw-backdrop-invert:  ;--tw-backdrop-opacity:  ;--tw-backdrop-saturate:  ;--tw-backdrop-sepia:  ;--tw-contain-size:  ;--tw-contain-layout:  ;--tw-contain-paint:  ;--tw-contain-style:  }/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.wkfr-order-grid{display: grid}:root{--wkfrOrder-black: #000000;--wkfrOrder-kyleBlack: #222222;--wkfrOrder-white: #FFFFFF;--wkfrOrder-darkGray: #373737;--wkfrOrder-colorPrimary: #EA2829;--wkfrOrder-colorPrimaryLight: #EA282966;--wkfrOrder-colorBackground: #F2F2F2;--wkfrOrder-colorAccent: #22AE11;--wkfrOrder-accentsRed: #FF383C;--wkfrOrder-accentsOrange: #FF8D28;--wkfrOrder-accentsYellow: #FFCC00;--wkfrOrder-accentsGreen: #34C759;--wkfrOrder-borderColor: #D1D1D1;--wkfrOrder-inputBorderColor: #D5D5D5;--wkfrorder-blue: #0088FF;--wkfrOrder-teal: #00C3D0}.wkfr-product-widget{border:1px solid var(--wkfrOrder-borderColor);border-radius:8px;padding:20px;font-family:inherit;color:var(--wkfrOrder-kyleBlack);background-color:var(--wkfrOrder-white);width:100%;box-sizing:border-box;margin-top:16px}.wkfr-product-widget *{box-sizing:border-box}.wkfr-product-widget .wkfr-widget-header{margin-bottom:18px}.wkfr-product-widget .wkfr-widget-header .wkfr-delivery-to{font-weight:700;font-size:15px;color:var(--wkfrOrder-black)}.wkfr-product-widget .wkfr-widget-options{display:flex;flex-direction:column;gap:16px}.wkfr-product-widget .wkfr-widget-options .wkfr-widget-option.wkfr-option-disabled .wkfr-radio-custom,.wkfr-product-widget .wkfr-widget-options .wkfr-widget-option.wkfr-option-disabled .wkfr-option-title-row,.wkfr-product-widget .wkfr-widget-options .wkfr-widget-option.wkfr-option-disabled .wkfr-option-timer{opacity:.5}.wkfr-product-widget .wkfr-widget-options .wkfr-widget-option.wkfr-option-disabled .wkfr-radio-label{cursor:not-allowed}.wkfr-product-widget .wkfr-widget-options .wkfr-widget-option.wkfr-option-disabled .wkfr-radio-label .wkfr-option-meta{cursor:default}.wkfr-product-widget .wkfr-widget-options .wkfr-widget-option.wkfr-option-disabled .wkfr-radio-label .wkfr-option-meta .wkfr-change-branch{cursor:pointer}.wkfr-product-widget .wkfr-radio-label{display:flex;align-items:flex-start;cursor:pointer;margin:0}.wkfr-product-widget .wkfr-radio-label input[type=radio]{position:absolute;opacity:0;width:0;height:0}.wkfr-product-widget .wkfr-radio-label input[type=radio]:checked~.wkfr-radio-custom{border-color:var(--wkfrOrder-colorPrimary)}.wkfr-product-widget .wkfr-radio-label input[type=radio]:checked~.wkfr-radio-custom::after{transform:translate(-50%, -50%) scale(1)}.wkfr-product-widget .wkfr-radio-label .wkfr-radio-custom{width:18px;height:18px;border:2px solid #a3a3a3;border-radius:50%;margin-right:12px;margin-top:2px;position:relative;flex-shrink:0;transition:border-color .2s}.wkfr-product-widget .wkfr-radio-label .wkfr-radio-custom::after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:var(--wkfrOrder-colorPrimary);border-radius:50%;transform:translate(-50%, -50%) scale(0);transition:transform .2s}.wkfr-product-widget .wkfr-radio-label .wkfr-option-content{flex:1;display:flex;flex-direction:column;gap:3px;font-size:14px}.wkfr-product-widget .wkfr-option-title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.wkfr-product-widget .wkfr-option-title-row .wkfr-option-title{font-weight:600;color:var(--wkfrOrder-kyleBlack);font-size:14px}.wkfr-product-widget .wkfr-option-title-row .wkfr-option-stock{font-weight:600;font-size:12px}.wkfr-product-widget .wkfr-option-title-row .wkfr-option-stock.in-stock{color:var(--wkfrOrder-colorAccent)}.wkfr-product-widget .wkfr-option-title-row .wkfr-option-stock.out-of-stock{color:var(--wkfrOrder-colorPrimary)}.wkfr-product-widget .wkfr-option-meta{font-size:12px;color:var(--wkfrOrder-darkGray)}.wkfr-product-widget .wkfr-option-meta .wkfr-change-branch{color:var(--wkfrOrder-colorPrimary);text-decoration:none;margin-left:2px}.wkfr-product-widget .wkfr-option-meta .wkfr-change-branch:hover{text-decoration:underline}.wkfr-product-widget .wkfr-option-timer{font-size:11px;color:var(--wkfrOrder-colorPrimary)}.wkfr-product-widget .wkfr-widget-divider{border:none;border-top:1px solid #ebebeb;margin:5px 0 10px 0}.wkfr-product-widget .wkfr-collect-section{display:flex;flex-direction:column;gap:16px}.wkfr-product-widget .wkfr-collect-section .wkfr-collect-title{font-weight:700;font-size:15px;color:var(--wkfrOrder-black);margin-bottom:-4px}.wkfr-product-sheets-download-buttons{display:flex;justify-content:space-between;gap:16px;width:100%}.wkfr-product-sheets-download-buttons .wkfr-product-sheets-download-button{display:flex;align-items:center;justify-content:center;gap:6px;text-decoration:none;font-size:14px;font-weight:600;border:1px solid var(--wkfrOrder-borderColor);border-radius:8px;padding:10px;font-family:inherit;color:var(--wkfrOrder-kyleBlack);background-color:var(--wkfrOrder-white);width:100%;box-sizing:border-box}.wkfr-product-sheets-download-buttons .wkfr-product-sheets-download-button:hover{background-color:var(--wkfrOrder-colorPrimary);color:var(--wkfrOrder-white);border-color:var(--wkfrOrder-colorPrimary);transition:.3s ease-in-out}.wkfr-product-sheets-download-buttons .wkfr-product-sheets-download-button:hover svg path{stroke:var(--wkfrOrder-white)}.wkfr-product-card-widget{margin:10px 0;width:100%;position:relative}.wkfr-product-card-widget .wkfr-card-widget-dropdown-wrap{position:relative}.wkfr-product-card-widget .wkfr-card-widget-dropdown{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;cursor:pointer;transition:all .2s ease}.wkfr-product-card-widget .wkfr-card-widget-dropdown:hover{border-color:#d1d5db}.wkfr-product-card-widget .wkfr-card-widget-dropdown.active{border-color:var(--wkfrOrder-colorPrimary);background-color:#fff}.wkfr-product-card-widget .wkfr-card-widget-dropdown.active .wkfr-card-widget-arrow{transform:rotate(180deg)}.wkfr-product-card-widget .wkfr-card-widget-dropdown .wkfr-card-widget-status{font-size:13px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wkfr-product-card-widget .wkfr-card-widget-dropdown .wkfr-card-widget-status.out-of-stock{color:var(--wkfrOrder-colorPrimary)}.wkfr-product-card-widget .wkfr-card-widget-dropdown .wkfr-card-widget-arrow{display:flex;align-items:center;margin-left:8px;flex-shrink:0;transition:transform .2s ease}.wkfr-product-card-widget .wkfr-card-widget-options{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:100;display:none;overflow:hidden}.wkfr-product-card-widget .wkfr-card-widget-options.show{display:block}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option{padding:10px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:background .2s;font-size:13px;color:#4b5563}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option:hover:not(.disabled){background-color:#f3f4f6}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option.selected{color:var(--wkfrOrder-colorPrimary);font-weight:600}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option.selected .wkfr-option-dot{background-color:var(--wkfrOrder-colorPrimary);border-color:var(--wkfrOrder-colorPrimary)}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option.disabled{opacity:.5;cursor:not-allowed;background-color:#f9f9f9}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-dot{width:12px;height:12px;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap{display:flex;flex-direction:column;gap:2px;overflow:hidden}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-text{font-size:13px;line-height:1.2}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-stock{font-size:11px;font-weight:600}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-stock.in-stock{color:#10b981}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-stock.out-of-stock{color:var(--wkfrOrder-colorPrimary)}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-meta{font-size:11px;color:#6b7280;margin-top:2px}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-meta .wkfr-change-branch{color:var(--wkfrOrder-colorPrimary);text-decoration:none;font-weight:600;margin-left:4px}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-meta .wkfr-change-branch:hover{text-decoration:underline}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option .wkfr-option-content-wrap .wkfr-option-timer{font-size:11px;color:var(--wkfrOrder-colorPrimary);font-weight:600;margin-top:2px}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option-action{padding:10px 12px;border-top:1px solid #f3f4f6}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option-action a{font-size:12px;color:var(--wkfrOrder-colorPrimary);text-decoration:none;font-weight:600}.wkfr-product-card-widget .wkfr-card-widget-options .wkfr-card-option-action a:hover{text-decoration:underline}.wkfr-mini-cart-switcher{display:flex;border-top:1px solid #ebebeb;margin-top:15px;padding-top:12px;padding-bottom:12px}.wkfr-mini-cart-switcher .wkfr-mini-switcher-btn{flex:1;font-size:12px;font-weight:500;text-align:center;background:transparent;border:none;color:var(--wkfrOrder-colorPrimary);cursor:pointer;transition:all .2s;padding:0}.wkfr-mini-cart-switcher .wkfr-mini-switcher-btn:hover:not(:disabled){opacity:.8}.wkfr-mini-cart-switcher .wkfr-mini-switcher-btn.wkfr-mini-switcher-disabled,.wkfr-mini-cart-switcher .wkfr-mini-switcher-btn:disabled{color:#a3a3a3;cursor:not-allowed;background:transparent}.wkfr-mini-cart-switcher .wkfr-mini-switcher-btn.loading{position:relative;color:transparent !important;pointer-events:none}.wkfr-mini-cart-switcher .wkfr-mini-switcher-btn.loading::after{content:"";position:absolute;width:14px;height:14px;top:50%;left:50%;margin-top:-7px;margin-left:-7px;border:2px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--wkfrOrder-colorPrimary);animation:wkfr-spin .6s linear infinite}@keyframes wkfr-spin{to{transform:rotate(360deg)}}:root{--wkfrOrder-black: #000000;--wkfrOrder-kyleBlack: #222222;--wkfrOrder-white: #FFFFFF;--wkfrOrder-darkGray: #373737;--wkfrOrder-colorPrimary: #EA2829;--wkfrOrder-colorPrimaryLight: #EA282966;--wkfrOrder-colorBackground: #F2F2F2;--wkfrOrder-colorAccent: #22AE11;--wkfrOrder-accentsRed: #FF383C;--wkfrOrder-accentsOrange: #FF8D28;--wkfrOrder-accentsYellow: #FFCC00;--wkfrOrder-accentsGreen: #34C759;--wkfrOrder-borderColor: #D1D1D1;--wkfrOrder-inputBorderColor: #D5D5D5;--wkfrorder-blue: #0088FF;--wkfrOrder-teal: #00C3D0}.wkfr-thankyou{width:100%;margin:0px auto;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1a1a1a;line-height:1.5}.wkfr-thankyou-card{background:#f4f4f4;border:1px solid #e0e0e0;border-radius:12px;padding:15px;margin-bottom:30px}.wkfr-thankyou-card-title{text-align:center;font-size:22px;font-weight:700;margin-bottom:15px;color:#222}.wkfr-thankyou-card-body{display:flex;gap:16px}.wkfr-thankyou-left,.wkfr-thankyou-right{background:#fff;border:1px solid #ebebeb;border-radius:8px;padding:20px;flex:1;box-shadow:0 4px 12px rgba(0,0,0,.03)}.wkfr-thankyou-label{font-size:16px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.wkfr-thankyou-code{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;padding:12px;text-align:center;font-size:32px;font-weight:700;color:#22c55e;letter-spacing:1px;margin-bottom:25px;display:flex;align-items:center;justify-content:center}.wkfr-thankyou-note{font-size:13px;color:#4b5563;line-height:1.6;margin-bottom:30px}.wkfr-thankyou-section-title{font-size:14px;font-weight:700;margin-bottom:12px;color:#1a1a1a}.wkfr-thankyou-contact{list-style:none;padding:0;margin:0 0 25px 0}.wkfr-thankyou-contact li{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;font-weight:500}.wkfr-thankyou-contact li a{color:#ef4444;text-decoration:none}.wkfr-thankyou-contact li a:hover{text-decoration:underline}.wkfr-thankyou-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#666;flex-shrink:0}.wkfr-thankyou-svg{width:100%;height:100%;fill:currentColor}.wkfr-thankyou-open{font-weight:600}.wkfr-thankyou-open.open{color:#22c55e}.wkfr-thankyou-hours{list-style:none;padding:0;margin:0}.wkfr-thankyou-hours li{display:flex;font-size:13px;color:#6b7280;margin-bottom:8px}.wkfr-thankyou-hours li .wkfr-thankyou-day{width:70px;font-weight:500}.wkfr-thankyou-hours li .wkfr-thankyou-time{display:flex;align-items:center}.wkfr-thankyou-hours li .wkfr-thankyou-time::before{content:"•";margin-right:8px;color:#9ca3af}.wkfr-thankyou-right{display:flex;flex-direction:column}.wkfr-thankyou-right .wkfr-thankyou-image{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-bottom:20px}.wkfr-thankyou-right .wkfr-thankyou-branch-name{font-size:18px;font-weight:700;margin-bottom:12px;color:#111}.wkfr-thankyou-right .wkfr-thankyou-branch-address{font-size:13px;color:#4b5563;margin-bottom:10px;line-height:1.5;display:flex;gap:8px}.wkfr-thankyou-right .wkfr-thankyou-branch-address .wkfr-thankyou-icon{margin-top:2px}.wkfr-thankyou-right .wkfr-thankyou-branch-distance{font-size:14px;color:#ef4444;font-weight:600;margin-bottom:25px;padding-left:26px}.wkfr-thankyou-right .wkfr-thankyou-direction{display:inline-flex;align-items:center;gap:10px;color:#ef4444;text-decoration:none;font-size:13px;font-weight:700;margin-top:auto;width:-moz-fit-content;width:fit-content}.wkfr-thankyou-right .wkfr-thankyou-direction:hover{text-decoration:underline}.wkfr-thankyou-right .wkfr-thankyou-direction .wkfr-thankyou-icon{color:#ef4444}.wkfr-thankyou-bottom{display:flex;gap:16px}.wkfr-thankyou-invoice{background:#fff;padding:0;flex:1;display:flex;flex-direction:column}.wkfr-thankyou-account{background:#f4f4f4;border:1px solid #e5e5e5;border-radius:12px;padding:13px 20px;flex:1;display:flex;flex-direction:column}.wkfr-thankyou-bottom-title{font-size:16px;font-weight:700;margin-bottom:20px;color:#1a1a1a}.wkfr-thankyou-actions{display:flex;gap:12px;margin-bottom:25px}.wkfr-thankyou-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s;border:1px solid transparent;height:44px}.wkfr-thankyou-btn.solid{background:#ef4444;color:#fff}.wkfr-thankyou-btn.solid:hover{background:#dc2626}.wkfr-thankyou-btn.account{margin-top:auto;width:-moz-fit-content;width:fit-content;border-color:#f87171;color:#ef4444}.wkfr-thankyou-btn.account:hover{background:#fff5f5;border-color:#ef4444}.wkfr-thankyou-btn-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.wkfr-thankyou-btn-icon svg{fill:currentColor}.wkfr-thankyou .wkfr-print-invoice{border:1px solid #e5e7eb;color:#ef4444}.wkfr-thankyou-forward{padding-top:10px}.wkfr-thankyou-forward-label{font-size:13px;font-weight:500;color:#1a1a1a;margin-bottom:15px;line-height:1.5}.wkfr-thankyou-forward-row{display:flex;gap:12px}.wkfr-thankyou-forward-row .wkfr-thankyou-btn{border-color:#f87171;color:#ef4444}.wkfr-thankyou-forward-row .wkfr-thankyou-btn:hover{background:#fff5f5;border-color:#ef4444}.wkfr-thankyou-input-wrap{position:relative;flex:1}.wkfr-thankyou-input-wrap .wkfr-thankyou-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#6b7280;width:18px;height:18px}.wkfr-thankyou-input-wrap .wkfr-thankyou-input{width:100%;height:44px;padding:0 12px 0 44px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;background:#fff;color:#000}.wkfr-thankyou-input-wrap .wkfr-thankyou-input:focus{outline:none;border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.1)}.wkfr-thankyou-input-wrap .wkfr-thankyou-input::-moz-placeholder{color:#9ca3af}.wkfr-thankyou-input-wrap .wkfr-thankyou-input::placeholder{color:#9ca3af}.wkfr-thankyou-account{display:flex;flex-direction:column}.wkfr-thankyou-account-links{list-style:none;padding:0;margin:0 0 10px 0;font-size:14px}.wkfr-thankyou-account-links li{margin-bottom:12px;color:#4b5563;font-weight:500;cursor:pointer;transition:color .2s}.wkfr-thankyou-account-links li:hover{color:#ef4444}@media(max-width: 820px){.wkfr-thankyou-card{padding:20px}.wkfr-thankyou-card-body{flex-direction:column}.wkfr-thankyou-bottom{flex-direction:column}.wkfr-thankyou-actions{flex-direction:column}.wkfr-thankyou-forward-row{flex-direction:column}.wkfr-thankyou-btn{width:100%}}.wkfr-order-outlet-info{display:flex;align-items:center;padding:8px;border:1px solid var(--wkfrOrder-colorPrimary);border-radius:6px;background:transparent;cursor:pointer;max-width:-moz-fit-content;max-width:fit-content;font-family:inherit;box-sizing:border-box}.wkfr-order-outlet-info__content{display:flex;flex-direction:column;gap:5px;margin-right:12px;justify-content:center}.wkfr-outlet-info-row{display:flex;align-items:center;gap:6px;font-size:12px;color:#e0e0e0;line-height:1.1}.wkfr-outlet-icon{display:flex;align-items:center;justify-content:center;width:14px;height:14px;opacity:.9}.wkfr-outlet-icon svg path{fill:#fff}.wkfr-outlet-text{display:flex;gap:4px;white-space:nowrap}.wkfr-outlet-value{color:#fff}.wkfr-bold{font-weight:700}.wkfr-outlet-edit-pencil{display:flex;align-items:center;justify-content:center;margin-left:2px}.wkfr-outlet-edit-pencil svg path{fill:var(--wkfrOrder-colorPrimary)}.wkfr-archive-outlet-info{background:var(--wkfrOrder-colorPrimary);border-radius:8px;padding:10px 20px;margin-bottom:25px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;box-sizing:border-box;position:relative}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content{display:flex;align-items:center;gap:30px;flex-grow:1}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content .wkfr-outlet-info-row{display:flex;align-items:center;gap:8px;color:var(--wkfrOrder-white);font-size:14px}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content .wkfr-outlet-info-row .wkfr-outlet-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content .wkfr-outlet-info-row .wkfr-outlet-icon svg path{fill:var(--wkfrOrder-white) !important}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content .wkfr-outlet-info-row .wkfr-outlet-text{display:flex;gap:5px;white-space:nowrap;color:var(--wkfrOrder-white)}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content .wkfr-outlet-info-row .wkfr-outlet-text .wkfr-outlet-value{color:var(--wkfrOrder-white);font-weight:700}.wkfr-archive-outlet-info .wkfr-outlet-edit-pencil{display:flex;align-items:center;justify-content:center;margin-left:15px}.wkfr-archive-outlet-info .wkfr-outlet-edit-pencil svg path{fill:var(--wkfrOrder-white) !important}@media(max-width: 1024px){.wkfr-outlet-text{flex-wrap:wrap}}@media(max-width: 600px){.wkfr-archive-outlet-info{padding:12px;flex-direction:column;gap:10px;align-items:flex-start}.wkfr-archive-outlet-info .wkfr-archive-outlet-info__content{flex-direction:column;align-items:flex-start;gap:8px}.wkfr-archive-outlet-info .wkfr-outlet-edit-pencil{position:absolute;top:15px;right:15px;margin-left:0}}@media(max-width: 380px){.wkfr-order-outlet-info__content{margin-right:5px}.wkfr-outlet-info-row{font-size:10px}}
