.quick-order-feed{width:100%;min-height:100vh;background:var(--color-background)}.quick-order-feed__wrapper{display:grid;grid-template-columns:280px 1fr 350px;gap:0;min-height:100vh}.quick-order-feed__sidebar--left{background:var(--color-background-secondary);border-right:1px solid var(--color-border);position:sticky;top:var(--header-height, 100px);height:calc(100vh - var(--header-height, 100px));overflow-y:auto;align-self:flex-start}.quick-order-feed__sidebar-inner{padding:2rem 1.5rem}.quick-order-feed__sidebar-title{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-foreground)}.quick-order-feed__collections{display:flex;flex-direction:column;gap:.5rem}.quick-order-feed__collection-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border:1px solid transparent;border-radius:8px;background:transparent;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.quick-order-feed__collection-item:hover{background:#0000000d;border-color:var(--color-border)}.quick-order-feed__collection-item.active{background:var(--color-button)!important;color:var(--color-button-text)!important;font-weight:600!important;border-color:var(--color-button)!important}.quick-order-feed__collection-item img{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0}.quick-order-feed__collection-item span:first-of-type{flex:1}.quick-order-feed__collection-count{font-size:.85rem;opacity:.7}.quick-order-feed__main{padding:2rem;background:var(--color-background)}.quick-order-feed__header{margin-bottom:2rem}.quick-order-feed__title{font-size:4rem;font-weight:700;font-family:Zuume Rough,system-ui,sans-serif!important;margin-bottom:1rem}.quick-order-feed__search-wrapper{max-width:350px}.quick-order-feed__search{position:relative;display:flex;align-items:center}.quick-order-feed__search input{width:100%;padding:1.5rem 3rem 1.5rem 1.25rem;border:1px solid var(--color-border);border-radius:8px;font-size:1.125rem}.quick-order-feed__search input::placeholder{font-size:1.125rem}.quick-order-feed__search-clear{position:absolute;right:.75rem;background:transparent;border:none;cursor:pointer;padding:.5rem;display:none;align-items:center;justify-content:center;color:#6b7280;border-radius:4px;transition:all .2s ease}.quick-order-feed__search-clear:hover{background:#f3f4f6;color:#111827}.quick-order-feed__search.has-value .quick-order-feed__search-clear{display:flex}.quick-order-feed__search-results{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-weight:500}#products-grid{display:block!important;width:100%!important}.quick-order-feed__collection-section{margin-bottom:4rem;width:100%;display:block}.quick-order-feed__collection-section-title,h2.quick-order-feed__collection-section-title,.quick-order-feed h2.quick-order-feed__collection-section-title{display:inline-block;font-size:3rem;font-weight:700;font-family:Zuume Rough,system-ui,sans-serif!important;color:#fff!important;background:linear-gradient(135deg,#ba1728,#9a1321);padding:1rem 2.5rem;border-radius:9999px;box-shadow:0 4px 12px #ba172840;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1.5px;position:relative;transition:all .3s ease}.quick-order-feed__collection-section-title:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ba172859}.quick-order-feed__product-price-section .btn{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;font-size:1.25rem!important;padding:.875rem 1rem!important;text-align:center!important;font-weight:700!important;transition:all .3s ease!important;position:relative!important;overflow:hidden!important}.quick-order-feed__product-price-section .btn:before{display:none!important}.quick-order-feed__product-price-section .btn:hover,.quick-order-feed__product-price-section .btn:hover:before,.quick-order-feed__product-price-section .btn:hover:after{background:linear-gradient(135deg,#ba1728,#9a1321)!important;background-color:#ba1728!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px #ba17284d!important}.quick-order-feed__product-price-section .btn:hover .btn__text{color:#fff!important;background:transparent!important}.quick-order-feed__product-price-section .btn__text{font-size:1.25rem!important;font-weight:700!important}.quick-order-feed__login-message{padding:2rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:100%}.quick-order-feed__login-message h2{font-size:2.5rem;font-weight:700;color:var(--color-text);margin:0;line-height:1.2}.quick-order-feed__login-message p{font-size:1.5rem;color:var(--color-text-muted);margin:0;line-height:1.4}.quick-order-feed__login-message .button{min-width:200px;font-size:1.5rem!important;padding:.75rem 1.5rem!important;font-weight:700!important;background:linear-gradient(135deg,#ba1728,#9a1321)!important;color:#fff!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 12px #ba17284d!important;transition:all .3s ease!important}.quick-order-feed__login-message .button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 16px #ba172866!important}.quick-order-feed__register-link{font-size:1.25rem}.quick-order-feed__register-link a{font-size:1.25rem;font-weight:600}.quick-order-feed__register-link a{color:#ba1728;font-weight:600;text-decoration:underline}.quick-order-feed__register-link a:hover{color:#9a1321}.quick-order-feed__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.quick-order-feed__loading{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.spinner{width:40px;height:40px;margin:0 auto 1rem;border:3px solid rgba(0,0,0,.1);border-top-color:var(--color-button);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.quick-order-feed__product-card{background:#fff;border-radius:24px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.quick-order-feed__product-card:hover{transform:translateY(-4px);box-shadow:0 15px 40px #00000026}.quick-order-feed__product-image{position:relative;background:#f9fafb;margin:16px 16px 0;border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;aspect-ratio:1 / 1;width:calc(100% - 32px)}.quick-order-feed__product-link{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.quick-order-feed__product-image img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.quick-order-feed__product-img-secondary{position:absolute;top:0;left:0;opacity:0}.quick-order-feed__product-link:hover .quick-order-feed__product-img-primary{opacity:0}.quick-order-feed__product-link:hover .quick-order-feed__product-img-secondary{opacity:1}.quick-order-feed__product-info{padding:24px;display:flex;flex-direction:column;min-height:200px}.quick-order-feed__product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.quick-order-feed__product-stock{color:#16a34a;font-size:12px;font-weight:600;padding:.25rem .75rem;background:#dcfce7;border-radius:9999px;text-transform:uppercase;letter-spacing:.5px}.quick-order-feed__product-stock--out{color:#dc2626;background:#fee2e2}.quick-order-feed__product-title{color:#111827;font-weight:700;font-size:18px;line-height:1.2;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quick-order-feed__product-title-link{color:inherit;text-decoration:none;transition:color .2s ease}.quick-order-feed__product-title-link:hover{color:var(--color-button)}.quick-order-feed__product-vendor{display:none}.quick-order-feed__product-footer{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:auto;background:none!important;background-color:transparent!important}.quick-order-feed__product-price-section{display:flex;align-items:center;justify-content:space-between;width:100%;background:none!important;background-color:transparent!important}.quick-order-feed__product-price-section *,.quick-order-feed__product-price-section .btn:before,.quick-order-feed__product-price-section .btn:after{background:none!important;background-color:transparent!important}.quick-order-feed__product-price-section .btn.btn--secondary{background:linear-gradient(135deg,#ba1728,#9a1321)!important;color:#fff!important}.quick-order-feed__product-price-section .btn .btn__text{background:none!important;background-color:transparent!important;color:#fff!important}.quick-order-feed__product-price-label{color:#6b7280;font-size:14px;margin-bottom:0;white-space:nowrap}.quick-order-feed__product-price{color:#16a34a!important;font-weight:700!important;font-size:18px!important;white-space:nowrap!important}.quick-order-feed__product-actions{flex:1;display:flex;align-items:center;gap:8px;background:#fff;border:2px solid #111827;border-radius:9999px;padding:8px 16px;transition:all .2s ease}.quick-order-feed__product-actions.collapsed{width:36px;height:36px;justify-content:center;background:linear-gradient(135deg,#ba1728,#9a1321);box-shadow:0 4px 12px #ba172866}.quick-order-feed__product-actions.collapsed:hover{transform:scale(1.05);box-shadow:0 6px 16px #ba172880}.quick-order-feed__product-actions.collapsed .quick-order-feed__qty-btn--plus{background:transparent;border:none;color:#fff;width:28px;height:28px}.quick-order-feed__product-actions.collapsed .quick-order-feed__qty-btn--plus svg{width:18px!important;height:18px!important}.quick-order-feed__product-actions.collapsed .quick-order-feed__qty-btn--plus:hover{background:transparent;transform:none}.quick-order-feed__product-actions.has-quantity{width:auto;height:auto;background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98166;display:flex;align-items:center;justify-content:center}.quick-order-feed__product-actions.has-quantity:hover{transform:none;box-shadow:0 6px 16px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.quick-order-feed__product-actions.has-quantity .quick-order-feed__qty-badge{display:none}.quick-order-feed__qty-btn{display:flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0;border:none}.quick-order-feed__qty-btn svg{flex-shrink:0}.quick-order-feed__qty-btn:disabled{opacity:.4;cursor:not-allowed}.quick-order-feed__qty-btn--delete{background:#fee2e2!important;border-color:#fecaca!important}.quick-order-feed__qty-btn--delete:hover:not(:disabled){background:#ef4444!important;border-color:#dc2626!important}.quick-order-feed__qty-btn--delete svg{color:#dc2626}.quick-order-feed__qty-btn--delete:hover:not(:disabled) svg{color:#fff}.quick-order-feed__qty-input{width:36px;height:28px;text-align:center;padding:0;border:none;background:#fff;font-weight:700;font-size:1rem;color:#1a1a1a;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border-radius:6px}.quick-order-feed__qty-input:focus{outline:2px solid #3b82f6;outline-offset:1px}.quick-order-feed__sidebar--right{background:var(--color-background-secondary);border-left:1px solid var(--color-border);position:sticky;top:var(--header-height, 100px);height:calc(100vh - var(--header-height, 100px));overflow-y:hidden;align-self:flex-start;display:flex;flex-direction:column;min-height:0}.quick-order-feed__cart{display:flex;flex-direction:column;height:100%}.quick-order-feed__cart-header{padding:0 1.5rem 1rem;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:1rem}.quick-order-feed__cart-title{font-size:1.4rem;font-weight:600;display:flex;justify-content:space-between;align-items:center;flex:1}.quick-order-feed__cart-clear{background:transparent;border:none;cursor:pointer;padding:.5rem;color:#ef4444;transition:all .2s ease;border-radius:8px;display:flex;align-items:center;justify-content:center}.quick-order-feed__cart-clear:hover{background:#fee2e2;transform:scale(1.1)}.quick-order-feed__cart-clear svg{stroke:#ef4444}.quick-order-feed__cart-count{background:var(--color-button);color:var(--color-button-text);padding:.25rem .75rem;border-radius:20px;font-size:.9rem;transition:transform .3s ease}@keyframes cart-pulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.quick-order-feed__cart-count.pulse{animation:cart-pulse .5s ease}.quick-order-feed__cart-items{padding:1.5rem;overflow-y:auto;max-height:calc(100vh - var(--header-height, 100px) - 200px)}.quick-order-feed__cart-items::-webkit-scrollbar{width:10px}.quick-order-feed__cart-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.quick-order-feed__cart-items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ba1728,#9a1321);border-radius:10px;transition:all .3s ease}.quick-order-feed__cart-items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#9a1321,#7a0f1a)}.quick-order-feed__cart-items{scrollbar-width:thin;scrollbar-color:#ba1728 #f1f1f1}.quick-order-feed__cart-empty{text-align:center;padding:3rem 1rem;color:#666}.quick-order-feed__search-empty{text-align:center;padding:3rem 1rem;color:#666;font-size:1.1rem;grid-column:1 / -1}.quick-order-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(100px);background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;padding:1rem 2rem;border-radius:12px;box-shadow:0 10px 30px #0000004d;z-index:9999;display:flex;align-items:center;gap:.75rem;font-weight:600;opacity:0;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);pointer-events:none}.quick-order-toast.show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.quick-order-toast__icon{width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quick-order-toast__icon svg{width:16px;height:16px;stroke:#fff;stroke-width:3}.quick-order-cart-item{position:relative;background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #f3f4f6;padding:1rem;margin-bottom:1rem;display:flex;align-items:stretch;gap:1rem;transition:all .3s ease;overflow:visible;opacity:1;transform:scale(1);max-height:200px}.quick-order-cart-item.removing{opacity:0;transform:scale(.9) translate(20px);max-height:0;margin-bottom:0;padding-top:0;padding-bottom:0;border-width:0}.quick-order-cart-item__image{position:relative;width:80px;height:80px;flex-shrink:0}.quick-order-cart-item__image img{width:100%;height:100%;object-fit:cover;border-radius:.75rem}.quick-order-cart-item__details{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:.5rem}.quick-order-cart-item__title{color:#111827;font-weight:600;font-size:1.125rem;line-height:1.4;text-decoration:none}.quick-order-cart-item__variant{font-size:.85rem;color:#6b7280;margin-top:.25rem}.quick-order-cart-item__pricing{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.quick-order-cart-item__unit-price{font-size:.875rem;color:#6b7280;font-weight:500}.quick-order-cart-item__total-price{font-size:1.25rem;color:#16a34a;font-weight:700}.quick-order-cart-item__total{color:#111827;font-weight:700;font-size:1.125rem}.quick-order-cart-item__remove{position:absolute;top:-8px;right:-8px;width:28px;height:28px;min-width:28px;min-height:28px;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;border:2px solid white;cursor:pointer;transition:all .2s ease;padding:0;flex-shrink:0;box-shadow:0 2px 8px #ef44444d;z-index:5}.quick-order-cart-item__remove:hover{background:#fecaca;transform:scale(1.15);box-shadow:0 4px 12px #ef444466}.quick-order-cart-item__remove svg{width:14px;height:14px;min-width:14px;min-height:14px;display:block;flex-shrink:0}.quick-order-cart-item__remove:hover svg{stroke:#dc2626}.quick-order-cart-item__quantity{position:absolute;bottom:.75rem;right:.75rem;display:flex;align-items:center;gap:.5rem}.quick-order-cart-item__qty-btn{width:26px;height:26px;min-width:26px;min-height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .2s ease;flex-shrink:0;border:none;padding:0}.quick-order-cart-item__qty-btn[data-action=decrease]{background:#f8f9fa;border:2px solid #e9ecef}.quick-order-cart-item__qty-btn[data-action=decrease]:hover{background:#e9ecef;border-color:#dee2e6}.quick-order-cart-item__qty-btn[data-action=increase]{background:linear-gradient(135deg,#22c55e,#16a34a);border:2px solid #16a34a}.quick-order-cart-item__qty-btn[data-action=increase]:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:scale(1.05)}.quick-order-cart-item__qty{color:#111827;font-weight:600;font-size:.875rem;min-width:20px;text-align:center}.quick-order-cart-category{margin:1.5rem 0 1rem;position:relative}.quick-order-cart-category:first-child{margin-top:0}.quick-order-cart-category__label{display:inline-block;padding:.5rem 1.25rem;background:linear-gradient(135deg,#ba1728,#9a1321);color:#fff;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:1px;border-radius:9999px;box-shadow:0 4px 12px #ba172840;position:relative;z-index:1}.quick-order-cart-category:after{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:linear-gradient(to right,transparent 0%,#e5e7eb 20%,#e5e7eb 80%,transparent 100%);z-index:0}.quick-order-feed__cart-footer{padding:1.25rem 1.5rem;background:var(--color-background-secondary);flex-shrink:0;border-top:1px solid var(--color-border)}.quick-order-feed__cart:has(.quick-order-feed__cart-empty) .quick-order-feed__cart-footer{display:none}.quick-order-feed__cart-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000000d}.quick-order-feed__cart-total span:first-child{font-size:.95rem;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.quick-order-feed__cart-total span:last-child{font-size:1.5rem;font-weight:800;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.quick-order-feed__checkout-btn{width:100%;padding:1.125rem 1.5rem;font-size:1.05rem;font-weight:700;border-radius:12px;cursor:pointer;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;box-shadow:0 4px 12px #10b98166;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px}.quick-order-feed__checkout-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98180;background:linear-gradient(135deg,#059669,#047857)}.quick-order-feed__checkout-btn:active{transform:translateY(0)}@media (max-width: 1024px){.quick-order-feed__wrapper{display:flex!important;flex-direction:column!important;grid-template-columns:unset!important;grid-template-rows:unset!important;height:auto;min-height:auto}.quick-order-feed__sidebar--left{order:1!important;position:relative!important;top:auto!important;height:auto!important;max-height:none!important;width:100%!important;max-width:100%!important;border-right:none;border-bottom:1px solid var(--color-border);overflow:visible}.quick-order-feed__sidebar--left .quick-order-feed__sidebar-inner{padding:.75rem 1rem;width:100%}.quick-order-feed__sidebar--left .quick-order-feed__sidebar-title{font-size:2.5rem!important;margin-bottom:.75rem;font-weight:700;font-family:Zuume Rough,system-ui,sans-serif!important;text-align:center!important;width:100%}.quick-order-feed__collections{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.75rem!important;padding:0!important;overflow:visible;width:100%!important}.quick-order-feed__collection-item{padding:.75rem 1rem;font-size:1.1rem!important;font-weight:600;white-space:nowrap;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center}.quick-order-feed__collection-item img{width:24px;height:24px}.quick-order-feed__main{order:2!important;flex:1;padding:1rem;padding-bottom:200px}.quick-order-feed__sidebar--right{order:3!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;top:auto!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:180px!important;z-index:50;border-top:1px solid #e5e7eb;border-left:none;box-shadow:0 -4px 20px #00000026;overflow:hidden;background:#fff!important;background-color:#fff!important}.quick-order-feed__sidebar--right .quick-order-feed__sidebar-inner{max-height:180px;overflow:hidden;padding:0;background:#fff!important;background-color:#fff!important}.quick-order-feed__sidebar--right .quick-order-feed__cart{background:#fff!important;background-color:#fff!important}.quick-order-feed__login-message{padding:1rem 1.5rem!important;gap:.75rem!important;height:auto!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;background:#fff!important;background-color:#fff!important}.quick-order-feed__login-message h2{font-size:1.1rem!important;margin:0!important;width:100%;text-align:center;color:#111827!important;background:transparent!important}.quick-order-feed__login-message p{font-size:.9rem!important;margin:0!important;width:100%;text-align:center;color:#6b7280!important;background:transparent!important}.quick-order-feed__login-message .button{padding:.5rem 1.25rem!important;font-size:.95rem!important;margin:0!important;background:linear-gradient(135deg,#ba1728,#9a1321)!important;color:#fff!important}.quick-order-feed__register-link{font-size:.85rem!important;margin:0 0 0 1rem!important;color:#6b7280!important;background:transparent!important}.quick-order-feed__register-link a{color:#ba1728!important}.quick-order-feed__products{grid-template-columns:repeat(2,1fr);gap:1rem}.quick-order-feed__sidebar--right .quick-order-feed__cart{width:100%;display:flex;flex-direction:row!important;align-items:center;gap:0;height:100%;padding:.5rem 0}.quick-order-feed__cart-header{display:none!important}.quick-order-feed__cart-items{flex:1;display:flex!important;flex-direction:row!important;gap:.75rem;padding:.5rem 1rem;overflow-x:auto!important;overflow-y:hidden!important;max-height:none!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.quick-order-feed__cart-items::-webkit-scrollbar{display:none}.quick-order-cart-category{display:flex!important;flex-shrink:0;width:auto;min-width:40px;height:100%;margin:0!important;padding:.5rem;align-items:center;justify-content:center}.quick-order-cart-category__label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);padding:.75rem .4rem!important;font-size:.7rem!important;border-radius:8px!important;white-space:nowrap}.quick-order-cart-item{flex-shrink:0!important;width:140px!important;min-width:140px!important;padding:.5rem!important;margin-bottom:0!important;flex-direction:column!important;align-items:center!important;text-align:center;border-radius:12px!important;gap:.5rem!important}.quick-order-cart-item__image{width:50px!important;height:50px!important}.quick-order-cart-item__details{padding:0!important;width:100%}.quick-order-cart-item__title{font-size:.75rem!important;line-height:1.2!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.quick-order-cart-item__pricing{margin-top:.25rem!important}.quick-order-cart-item__unit-price{font-size:.7rem!important}.quick-order-cart-item__total-price{font-size:.85rem!important}.quick-order-cart-item__variant{display:none!important}.quick-order-cart-item__remove{top:-4px!important;right:-4px!important;width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important}.quick-order-cart-item__remove svg{width:10px!important;height:10px!important}.quick-order-cart-item__quantity{position:static!important;margin-top:.25rem}.quick-order-cart-item__qty-btn{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important}.quick-order-cart-item__qty{font-size:.8rem!important;min-width:16px!important}.quick-order-feed__cart-footer{flex-shrink:0;width:auto;min-width:140px;padding:.5rem 1rem!important;border-top:none!important;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;justify-content:center;gap:.5rem;background:#fff!important;background-color:#fff!important}.quick-order-feed__cart-footer *{background:transparent!important;background-color:transparent!important}.quick-order-feed__cart-total{padding:.5rem!important;margin-bottom:0!important;background:transparent!important;box-shadow:none!important}.quick-order-feed__cart-total span:first-child{font-size:.7rem!important;color:#6b7280!important}.quick-order-feed__cart-total span:last-child{font-size:1.1rem!important;color:#111827!important}.quick-order-feed__checkout-btn{padding:.6rem 1rem!important;font-size:.85rem!important;border-radius:8px!important;background:linear-gradient(135deg,#10b981,#059669)!important;color:#fff!important}.quick-order-feed__cart-empty{padding:1rem!important;font-size:.9rem!important;white-space:nowrap}}@media (max-width: 768px){.quick-order-feed__title{font-size:2.5rem!important;margin-bottom:.75rem}.quick-order-feed__search-wrapper{max-width:100%}.quick-order-feed__search input{padding:1rem 2.5rem 1rem 1rem;font-size:1rem}.quick-order-feed__products{grid-template-columns:repeat(2,1fr);gap:.75rem}.quick-order-feed__product-card{border-radius:16px}.quick-order-feed__product-image{margin:8px 8px 0;border-radius:12px}.quick-order-feed__product-info{padding:12px;min-height:auto}.quick-order-feed__product-title{font-size:14px;margin-bottom:8px;-webkit-line-clamp:2}.quick-order-feed__product-price{font-size:26px!important}.quick-order-feed__product-actions{padding:8px 12px!important;margin-top:10px!important;gap:4px!important}.quick-order-feed__qty-btn{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important}.quick-order-feed__qty-btn svg{width:14px!important;height:14px!important}.quick-order-feed__qty-input{width:32px!important;font-size:14px!important}.quick-order-cart-item{padding:.75rem;border-radius:.75rem;margin-bottom:.75rem}.quick-order-cart-item__image{width:50px;height:50px}.quick-order-cart-item__title{font-size:.95rem}.quick-order-cart-item__total-price{font-size:1rem}.quick-order-feed__collection-section-title{font-size:1.5rem!important;padding:.5rem 1rem!important;margin-bottom:1rem!important}.quick-order-feed__collection-item img{display:none}}@media (max-width: 480px){.quick-order-feed__main{padding:.75rem;padding-bottom:80px}.quick-order-feed__title{font-size:2.25rem!important}.quick-order-feed__products{gap:.5rem}.quick-order-feed__product-info{padding:10px}.quick-order-feed__product-title{font-size:13px}.quick-order-feed__product-price{font-size:22px!important}.quick-order-feed__product-actions{padding:6px 10px!important;margin-top:8px!important}.quick-order-feed__collection-section-title{font-size:1.25rem!important;padding:.4rem .75rem!important}}.quick-order-feed__product-actions{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;background:linear-gradient(135deg,#ba1728,#9a1321)!important;border:none!important;border-radius:9999px!important;padding:10px 16px!important;position:static!important;width:100%!important;height:auto!important;box-shadow:0 4px 12px #ba172866!important;transition:all .2s ease!important;margin-top:0!important;cursor:pointer!important}.quick-order-feed__product-actions:hover{background:linear-gradient(135deg,#9a1321,#7a0f1a)!important;transform:none!important;box-shadow:0 6px 16px #ba172880!important}.quick-order-feed__qty-btn{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;background:transparent!important;border:none!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;padding:0!important;color:#fff!important}.quick-order-feed__qty-btn:hover{background:#ffffff1a!important;transform:scale(1.1)!important}.quick-order-feed__qty-btn svg{width:16px!important;height:16px!important;color:#fff!important;stroke:#fff!important}.quick-order-feed__qty-input{width:40px!important;height:28px!important;background:#ffffff26!important;border:none!important;color:#fff!important;font-weight:700!important;font-size:16px!important;text-align:center!important;border-radius:6px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:28px!important;vertical-align:middle!important;margin:0 4px!important}.quick-order-feed__qty-btn--minus{display:flex!important}.quick-order-feed__product-actions{display:flex!important;align-items:center!important;justify-content:center!important}.quick-order-feed__product-actions.collapsed .quick-order-feed__qty-btn--minus,.quick-order-feed__product-actions.collapsed .quick-order-feed__qty-input{display:flex!important}.quick-order-feed__product-actions.collapsed:hover{background:linear-gradient(135deg,#9a1321,#7a0f1a)!important;transform:none!important;box-shadow:0 6px 16px #ba172880!important}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid #ba1728;outline-offset:2px;border-radius:4px}.quick-order-feed__qty-btn:focus-visible{outline:2px solid #ba1728;outline-offset:3px}.quick-order-feed__collection-item:focus-visible{outline:2px solid #ba1728;outline-offset:2px}.quick-order-feed__qty-btn--minus{order:1}.quick-order-feed__qty-input{order:2}.quick-order-feed__qty-btn--plus{order:3}
/*# sourceMappingURL=/cdn/shop/t/6/assets/quick-order-feed.css.map */
