Amocart 10/20 Sheet Bun Pan Rack Commercial Bakery Racks with Brake Wheels Aluminum Racking Trolley Storage for Bread Baking

/* ============================================================ AMOCART.COM — Product Page Styles Brand colour: #E92C44 ============================================================ */ :root { --ac-brand: #E92C44; --ac-brand-dark: #c01e33; --ac-brand-light: #fdedef; --ac-text: #1a1a1a; --ac-text-muted: #6b7280; --ac-border: #e5e7eb; --ac-bg: #ffffff; --ac-bg-soft: #f9fafb; --ac-success: #16a34a; --ac-warning: #d97706; --ac-radius: 8px; --ac-radius-lg: 12px; --ac-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05); --ac-transition: 0.18s ease; } /* ── BREADCRUMB ── */ .amocart-breadcrumb { background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); padding: 10px 0; font-size: 13px; } .amocart-breadcrumb__list { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; } .amocart-breadcrumb__item { display: flex; align-items: center; gap: 4px; color: var(--ac-text-muted); } .amocart-breadcrumb__item::before { content: '/'; color: #d1d5db; } .amocart-breadcrumb__item:first-child::before { display: none; } .amocart-breadcrumb__link { color: var(--ac-text-muted); text-decoration: none; transition: color var(--ac-transition); } .amocart-breadcrumb__link:hover { color: var(--ac-brand); } .amocart-breadcrumb__item--active { color: var(--ac-text); font-weight: 500; } /* ── MAIN PRODUCT LAYOUT ── */ .amocart-product-page { padding: 28px 0 40px; } .amocart-product-page__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; } @media (min-width: 1280px) { .amocart-product-page__grid { grid-template-columns: 7fr 5fr; gap: 48px; } } @media (max-width: 991px) { .amocart-product-page__grid { grid-template-columns: 1fr; gap: 24px; } } /* ── STICKY INFO COL ── */ .amocart-product-page__info-col--sticky { position: sticky; top: 80px; } @media (max-width: 991px) { .amocart-product-page__info-col--sticky { position: static; } } /* ── PROOF STRIP (below gallery) ── */ .amocart-proof-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; padding: 12px 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius); } .amocart-proof-strip__item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--ac-text-muted); } /* ── PRODUCT TYPE ── */ .amocart-product-type__link { display: inline-block; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--ac-brand); text-decoration: none; border: 1px solid var(--ac-brand); border-radius: 100px; padding: 2px 10px; } .amocart-product-type__link:hover { background: var(--ac-brand-light); } /* ── TITLE BLOCK ── */ .amocart-product-title { font-size: clamp(20px, 3vw, 26px); font-weight: 700; line-height: 1.3; color: var(--ac-text); margin: 0 0 10px; } .amocart-rating-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-bottom: 4px; } .amocart-stars { display: flex; align-items: center; gap: 1px; } .amocart-star { fill: #fbbf24; } .amocart-star--empty { fill: #d1d5db; } .amocart-rating-link { color: var(--ac-text-muted); text-decoration: underline; } .amocart-rating-link:hover { color: var(--ac-brand); } .amocart-rating-sep { color: var(--ac-border); } .amocart-vendor { color: var(--ac-text-muted); } .amocart-vendor__link { color: var(--ac-brand); text-decoration: none; } .amocart-vendor__link:hover { text-decoration: underline; } /* ── PRICE BLOCK ── */ .amocart-price-block { background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); padding: 16px 18px; } .amocart-price-row { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 6px; } .amocart-price { font-size: 28px; font-weight: 700; color: var(--ac-brand); line-height: 1; } .amocart-price--compare { font-size: 17px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-savings-badge { font-size: 12px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 8px; border-radius: 100px; } .amocart-price-tax { font-size: 12px; color: var(--ac-text-muted); margin: 0 0 10px; } .amocart-price-tax a { color: var(--ac-brand); } /* Stock indicator */ .amocart-stock { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 500; } .amocart-stock__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; } .amocart-stock__dot--in { background: var(--ac-success); } .amocart-stock__dot--low { background: var(--ac-warning); } .amocart-stock__dot--out { background: #ef4444; } .amocart-stock__text--in { color: var(--ac-success); } .amocart-stock__text--low { color: var(--ac-warning); } .amocart-stock__text--out { color: #ef4444; } /* ── VARIANTS ── */ .amocart-variants { margin-bottom: 16px; } .amocart-option { margin-bottom: 14px; } .amocart-option__label-row { display: flex; align-items: center; gap: 6px; margin-bottom: 8px; } .amocart-option__label { font-size: 13px; font-weight: 600; color: var(--ac-text); } .amocart-option__selected { font-size: 13px; color: var(--ac-text-muted); } /* Swatches */ .amocart-swatch-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-swatch { position: relative; cursor: pointer; border-radius: 50%; } .amocart-swatch__input { position: absolute; opacity: 0; width: 0; height: 0; } .amocart-swatch__color { display: block; width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--ac-border); background-size: cover; background-position: center; transition: border-color var(--ac-transition), transform var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__color { transform: scale(1.1); border-color: var(--ac-text-muted); } .amocart-swatch--active .amocart-swatch__color { border: 3px solid var(--ac-brand); } .amocart-swatch__tooltip { position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); background: var(--ac-text); color: #fff; font-size: 11px; padding: 3px 7px; border-radius: 4px; white-space: nowrap; pointer-events: none; opacity: 0; transition: opacity var(--ac-transition); } .amocart-swatch:hover .amocart-swatch__tooltip { opacity: 1; } /* Button options */ .amocart-btn-option-list { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-btn-option { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 38px; padding: 0 14px; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); font-size: 13px; cursor: pointer; transition: border-color var(--ac-transition), background var(--ac-transition), color var(--ac-transition); user-select: none; color: var(--ac-text); background: var(--ac-bg); } .amocart-btn-option__input { display: none; } .amocart-btn-option:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-btn-option--active { border-color: var(--ac-brand); background: var(--ac-brand-light); color: var(--ac-brand); font-weight: 600; } /* Select */ .amocart-select-wrap { position: relative; display: inline-block; } .amocart-select { appearance: none; -webkit-appearance: none; background: var(--ac-bg); border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); padding: 9px 36px 9px 12px; font-size: 14px; color: var(--ac-text); cursor: pointer; min-width: 140px; transition: border-color var(--ac-transition); } .amocart-select:focus { outline: none; border-color: var(--ac-brand); } .amocart-select-caret { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; color: var(--ac-text-muted); } /* ── QUANTITY STEPPER ── */ .amocart-qty-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; } .amocart-qty__label { font-size: 13px; font-weight: 600; white-space: nowrap; } .amocart-qty-stepper { display: inline-flex; align-items: stretch; border: 1.5px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-qty-stepper__btn { background: var(--ac-bg-soft); border: none; width: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ac-text); transition: background var(--ac-transition); } .amocart-qty-stepper__btn:hover { background: var(--ac-border); } .amocart-qty-stepper__input { width: 50px; text-align: center; border: none; border-left: 1px solid var(--ac-border); border-right: 1px solid var(--ac-border); font-size: 15px; font-weight: 600; color: var(--ac-text); -moz-appearance: textfield; } .amocart-qty-stepper__input::-webkit-inner-spin-button, .amocart-qty-stepper__input::-webkit-outer-spin-button { -webkit-appearance: none; } .amocart-qty-stepper__input:focus { outline: none; } /* ── CTA BUTTONS ── */ .amocart-cta-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; } .amocart-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: var(--ac-radius); font-size: 15px; font-weight: 700; cursor: pointer; border: none; transition: background var(--ac-transition), transform var(--ac-transition), box-shadow var(--ac-transition); text-decoration: none; width: 100%; letter-spacing: .01em; } .amocart-btn--primary { background: var(--ac-brand); color: #fff; } .amocart-btn--primary:hover { background: var(--ac-brand-dark); box-shadow: 0 4px 14px rgba(233,44,68,.35); transform: translateY(-1px); } .amocart-btn--primary:active { transform: translateY(0); box-shadow: none; } .amocart-btn--primary:disabled { background: #d1d5db; color: #9ca3af; cursor: not-allowed; box-shadow: none; transform: none; } /* Dynamic checkout button override */ .amocart-cta-group .shopify-payment-button { width: 100%; } .amocart-cta-group .shopify-payment-button__button { width: 100%; border-radius: var(--ac-radius) !important; } /* ── SECONDARY ACTIONS ── */ .amocart-secondary-actions { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; padding: 6px 0; border-top: 1px solid var(--ac-border); } .amocart-secondary-action { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ac-text-muted); background: none; border: none; cursor: pointer; padding: 0; transition: color var(--ac-transition); } .amocart-secondary-action:hover { color: var(--ac-brand); } .amocart-secondary-action-sep { color: var(--ac-border); } /* ── TRUST BADGES ── */ .amocart-trust-badges { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 6px; padding: 14px; background: var(--ac-bg-soft); border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); } .amocart-trust-badge { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; } .amocart-trust-badge svg { flex-shrink: 0; margin-top: 1px; } .amocart-trust-badge strong { display: block; font-size: 13px; font-weight: 600; color: var(--ac-text); margin-bottom: 1px; } .amocart-trust-badge span { color: var(--ac-text-muted); line-height: 1.4; } @media (max-width: 479px) { .amocart-trust-badges { grid-template-columns: 1fr; } } /* ── DESCRIPTION ── */ .amocart-description { border: 1px solid var(--ac-border); border-radius: var(--ac-radius-lg); overflow: hidden; } .amocart-description__heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--ac-text); margin: 0; padding: 14px 18px; background: var(--ac-bg-soft); border-bottom: 1px solid var(--ac-border); } .amocart-description__body { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── COLLAPSIBLE TABS ── */ .amocart-collapsible { border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-collapsible + .amocart-collapsible { border-top: none; } .amocart-collapsible__trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; background: var(--ac-bg-soft); border: none; cursor: pointer; font-size: 14px; font-weight: 600; color: var(--ac-text); text-align: left; transition: background var(--ac-transition); } .amocart-collapsible__trigger:hover { background: #f0f0f0; } .amocart-collapsible__icon { flex-shrink: 0; transition: transform 0.2s ease; } .amocart-collapsible__panel { border-top: 1px solid var(--ac-border); } .amocart-collapsible__content { padding: 16px 18px; font-size: 14px; line-height: 1.7; color: #374151; } /* ── PRODUCT ORGANISATION / TAGS ── */ .amocart-org-block { font-size: 13px; border: 1px solid var(--ac-border); border-radius: var(--ac-radius); overflow: hidden; } .amocart-org-row { display: flex; align-items: center; gap: 8px; padding: 9px 14px; border-bottom: 1px solid var(--ac-border); } .amocart-org-row:last-child { border-bottom: none; } .amocart-org-row--wrap { align-items: flex-start; flex-wrap: wrap; } .amocart-org-label { font-weight: 600; color: var(--ac-text-muted); white-space: nowrap; min-width: 80px; } .amocart-org-value { color: var(--ac-text); } .amocart-org-value--link { color: var(--ac-brand); text-decoration: none; } .amocart-org-value--link:hover { text-decoration: underline; } .amocart-org-tags { display: flex; flex-wrap: wrap; gap: 6px; } .amocart-tag-pill { font-size: 11px; font-weight: 500; padding: 3px 10px; border: 1px solid var(--ac-border); border-radius: 100px; color: var(--ac-text-muted); text-decoration: none; background: var(--ac-bg); transition: border-color var(--ac-transition), color var(--ac-transition); } .amocart-tag-pill:hover { border-color: var(--ac-brand); color: var(--ac-brand); } /* ── COUNTDOWN ── */ .amocart-countdown { background: var(--ac-brand-light); border: 1px solid #fca5b3; border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-countdown__label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--ac-brand-dark); margin: 0 0 10px; } .amocart-countdown__timer { display: flex; align-items: center; gap: 8px; } .amocart-countdown__unit { display: flex; flex-direction: column; align-items: center; background: var(--ac-brand); color: #fff; border-radius: var(--ac-radius); min-width: 52px; padding: 8px 12px 6px; } .amocart-countdown__num { font-size: 22px; font-weight: 800; line-height: 1; } .amocart-countdown__name { font-size: 10px; text-transform: uppercase; letter-spacing: .05em; margin-top: 2px; } .amocart-countdown__sep { font-size: 22px; font-weight: 700; color: var(--ac-brand); } /* ── SHARE ── */ .amocart-share { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13px; } .amocart-share__label { font-weight: 600; color: var(--ac-text); } .amocart-share__buttons { display: flex; flex-wrap: wrap; gap: 8px; } .amocart-share__btn { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; text-decoration: none; cursor: pointer; border: 1.5px solid var(--ac-border); background: var(--ac-bg); color: var(--ac-text-muted); transition: all var(--ac-transition); } .amocart-share__btn:hover { border-color: var(--ac-brand); color: var(--ac-brand); } .amocart-share__btn--fb:hover { background: #1877f2; border-color: #1877f2; color: #fff; } .amocart-share__btn--tw:hover { background: #000; border-color: #000; color: #fff; } .amocart-share__btn--wa:hover { background: #25d366; border-color: #25d366; color: #fff; } /* ── REVIEW PLACEHOLDER ── */ .amocart-review-placeholder { border: 1px dashed var(--ac-border); border-radius: var(--ac-radius); padding: 14px 16px; } .amocart-review-placeholder__inner { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ac-text-muted); } /* ── DIVIDER ── */ .amocart-divider { width: 100%; } /* ── DELIVERY STRIP ── */ .amocart-delivery-strip { background: var(--ac-bg-soft); border-top: 1px solid var(--ac-border); border-bottom: 1px solid var(--ac-border); padding: 24px 0; margin-top: 8px; } .amocart-delivery-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } @media (max-width: 767px) { .amocart-delivery-strip__grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 479px) { .amocart-delivery-strip__grid { grid-template-columns: 1fr; } } .amocart-delivery-strip__item { display: flex; align-items: flex-start; gap: 12px; } .amocart-delivery-strip__item svg { flex-shrink: 0; margin-top: 2px; } .amocart-delivery-strip__item strong { display: block; font-size: 14px; font-weight: 700; color: var(--ac-text); margin-bottom: 2px; } .amocart-delivery-strip__item span { font-size: 12px; color: var(--ac-text-muted); } /* ── STICKY ADD-TO-CART BAR ── */ .amocart-sticky-atc { position: fixed; top: 0; left: 0; right: 0; z-index: 9000; background: #fff; border-bottom: 2px solid var(--ac-brand); box-shadow: 0 2px 16px rgba(0,0,0,.12); transform: translateY(-100%); transition: transform 0.25s ease; will-change: transform; } .amocart-sticky-atc--visible { transform: translateY(0); } .amocart-sticky-atc__inner { display: flex; align-items: center; gap: 16px; padding-top: 10px; padding-bottom: 10px; flex-wrap: wrap; } .amocart-sticky-atc__title { display: flex; align-items: center; gap: 8px; flex: 1; min-width: 0; } .amocart-sticky-atc__product-title { font-size: 14px; font-weight: 600; color: var(--ac-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .amocart-sticky-atc__badge { font-size: 10px; font-weight: 700; background: var(--ac-brand); color: #fff; padding: 2px 7px; border-radius: 100px; flex-shrink: 0; } .amocart-sticky-atc__price-wrap { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; } .amocart-sticky-atc__price { font-size: 18px; font-weight: 800; color: var(--ac-brand); } .amocart-sticky-atc__compare { font-size: 13px; color: var(--ac-text-muted); text-decoration: line-through; } .amocart-sticky-atc__btn { background: var(--ac-brand); color: #fff; border: none; border-radius: var(--ac-radius); padding: 10px 22px; font-size: 14px; font-weight: 700; cursor: pointer; flex-shrink: 0; transition: background var(--ac-transition); } .amocart-sticky-atc__btn:hover { background: var(--ac-brand-dark); } .amocart-sticky-atc__btn:disabled { background: #d1d5db; cursor: not-allowed; } /* ── UTILITY margin helpers (Bootstrap compatible) ── */ .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 4px !important; } .mb-2 { margin-bottom: 8px !important; } .mb-3 { margin-bottom: 16px !important; } .mb-4 { margin-bottom: 24px !important; } .mb-5 { margin-bottom: 48px !important; } /* ── RTE (rich text) typography ── */ .rte h1, .rte h2, .rte h3, .rte h4 { font-weight: 700; margin-bottom: .5em; } .rte p { margin-bottom: .75em; } .rte ul, .rte ol { padding-left: 1.25em; margin-bottom: .75em; } .rte a { color: var(--ac-brand); } /* ── ACCESSIBILITY ── */ :focus-visible { outline: 2px solid var(--ac-brand); outline-offset: 2px; } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } } /* ── RESPONSIVE tweaks ── */ @media (max-width: 575px) { .amocart-product-page { padding: 16px 0 28px; } .amocart-price { font-size: 22px; } .amocart-product-title { font-size: 19px; } .amocart-sticky-atc__title { display: none; } .amocart-countdown__unit { min-width: 44px; } .amocart-countdown__num { font-size: 18px; } }

SPECIFICATIONS

Brand Name: Amocart

Certification: CE

Hign-concerned Chemical: None

Interchangeable Plates: Donut Maker

Load Capacity: 530 lbs / 240 kg

Material: Aluminum Alloy

Model: LHPR-20R

Net Weight: 30 lbs / 13.7 kg

Origin: Mainland China

Pan Type: Half and Full Size Sheet Pans

Power (W): 1w

 
 
 
 
Features & Details
  • Versatile Usage: Ready to organize your food? Our commercial bun pan bakery rack is perfect for bakeries, restaurants, catering services, and more. With dimensions of 26x20.3x39 inches/26x20.4x70inches, it fits various occasions. Plus, it's NSF certified, meeting public health standards for your peace of mind.

  • Ample Space & Robust Load Capacity: Our commercial bakery rack offers generous storage for a large quantity of full-size or half-size bun pans or trays. With wider wheels, our load capacity surpasses that of others, ensuring durability and strength. Total Load Capacity: 530 lbs. Each Tier: 75 lbs.

  • Convenient Rear Brake Wheels: Roll, Roll, Roll Your Buns! Our bread baking equipment comes with two rear brake wheels, bringing you a dash of convenience while you transport and store your goodies. These wheels glide like butter, making it a piece of cake to move the rack wherever you please.

  • Easy Assembly: The commercial bun pan rack is designed for effortless assembly, allowing you to quickly set it up and start using it. The included instructions provide clear guidance for a hassle-free assembly process. Moreover, the rack offers the flexibility of optional wheel mounting. If desired, you can easily attach the wheels to enhance mobility, or choose not to install them based on your preference and specific needs.

  • Premium Aluminum Alloy Shelf: The bakery rack is made of high-quality aluminum alloy, ensuring the rack's durability, resistance to corrosion, and easy maintenance. Additionally, the aluminum alloy shelves provide excellent heat conduction, making them ideal for storing freshly baked goods while preserving their quality and freshness.

20 Sheet
 
10 Sheet
 


Returns Policy

You may return most new, unopened items within 30 days of delivery for a full refund. We'll also pay the return shipping costs if the return is a result of our error (you received an incorrect or defective item, etc.).

You should expect to receive your refund within four weeks of giving your package to the return shipper, however, in many cases you will receive a refund more quickly. This time period includes the transit time for us to receive your return from the shipper (5 to 10 business days), the time it takes us to process your return once we receive it (3 to 5 business days), and the time it takes your bank to process our refund request (5 to 10 business days).

If you need to return an item, simply login to your account, view the order using the 'Complete Orders' link under the My Account menu and click the Return Item(s) button. We'll notify you via e-mail of your refund once we've received and processed the returned item.

Shipping

We can ship to virtually any address in the world. Note that there are restrictions on some products, and some products cannot be shipped to international destinations.

When you place an order, we will estimate shipping and delivery dates for you based on the availability of your items and the shipping options you choose. Depending on the shipping provider you choose, shipping date estimates may appear on the shipping quotes page.

Please also note that the shipping rates for many items we sell are weight-based. The weight of any such item can be found on its detail page. To reflect the policies of the shipping companies we use, all weights will be rounded up to the next full pound.