.quick-order-section{padding-top:var(--section-pt, 40px);padding-bottom:var(--section-pb, 40px)}.quick-order-table{width:100%;table-layout:fixed;border-collapse:collapse}.quick-order-table th,.quick-order-table td{padding:1.2rem 1rem;text-align:left;border-bottom:1px solid var(--color-border);vertical-align:middle}.quick-order-table th:nth-child(1),.quick-order-table td:nth-child(1){width:45%}.quick-order-table th:nth-child(2),.quick-order-table td:nth-child(2){width:15%}.quick-order-table th:nth-child(3),.quick-order-table td:nth-child(3){width:40%}.quick-order-table thead th{font-weight:600;font-size:1.6rem;line-height:1.2;color:#fff;background:#000;border-bottom:none;padding-top:1.7rem;padding-bottom:1.7rem;white-space:nowrap}.quick-order-table thead th:first-child{border-top-left-radius:4px}.quick-order-table thead th:last-child{border-top-right-radius:4px}.quick-order-row.loading{opacity:.5;pointer-events:none}.quick-order-row--sold-out{opacity:.5}.quick-order-row__name{display:block;font-weight:600;color:var(--color-heading)}.quick-order-row__meta{display:block;margin-top:.2rem;font-size:1.1rem;color:var(--color-text);opacity:.75}.quick-order-row__quantity-inner{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.quick-order-row__quantity .quantity__button.disabled{opacity:.4;pointer-events:none}.quick-order-row__error{display:none;margin-top:.6rem;font-size:1.2rem;color:#d0473e}.quick-order-row__error:has(.quick-order-row__error-text:not(:empty)){display:block}.quick-order-row__add,.quick-order-line-update{appearance:none;-webkit-appearance:none;border-radius:4px;height:33px;padding-top:0;padding-bottom:0;display:inline-flex;align-items:center;justify-content:center}.quick-order-row__add{width:12rem;flex-shrink:0}.quick-order-row__add:disabled{opacity:.5;pointer-events:none}.quick-order-row__add,.quick-order-line-update{transition:background-color .4s ease}.quick-order-row__add.added,.quick-order-line-update.added{background-image:none!important;background-color:#14854e!important;border-color:#14854e!important;transition:background-color .2s ease}.quick-order-sidebar .minicart__actions{flex-wrap:nowrap}.quick-order-sidebar .minicart__actions .minicart__item-remove{margin-left:.4rem}.quick-order-sidebar .cart__ctas{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-bottom:1.5rem}.minicart__item-meta{font-size:1.1rem}.quick-order-sidebar .cart__ctas>*{grid-column:1 / -1}.quick-order-sidebar .cart__ctas .viewcart,.quick-order-sidebar .cart__ctas .btn-checkout{grid-column:auto;width:auto;min-width:0;margin-bottom:0;border-radius:4px;height:33px;padding-top:0;padding-bottom:0;padding-left:.8rem;padding-right:.8rem;display:flex;align-items:center;justify-content:center;white-space:nowrap}.quick-order-sidebar .cart__ctas .viewcart span,.quick-order-sidebar .cart__ctas .btn-checkout span{overflow:hidden;text-overflow:ellipsis}.quick-order-empty{color:var(--color-text)}.quick-order-sidebar .minicart__header{background:#000}.quick-order-sidebar .minicart__header .minicart-heading{color:#fff}.minimum-order-heading{font-weight:600;color:var(--color-heading);margin-bottom:0}@media screen and (max-width:1024.98px){.minimum-order-heading{font-size:1.5rem}}@media screen and (max-width:380px){.minimum-order-heading{font-size:1.3rem}}.quick-order-sidebar .cart-items-count{margin-bottom:0}.quick-order-sidebar .cart-items-count .cart-count,.quick-order-sidebar .subtotal .subtotal-price{margin-top:0;margin-bottom:0}.wholesale-request{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--color-border)}.wholesale-request__heading{margin-bottom:.8rem}.wholesale-request__body{color:var(--color-text);margin-bottom:2rem}.wholesale-request__button{appearance:none;-webkit-appearance:none;border-radius:4px;height:33px;padding-top:0;padding-bottom:0;display:inline-flex;align-items:center;justify-content:center}.quick-order-sidebar,.quick-order-sidebar .minicart__product__image{display:none}.quick-order-sidebar discount-block{display:none}.quick-order-sidebar .cart_shipping{display:none}.quick-order-sidebar .cart-item__error svg{display:none}.quick-order-sidebar__close,.quick-order-mobile-bar{display:none}@media screen and (min-width:1025px){.quick-order-layout{display:grid;grid-template-columns:1fr 34rem;gap:4rem;align-items:start}.quick-order-sidebar{display:block;position:sticky;top:2rem;margin-bottom:2rem;height:calc(100vh - 6rem);min-height:calc(100vh - 6rem);background:var(--color-background);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.quick-order-sidebar__wrapper{height:100%}}@media screen and (max-width:1024.98px){.quick-order-sidebar{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:100%;max-width:40rem;height:100%;background:var(--color-background);transform:translate(100%);transition:transform .3s ease;z-index:999}.quick-order-sidebar.open{transform:translate(0)}.quick-order-sidebar__wrapper{height:100%}.quick-order-sidebar .minicart__header .quick-order-sidebar__close,.quick-order-sidebar .minicart__header .quick-order-sidebar__close:not(:hover){display:inline-flex;align-items:center;gap:.6rem;color:#fff;opacity:1}.quick-order-sidebar__close-label{display:inline;font-size:1.1rem;letter-spacing:.05em;text-transform:uppercase}html:has(.quick-order-sidebar.open):after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998}.quick-order-mobile-bar{display:flex;flex-direction:column;gap:.6rem;position:fixed;left:0;right:0;bottom:0;width:100%;padding:0 1.5rem calc(1rem + env(safe-area-inset-bottom));background:var(--color-background);border-top:1px solid var(--color-border);border-radius:0;z-index:50}html:has(.quick-order-sidebar.open) .quick-order-mobile-bar{display:none}.quick-order-mobile-bar__tab{display:block;width:calc(100% + 3rem);margin:0 -1.5rem;padding:.7rem 1.5rem;background:#000;color:#fff;font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center}.quick-order-mobile-bar__heading{display:block;margin-top:1rem;font-size:1.3rem;font-weight:600;text-align:center;color:var(--color-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:380px){.quick-order-mobile-bar__heading{font-size:1.1rem}}.quick-order-mobile-bar__progress{display:block;width:100%}.quick-order-mobile-bar__progress-fill{display:block}.quick-order-mobile-bar__row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;font-size:1.3rem;color:var(--color-text)}.quick-order-mobile-bar__count-value,.quick-order-mobile-bar__subtotal-value{color:var(--color-heading)}}@media screen and (max-width:749px){.quick-order-table thead{display:none}.quick-order-table,.quick-order-table tbody,.quick-order-table tr,.quick-order-table td{display:block;width:100%}.quick-order-table{border:0}.quick-order-row{padding:1.2rem 0;border-bottom:2px solid #000}.quick-order-table td{border:0;padding:.4rem 0}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/quick-order-table.css.map */
