.of-qop{max-width:1100px;margin:0 auto;padding:1.5rem 1rem 4rem;color:var(--of-slate)}.of-qop__title{font-family:var(--type-header-font-family, "Montserrat", sans-serif);color:var(--of-slate-dark);margin:0 0 .25rem}.of-qop__sub{color:var(--of-gray-500);margin:0 0 1.5rem}.of-qop__grid{display:block;border:1px solid var(--of-gray-300);border-radius:8px;overflow:visible}.of-qop__thead,.of-qop__row{display:grid;grid-template-columns:2rem 2.2rem 56px minmax(140px,1.2fr) minmax(160px,2fr) 6rem 7rem 6.5rem 2rem;align-items:center;gap:.5rem;padding:.5rem .75rem}.of-qop__thead{background:var(--of-parchment);font-weight:600;color:var(--of-slate-dark);border-bottom:1px solid var(--of-gray-300)}.of-qop__row{border-bottom:1px solid var(--of-gray-300);position:relative}.of-qop__row:last-child{border-bottom:0}.of-qop__th--unit,.of-qop__th--amount,.of-qop__cell--unit,.of-qop__cell--amount{text-align:right}.of-qop__th--qty,.of-qop__cell--qty{text-align:center}.of-qop__cell--part{position:relative}.of-qop__part-input,.of-qop__notes-input{width:100%;padding:.5rem .6rem;border:1px solid var(--of-gray-300);border-radius:6px;font:inherit;color:var(--of-slate-dark);background:#fff}.of-qop__part-input:focus{outline:2px solid var(--of-slate);outline-offset:1px}.of-qop__part-input[readonly]{background:var(--of-parchment);color:var(--of-slate-dark);cursor:default}.of-qop__results{position:absolute;top:calc(100% + 2px);left:0;right:auto;z-index:30;min-width:min(540px,85vw);max-width:90vw;background:#fff;border:1px solid var(--of-gray-300);border-radius:6px;box-shadow:0 6px 20px #0000001f;max-height:320px;overflow-y:auto}.of-qop__result{display:flex;gap:.6rem;align-items:center;width:100%;text-align:left;padding:.5rem .6rem;border:0;background:none;cursor:pointer;font:inherit;border-bottom:1px solid var(--of-gray-300)}.of-qop__result:last-child{border-bottom:0}.of-qop__result:hover,.of-qop__result.is-active{background:var(--of-parchment)}.of-qop__result-sku{flex:0 0 auto;font-weight:600;color:var(--of-slate-dark)}.of-qop__result-title{flex:1 1 auto;min-width:0;color:var(--of-gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.of-qop__result-multi{flex:0 0 auto;margin-left:auto;font-size:.75rem;color:var(--of-khaki-dark)}.of-qop__nomatch{margin:.25rem 0 0;font-size:.8rem;color:var(--of-oxblood)}.of-qop__thumb-btn{border:0;background:none;padding:0;cursor:zoom-in}.of-qop__thumb{display:block;width:48px;height:48px;object-fit:contain;border-radius:4px}.of-qop__unit-base{color:var(--of-slate)}.of-qop__unit-base.is-struck{text-decoration:line-through;color:var(--of-gray-400);margin-right:.35rem}.of-qop__unit-disc{color:var(--of-oxblood);font-weight:600}.of-qop__cell--amount{color:var(--of-slate-dark);font-weight:600}.of-qop__cell--amount.is-sale{color:var(--of-oxblood)}.of-qop__stock{display:block;font-size:.78rem;margin-top:.15rem;color:var(--of-gray-500, #8c8573)}.of-qop__stock[hidden]{display:none}.of-qop__stock--low{color:var(--of-oxblood, #C04943);font-weight:600}.of-qop__stock--none{color:var(--of-oxblood, #C04943)}.of-qop__stock--high,.of-qop__stock--continue{color:var(--of-gray-500, #8c8573)}.of-qop__row-disc{font-size:.72rem;font-weight:600;color:var(--of-oxblood);background:var(--of-oxblood-tint, #fbeae9);border-radius:10px;padding:.1rem .5rem;justify-self:start;width:fit-content}.of-qop__row:not(.is-resolved) .of-qop__stepper,.of-qop__row:not(.is-resolved) .of-qop__row-remove{display:none}.of-qop__cell--select{display:flex;align-items:center;justify-content:center}.of-qop__select,.of-qop__select-all{width:1.05rem;height:1.05rem;accent-color:var(--of-slate);cursor:pointer}.of-qop__row:not(.is-resolved) .of-qop__cell--select{visibility:hidden}.of-qop__stepper{display:inline-flex;align-items:stretch;gap:0;border:1px solid var(--of-gray-300);border-radius:6px;overflow:hidden;background:#fff}.of-qop__stepper .quantity-btn{width:2rem;min-height:2.25rem;border:0;background:var(--of-parchment);color:var(--of-slate-dark);font-size:1.1rem;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background-color .12s ease,color .12s ease}.of-qop__stepper .quantity-btn:hover{background:var(--of-khaki);color:#fff}.of-qop__stepper .quantity-input{width:2.75rem;text-align:center;border:0;padding:0;border-left:1px solid var(--of-gray-300);border-right:1px solid var(--of-gray-300);font:inherit;color:var(--of-slate-dark);background:#fff;-moz-appearance:textfield}.of-qop__stepper .quantity-input:focus{outline:2px solid var(--of-slate);outline-offset:-2px}.of-qop__stepper .quantity-input::-webkit-outer-spin-button,.of-qop__stepper .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.of-qop__row-remove{border:0;background:none;color:var(--of-gray-400);font-size:1.25rem;line-height:1;cursor:pointer;padding:.15rem .25rem;justify-self:center}.of-qop__row-remove:hover{color:var(--of-oxblood)}.of-qop__footer{display:grid;grid-template-columns:1fr minmax(300px,360px);gap:2rem;margin-top:1.5rem}@media(max-width:740px){.of-qop__footer{grid-template-columns:1fr}.of-qop__thead{display:none}.of-qop__grid{border:0;border-radius:0}.of-qop__row{border:1px solid var(--of-gray-300);border-radius:8px;margin-bottom:.5rem;padding:.55rem 1.75rem .55rem .65rem;position:relative}.of-qop__row:last-child{border-bottom:1px solid var(--of-gray-300)}.of-qop__cell--num,.of-qop__cell--img{display:none}.of-qop__row-remove{position:absolute;top:.4rem;right:.4rem;justify-self:auto}.of-qop__row:not(.is-resolved){grid-template-columns:1fr;grid-template-areas:"part"}.of-qop__row:not(.is-resolved) .of-qop__cell--select{display:none}.of-qop__row:not(.is-resolved) .of-qop__cell--desc,.of-qop__row:not(.is-resolved) .of-qop__cell--unit,.of-qop__row:not(.is-resolved) .of-qop__cell--qty,.of-qop__row:not(.is-resolved) .of-qop__cell--amount,.of-qop__row:not(.is-resolved) .of-qop__row-disc{display:none}.of-qop__row.is-resolved{grid-template-columns:auto 1fr auto 1fr;grid-template-areas:"sel part desc   desc" "sel unit qty    amount" "disc disc disc  disc";row-gap:.4rem;column-gap:.5rem;align-items:center}.of-qop__row.is-resolved .of-qop__cell--select{grid-area:sel;align-self:start}.of-qop__row.is-resolved .of-qop__cell--part{grid-area:part}.of-qop__row.is-resolved .of-qop__cell--desc{grid-area:desc}.of-qop__row.is-resolved .of-qop__cell--unit{grid-area:unit;text-align:left}.of-qop__row.is-resolved .of-qop__cell--qty{grid-area:qty;justify-self:center}.of-qop__row.is-resolved .of-qop__cell--amount{grid-area:amount;text-align:right}.of-qop__row.is-resolved .of-qop__row-disc{grid-area:disc}.of-qop__stepper .quantity-btn{min-height:1.9rem;width:1.8rem;font-size:1rem}.of-qop__stepper .quantity-input{width:2.25rem}.of-qop__cell--part .of-qop__part-input{padding:.35rem .45rem}}@media(min-width:741px){.of-qop__row-disc{display:none}}.of-qop__bulk-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;padding:.65rem .85rem;background:var(--of-parchment);border:1px solid var(--of-gray-300);border-radius:8px}.of-qop__bulk-bar[hidden]{display:none}.of-qop__bulk-count{font-weight:600;color:var(--of-slate-dark)}.of-qop__bulk-actions{display:flex;gap:.5rem;margin-left:auto}.of-qop__bulk-status{flex-basis:100%;font-size:.85rem;color:var(--of-slate)}.of-qop__bulk-delete{border:1.5px solid var(--of-gray-400);background:#fff;color:var(--of-slate-dark);border-radius:4px;padding:0 1rem;height:40px;cursor:pointer;font:inherit}.of-qop__bulk-delete:hover,.of-qop__bulk-delete.is-confirm{border-color:var(--of-oxblood);color:var(--of-oxblood)}.of-qop__bulk-cancel{border:0;background:none;color:var(--of-gray-500);cursor:pointer;font:inherit}@media(max-width:740px){.of-qop__bulk-bar{width:100%}.of-qop__bulk-actions{margin-left:0;width:100%}}.of-qop__bulk-wishlist{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 1.1rem;cursor:pointer;background:#fff;color:var(--of-oxblood);border:1.5px solid var(--of-oxblood);border-radius:4px;font-family:var(--of-mega-ui-font, "Nunito Sans", system-ui, sans-serif);font-weight:700;font-size:11px;letter-spacing:.16em;text-transform:uppercase;line-height:1;transition:background-color .18s ease,color .18s ease,border-color .18s ease;text-indent:0!important}.of-qop__bulk-wishlist[hidden]{display:none}.of-qop__bulk-wishlist:before{content:"\2661";font-family:-apple-system,Segoe UI Symbol,system-ui,sans-serif;font-size:16px;line-height:1;flex-shrink:0;text-indent:0!important}.of-qop__bulk-wishlist:hover{background:var(--of-oxblood);border-color:var(--of-oxblood);color:#fff}.of-qop__bulk-wishlist[aria-disabled=true]{opacity:.6;pointer-events:none}.of-qop__bulk-wishlist .of-qop__bulk-wishlist-label{text-indent:0!important}.of-qop__notes-label{display:block;font-weight:600;color:var(--of-slate-dark);margin-bottom:.35rem}.of-qop__lines{margin:0 0 1rem}.of-qop__line{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid var(--of-gray-300)}.of-qop__line.is-total{font-weight:700;color:var(--of-slate-dark);border-bottom:0;font-size:1.05rem}.of-qop__line dt{color:var(--of-gray-500)}.of-qop__discount{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:7px 10px 7px 8px;margin:4px 0;background:var(--of-qop-disc-bg, var(--of-parchment));border-left:4px solid var(--of-qop-disc-fg, var(--of-khaki));border-radius:0 4px 4px 0;color:var(--of-qop-disc-fg, var(--of-slate-dark));font-family:var(--of-mega-ui-font, "Outfit", "Inter", system-ui, sans-serif);font-weight:600;font-size:12.5px}.of-qop__discount-nudge{font-weight:500}.of-qop__discount.is-opportunity{border-left-style:dashed;background:transparent}.of-qop__policy{font-size:.78rem;color:var(--of-gray-500);margin:1rem 0}.of-qop__add-all{width:100%;padding:.85rem 1rem;border:0;border-radius:8px;background:var(--of-oxblood);color:#fff;font-weight:700;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.15rem}.of-qop__add-all:hover{background:var(--of-oxblood-dark)}.of-qop__add-all[aria-disabled=true]{background:var(--of-gray-400);cursor:not-allowed}.of-qop__add-all-total{font-size:.8rem;font-weight:500;opacity:.9}.of-qop__picker{border:1px solid var(--of-gray-300);border-radius:8px;background:#fff;box-shadow:0 8px 28px #00000029;padding:.75rem;margin:.5rem 0}.of-qop__picker-nudge{color:var(--of-qop-disc-fg, var(--of-slate-dark));font-weight:600;font-size:12.5px;margin:0 0 .5rem}.of-qop__picker-each-base{color:var(--of-gray-400);text-decoration:line-through;margin-right:.3rem}.of-qop__picker-each-disc{color:var(--of-oxblood)}.of-qop__group-info{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;margin-right:6px;border:0;background:none;cursor:pointer;vertical-align:-3px}.of-qop__group-info svg{display:block}.of-qop__group-info:focus-visible{outline:2px solid var(--of-slate);outline-offset:2px;border-radius:50%}.of-qop__dot-pop{position:absolute;z-index:9998;max-width:270px;background:#fff;border:1px solid var(--of-gray-300);border-left:4px solid var(--of-qop-disc-fg, var(--of-khaki));border-radius:0 6px 6px 0;box-shadow:0 8px 24px #00000029;padding:.6rem .75rem;font-family:var(--of-mega-ui-font, "Outfit", "Inter", system-ui, sans-serif);font-size:12.5px;color:var(--of-slate-dark)}.of-qop__dot-pop[hidden]{display:none}.of-qop__dot-pop-title{font-weight:700;color:var(--of-qop-disc-fg, var(--of-slate-dark));margin-bottom:2px}.of-qop__dot-pop-have{color:var(--of-gray-500);margin-bottom:.4rem}.of-qop__dot-pop-tiers{list-style:none;margin:0 0 .4rem;padding:0}.of-qop__dot-pop-tiers li{display:flex;align-items:center;gap:6px;padding:1px 0;color:var(--of-gray-500)}.of-qop__dot-pop-tiers li.is-done{color:var(--of-slate)}.of-qop__dot-pop-tiers li.is-current{color:var(--of-qop-disc-fg, var(--of-slate-dark));font-weight:700}.of-qop__dot-pop-mark{width:1em;display:inline-block;text-align:center}.of-qop__dot-pop-next{font-weight:600;color:var(--of-qop-disc-fg, var(--of-slate-dark))}.of-qop__picker-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.of-qop__picker-close{border:0;background:none;font-size:1.2rem;cursor:pointer;color:var(--of-gray-500)}.of-qop__picker-thead,.of-qop__picker-row{display:grid;grid-template-columns:2fr 1.2fr 1fr 5.5rem;gap:.5rem;align-items:center;padding:.35rem 0}.of-qop__picker-thead{font-weight:600;color:var(--of-slate-dark);border-bottom:1px solid var(--of-gray-300)}.of-qop__picker-stock.is-oos{color:var(--of-oxblood)}.of-qop__picker-qty{display:flex;justify-content:flex-start}.of-qop__picker-qty .quantity-input{width:100%;max-width:4.5rem;min-width:0;box-sizing:border-box;padding:.4rem .3rem;text-align:center;font:inherit;color:var(--of-slate-dark);background:#fff;border:1px solid var(--of-gray-300);border-radius:6px;-moz-appearance:textfield}.of-qop__picker-qty .quantity-input:focus{outline:2px solid var(--of-slate);outline-offset:-2px}.of-qop__picker-qty .quantity-input:disabled{background:var(--of-parchment);color:var(--of-gray-400);cursor:not-allowed}.of-qop__picker-qty .quantity-input::-webkit-outer-spin-button,.of-qop__picker-qty .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.of-qop__picker-foot{display:flex;justify-content:flex-end;margin-top:.5rem}.of-qop__picker-add{padding:.55rem 1.1rem;border:0;border-radius:6px;background:var(--of-slate);color:#fff;font-weight:600;cursor:pointer}.of-qop__picker-add:hover{background:var(--of-slate-dark)}.of-qop-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:none;align-items:center;justify-content:center;background:#000000b3}.of-qop-lightbox.is-open{display:flex}.of-qop-lightbox__img{max-width:90vw;max-height:90vh}.of-qop-lightbox__close{position:absolute;top:1rem;right:1rem;font-size:2rem;color:#fff;background:none;border:0;cursor:pointer}.of-qop__save-row{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--of-gray-300)}.of-qop__save-name{flex:1 1 auto;min-width:0;padding:.5rem .6rem;border:1px solid var(--of-gray-300);border-radius:6px;font:inherit;color:var(--of-slate-dark);background:#fff}.of-qop__save-name:focus{outline:2px solid var(--of-slate);outline-offset:1px}.of-qop__save-name::placeholder{color:var(--of-gray-400)}.of-qop__save-btn{flex:0 0 auto;padding:.55rem 1rem;border:0;border-radius:6px;background:var(--of-slate);color:#fff;font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.of-qop__save-btn:hover{background:var(--of-slate-dark)}.of-qop__save-status{font-size:.8rem;margin-left:.5rem}.of-qop__save-status--ok{color:var(--of-slate)}.of-qop__save-status--error{color:var(--of-oxblood)}.of-qop__resolve-notice{display:flex;align-items:center;gap:.75rem;margin:.5rem 0;font-size:.85rem;color:var(--of-oxblood, #C04943)}.of-qop__resolve-notice[hidden]{display:none}.of-qop__resolve-retry{border:1px solid var(--of-gray-300);background:none;color:var(--of-slate);padding:.15rem .6rem;border-radius:4px;cursor:pointer;font:inherit;font-size:.8rem}.of-qop__resolve-retry:hover{background:var(--of-parchment);border-color:var(--of-slate)}.of-qop__panel{border:1px solid var(--of-gray-300);border-radius:8px;margin-bottom:1.25rem;overflow:hidden}.of-qop__panel-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 1rem;background:var(--of-parchment);font-family:var(--of-mega-ui-font, "Outfit", "Inter", system-ui, sans-serif);font-weight:600;color:var(--of-slate-dark);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.of-qop__panel-head::-webkit-details-marker{display:none}.of-qop__panel-head::marker{display:none}.of-qop__panel-head:before{content:"\25b8";display:inline-block;font-size:.75rem;color:var(--of-khaki, #928b59);margin-right:.4rem;transition:transform .15s ease}.of-qop__panel[open]>.of-qop__panel-head:before{content:"\25be"}.of-qop__panel-count{color:var(--of-khaki, #928b59);font-size:.82rem;font-weight:500}.of-qop__panel-new{margin-left:auto;padding:.3rem .75rem;border:1px solid var(--of-slate, #455161);border-radius:5px;background:none;color:var(--of-slate, #455161);font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap;position:relative;z-index:1}.of-qop__panel-new:hover{background:var(--of-slate, #455161);color:#fff}.of-qop__panel>.of-qop__saved-list{padding:.25rem 1rem .5rem}.of-qop__saved-list{list-style:none;margin:0;padding:0}.of-qop__saved-item{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--of-gray-300, #d6cfbe)}.of-qop__saved-item:last-child{border-bottom:0}.of-qop__saved-empty{color:var(--of-gray-400);font-size:.85rem;justify-content:center;padding:.75rem 0}.of-qop__saved-info{display:flex;flex-direction:column;gap:.15rem;flex:1 1 auto;min-width:0}.of-qop__saved-name{font-weight:700;color:var(--of-slate, #455161);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.of-qop__saved-meta{font-size:11.5px;color:var(--of-gray-500, #8c8573)}.of-qop__saved-actions{display:flex;align-items:center;gap:.45rem;flex:0 0 auto;margin-left:.75rem}.of-qop__saved-open{padding:.4rem .95rem;border:0;border-radius:6px;background:var(--of-slate, #455161);color:#fff;font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.of-qop__saved-open:hover{background:var(--of-slate-dark, #2e3740)}.of-qop__saved-menuwrap{position:relative}.of-qop__saved-menu-toggle{border:0;background:none;padding:0 .3rem;font-size:1.25rem;line-height:1;color:var(--of-slate, #455161);cursor:pointer;min-width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px}.of-qop__saved-menu-toggle:hover{background:var(--of-parchment, #f5f1e8)}.of-qop__saved-menu{position:absolute;right:0;top:100%;margin-top:.25rem;background:#fff;border:1px solid var(--of-gray-300, #d6cfbe);border-radius:8px;box-shadow:0 6px 20px #00000021;min-width:210px;z-index:5;display:none;overflow:hidden}.of-qop__saved-menu.is-open{display:block}.of-qop__menu-item{display:block;width:100%;text-align:left;border:0;border-bottom:1px solid var(--of-gray-300, #d6cfbe);background:none;padding:.55rem .8rem;font:inherit;font-size:13px;color:var(--of-slate, #455161);cursor:pointer}.of-qop__menu-item:last-child{border-bottom:0}.of-qop__menu-item:hover{background:var(--of-parchment, #f5f1e8)}.of-qop__menu-item--delete{color:var(--of-oxblood, #C04943);font-weight:600}.of-qop__rename{display:flex;gap:.4rem;align-items:center;flex:1 1 auto;min-width:0}.of-qop__rename-input{flex:1 1 auto;min-width:0;padding:.35rem .5rem;border:1px solid var(--of-gray-300, #d6cfbe);border-radius:6px;font:inherit;color:var(--of-slate-dark, #2e3740);background:#fff}.of-qop__rename-input:focus{outline:2px solid var(--of-slate, #455161);outline-offset:1px}.of-qop__rename-ok{padding:.35rem .65rem;border:0;border-radius:6px;background:var(--of-slate, #455161);color:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.of-qop__rename-ok:hover{background:var(--of-slate-dark, #2e3740)}.of-qop__rename-cancel{border:0;background:none;padding:.35rem .4rem;font:inherit;font-size:13px;color:var(--of-slate, #455161);cursor:pointer}.of-qop__rename-cancel:hover{text-decoration:underline}.of-qop__del-q{color:var(--of-oxblood, #C04943);font-weight:600;font-size:13px}.of-qop__del-yes{padding:.35rem .8rem;border:0;border-radius:6px;background:var(--of-oxblood, #C04943);color:#fff;font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}.of-qop__del-yes:hover{background:var(--of-oxblood-dark, #9b3a35)}.of-qop__del-no{border:0;background:none;padding:.35rem .4rem;font:inherit;color:var(--of-slate, #455161);cursor:pointer}.of-qop__del-no:hover{text-decoration:underline}.of-qop__save-row--panel{display:flex;gap:.55rem;align-items:center;margin-top:.6rem;padding:.65rem 1rem 0;border-top:1px solid var(--of-gray-300, #d6cfbe)}.of-qop__save-row--panel .of-qop__save-name{flex:1 1 auto}.of-qop__save-help{margin:.4rem 1rem .75rem;font-size:11.5px;color:var(--of-gray-500, #8c8573)}.of-qop__active-pad{margin:.5rem 1rem 0;font-size:.82rem;font-weight:600;color:var(--of-slate, #455161)}.of-qop__active-pad[hidden]{display:none}.of-qop__login-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;align-items:center;justify-content:center;background:#00000080}.of-qop__login-modal[hidden]{display:none!important}.of-qop__login-dialog{position:relative;width:min(420px,92vw);border-radius:8px;background:#fff;padding:1.25rem 1.5rem 1.5rem;box-shadow:0 8px 28px #00000029}.of-qop__login-close{position:absolute;top:.75rem;right:.9rem;border:0;background:none;font-size:1.25rem;line-height:1;color:var(--of-gray-500);cursor:pointer;padding:.1rem .3rem}.of-qop__login-close:hover{color:var(--of-slate-dark)}.of-qop__login-dialog h2{font-family:var(--type-header-font-family, "Montserrat", sans-serif);color:var(--of-slate-dark);margin:0 0 .5rem;font-size:1.15rem}.of-qop__login-dialog p{color:var(--of-gray-500);margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.of-qop__login-go{display:block;width:100%;box-sizing:border-box;padding:.7rem 1rem;border:0;border-radius:6px;background:var(--of-slate);color:#fff;font-weight:600;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer}.of-qop__login-go:hover{background:var(--of-slate-dark)}.of-qop__login-device{display:block;width:100%;margin-top:.65rem;padding:.55rem 1rem;border:1px solid var(--of-gray-300);border-radius:6px;background:none;color:var(--of-slate);font-weight:600;font-size:.9rem;text-align:center;cursor:pointer}.of-qop__login-device:hover{background:var(--of-parchment);border-color:var(--of-slate)}.of-qop__cart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;align-items:center;justify-content:center;background:#00000080}.of-qop__cart-modal[hidden]{display:none!important}.of-qop__cart-dialog{position:relative;width:min(480px,94vw);max-height:86vh;overflow-y:auto;border-radius:8px;background:#fff;padding:1.25rem 1.5rem 1.5rem;box-shadow:0 8px 28px #00000029}.of-qop__cart-close{position:absolute;top:.75rem;right:.9rem;border:0;background:none;font-size:1.25rem;line-height:1;color:var(--of-gray-500);cursor:pointer;padding:.1rem .3rem}.of-qop__cart-close:hover{color:var(--of-slate-dark)}.of-qop__cart-title{font-family:var(--type-header-font-family, "Montserrat", sans-serif);color:var(--of-slate-dark);margin:0 1.5rem .5rem 0;font-size:1.15rem}.of-qop__cart-subhead{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--of-gray-500);margin:.85rem 0 .35rem;font-weight:700}.of-qop__cart-list{list-style:none;margin:0 0 .4rem;padding:0}.of-qop__cart-line{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;border-bottom:1px solid var(--of-gray-200, #eee)}.of-qop__cart-line:last-child{border-bottom:0}.of-qop__cart-thumb{width:40px;height:40px;object-fit:contain;flex:0 0 40px;border:1px solid var(--of-gray-200, #eee);border-radius:4px;background:#fff}.of-qop__cart-thumb--blank{background:var(--of-parchment)}.of-qop__cart-line-title{flex:1 1 auto;font-size:.88rem;color:var(--of-slate-dark);line-height:1.3}.of-qop__cart-line-qty{flex:0 0 auto;font-size:.85rem;color:var(--of-gray-500);white-space:nowrap}.of-qop__cart-line-qty strong{color:var(--of-slate-dark)}.of-qop__cart-skipped{margin:.6rem 0 0;font-size:.82rem;color:var(--of-oxblood, #C04943);line-height:1.4}.of-qop__cart-actions{display:flex;gap:.6rem;margin-top:1.1rem}.of-qop__cart-merge,.of-qop__cart-replace{flex:1 1 50%;box-sizing:border-box;padding:.7rem 1rem;border-radius:6px;font-weight:600;font-size:.95rem;cursor:pointer;text-align:center}.of-qop__cart-merge{border:0;background:var(--of-slate);color:#fff}.of-qop__cart-merge:hover{background:var(--of-slate-dark)}.of-qop__cart-replace{border:1px solid var(--of-gray-300);background:none;color:var(--of-slate)}.of-qop__cart-replace:hover{background:var(--of-parchment);border-color:var(--of-slate)}@media(max-width:480px){.of-qop__cart-actions{flex-direction:column}}.of-qop__row.is-unavailable{opacity:.55;border-left:3px solid var(--of-oxblood, #C04943)}.of-qop__row.is-unavailable [data-qop-amount]:after{content:" \b7  unavailable";color:var(--of-oxblood, #C04943);font-weight:600;font-size:.8em}@media(max-width:740px){.of-qop__panel-head{flex-wrap:wrap}.of-qop__panel-new{margin-left:0;flex:1 1 100%;text-align:center}.of-qop__saved-item{gap:.5rem}.of-qop__saved-menu{min-width:180px}.of-qop__saved-open{min-height:40px}.of-qop__saved-menu-toggle{min-width:40px;min-height:40px}.of-qop__save-row--panel{flex-wrap:wrap}.of-qop__save-row--panel .of-qop__save-btn{flex:1 1 100%}}
/*# sourceMappingURL=/cdn/shop/t/135/assets/of-quick-order.css.map */
