1/4" Double Bead Tambour
:root { --wr-ink: #1A1815; --wr-ink-mid: #4A463F; --wr-ink-soft: #7A7570; --wr-stone: #7B6855; --wr-stone-lt: #A08B72; --wr-stone-bg: #EDE8E2; --wr-cream: #F8F5F1; --wr-rule: #DDD8 D0; --wr-dark: #18160F; --wr-serif: 'Cormorant Garamond', Georgia, serif; --wr-sans: 'Jost', system-ui, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } body { background:#fff; color:var(--wr-ink); font-family:var(--wr-sans); font-weight:300; line-height:1.7; } .hero { background:var(--wr-dark); padding:72px 48px 64px; position:relative; overflow:hidden; } .hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 75% 40%, rgba(123,104,85,0.14) 0%, transparent 60%); } .hero::after { content:''; position:absolute; inset:0; background:repeating-linear-gradient(92deg,transparent,transparent 3px,rgba(255,255,255,0.012) 3px,rgba(255,255,255,0.012) 6px); pointer-events:none; } .hero-inner { max-width:860px; margin:0 auto; position:relative; z-index:1; } .hero-eyebrow { font-size:11px; letter-spacing:0.25em; text-transform:uppercase; color:var(--wr-stone-lt); font-weight:400; margin-bottom:20px; } .hero h1 { font-family:var(--wr-serif); font-weight:300; font-size:clamp(44px,6.5vw,76px); color:var(--wr-cream); line-height:1.05; letter-spacing:-0.01em; margin-bottom:8px; } .hero h1 em { font-style:italic; color:var(--wr-stone-lt); } .hero-sub { font-size:13px; letter-spacing:0.18em; text-transform:uppercase; color:rgba(248,245,241,0.62); margin-bottom:32px; } .hero-desc { font-size:15px; color:rgba(248,245,241,0.72); max-width:560px; line-height:1.8; } .hero-rule { width:48px; height:1px; background:var(--wr-stone); margin:28px 0; } .usa-banner { background:var(--wr-ink); padding:14px 48px; text-align:center; } .usa-banner p { font-size:11px; letter-spacing:0.22em; text-transform:uppercase; color:var(--wr-cream); font-weight:500; } .content { max-width:860px; margin:0 auto; padding:64px 48px; } .pull-quote { border-left:2px solid var(--wr-stone); padding:4px 0 4px 28px; margin-bottom:56px; } .pull-quote p { font-family:var(--wr-serif); font-size:clamp(20px,3vw,26px); font-weight:300; font-style:italic; color:var(--wr-ink-mid); line-height:1.5; } .section-label { font-size:10.5px; letter-spacing:0.28em; text-transform:uppercase; color:var(--wr-stone); font-weight:500; margin-bottom:8px; } .section-title { font-family:var(--wr-serif); font-size:clamp(28px,4vw,38px); font-weight:300; color:var(--wr-ink); margin:0 0 24px; line-height:1.2; } .sku-section { margin-bottom:56px; } .sku-table { width:100%; border-collapse:collapse; margin-top:8px; } .sku-table thead tr { border-bottom:1px solid var(--wr-stone); } .sku-table th { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:var(--wr-ink-soft); padding:0 16px 14px 0; text-align:left; font-weight:400; } .sku-table td { padding:16px 16px 16px 0; border-bottom:1px solid var(--wr-rule); font-size:14px; vertical-align:middle; } .sku-table tr:last-child td { border-bottom:none; } .sku-code { font-weight:500; color:var(--wr-ink); font-size:13px; letter-spacing:0.05em; } .sku-dims { color:var(--wr-ink-soft); font-size:13px; } .sku-badge { display:inline-block; font-size:10px; letter-spacing:0.1em; text-transform:uppercase; padding:3px 10px; border:1px solid currentColor; border-radius:2px; color:var(--wr-stone); } .sku-badge-solid { color:#7a4040; } .feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:2px; margin-bottom:56px; border:1px solid var(--wr-rule); } .feature-card { padding:36px 32px; background:#fff; } .feature-card:nth-child(odd) { border-right:1px solid var(--wr-rule); } .feature-card:nth-child(1),.feature-card:nth-child(2) { border-bottom:1px solid var(--wr-rule); } .feature-icon { width:36px; height:36px; border-radius:50%; margin-bottom:16px; display:flex; align-items:center; justify-content:center; font-size:16px; background:var(--wr-stone-bg); border:1px solid var(--wr-stone); } .feature-card h3 { font-family:var(--wr-serif); font-size:22px; font-weight:400; margin-bottom:10px; color:var(--wr-ink); } .feature-card p { font-size:13.5px; color:var(--wr-ink-soft); line-height:1.75; } .specs-section { background:var(--wr-dark); padding:48px; margin:0 -48px 56px; } .specs-inner { max-width:860px; margin:0 auto; } .specs-section .section-label { color:var(--wr-stone-lt); } .specs-section .section-title { color:var(--wr-cream); } .specs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-top:32px; } .spec-item { border-top:1px solid rgba(123,104,85,0.35); padding-top:20px; } .spec-label { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:rgba(248,245,241,0.62); margin-bottom:6px; } .spec-value { font-family:var(--wr-serif); font-size:18px; color:var(--wr-cream); font-weight:400; line-height:1.3; } .cad-section { background:var(--wr-stone-bg); border:1px solid var(--wr-rule); border-left:3px solid var(--wr-stone); padding:36px 40px; margin-bottom:56px; } .cad-section .section-label { margin-bottom:6px; } .cad-section h3 { font-family:var(--wr-serif); font-size:26px; font-weight:300; color:var(--wr-ink); margin-bottom:20px; } .cad-table { width:100%; border-collapse:collapse; } .cad-table th { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:var(--wr-ink-soft); padding:0 16px 12px 0; text-align:left; font-weight:400; border-bottom:1px solid var(--wr-stone); } .cad-table td { padding:16px 16px 16px 0; border-bottom:1px solid var(--wr-rule); font-size:14px; color:var(--wr-ink-mid); vertical-align:middle; } .cad-table tr:last-child td { border-bottom:none; } .cad-btn { display:inline-block; font-family:var(--wr-sans); font-size:11px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; text-decoration:none; padding:10px 22px; background:var(--wr-stone); color:var(--wr-cream); border:none; cursor:pointer; } .cad-note { font-size:12px; color:var(--wr-ink-soft); margin-top:14px; font-style:italic; } .callout { border-left:3px solid var(--wr-stone); padding:28px 32px; margin-bottom:24px; background:var(--wr-stone-bg); } .callout h3 { font-family:var(--wr-serif); font-size:22px; color:var(--wr-ink); margin-bottom:8px; } .callout p { font-size:13.5px; color:var(--wr-ink-mid); line-height:1.75; } .callout-warn { border-left-color:#8a4040; background:#fdf7f5; } .callout-warn h3 { color:#8a4040; } .install-section { margin-bottom:56px; } .install-steps { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:28px; } .install-step { display:flex; gap:16px; align-items:flex-start; } .step-num { font-family:var(--wr-serif); font-size:32px; font-weight:300; color:var(--wr-stone); line-height:1; flex-shrink:0; width:28px; } .step-content h4 { font-size:12px; letter-spacing:0.1em; text-transform:uppercase; font-weight:500; color:var(--wr-ink); margin-bottom:4px; } .step-content p { font-size:13px; color:var(--wr-ink-soft); line-height:1.65; } .pro-tips-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:28px; margin-bottom:56px; } .pro-tip { border-top:2px solid var(--wr-stone); padding-top:20px; } .pro-tip h4 { font-family:var(--wr-serif); font-size:19px; color:var(--wr-ink); margin-bottom:8px; font-weight:400; } .pro-tip p { font-size:13px; color:var(--wr-ink-soft); line-height:1.65; } .warranty-section { background:var(--wr-stone-bg); border:1px solid var(--wr-rule); padding:32px; margin-bottom:56px; } .warranty-section h3 { font-family:var(--wr-serif); font-size:20px; color:var(--wr-ink); margin-bottom:10px; } .warranty-section p { font-size:13px; color:var(--wr-ink-mid); line-height:1.75; } .closing { text-align:center; padding:48px 0 0; border-top:1px solid var(--wr-rule); } .closing p { font-family:var(--wr-serif); font-style:italic; font-size:20px; color:var(--wr-ink-soft); line-height:1.6; max-width:540px; margin:0 auto; } .closing-rule { width:32px; height:1px; background:var(--wr-stone); margin:24px auto 0; } @media(max-width:620px) { .hero,.content{padding-left:24px;padding-right:24px;} .usa-banner{padding:14px 24px;} .feature-grid,.specs-grid,.install-steps,.pro-tips-grid{grid-template-columns:1fr;} .feature-card:nth-child(odd){border-right:none;} .feature-card:nth-child(1),.feature-card:nth-child(2),.feature-card:nth-child(3){border-bottom:1px solid var(--wr-rule);} .specs-section{margin:0 -24px 56px;padding:36px 24px;} .cad-section{padding:28px 24px;} } TambourTouch · Tambour Collection 1/4″ Double Bead Tambour Solid Wood · Flexible & Solid Backing · Made in the USA Fine, closely-spaced double bead profiles in solid hardwood. The 1/4″ slat width creates a dense, intricate texture ideal for detailed accent walls, cabinetry, and furniture applications. Proudly Made in the USA from Premium North American Hardwoods Two beads in every quarter inch — a profile that rewards close inspection as much as it commands a room. Available Options Size & Species Size Backing Available Species 12″W × 48″L Flexible Red Oak, Paint Grade, Hard Maple, Walnut, White Oak 12″W × 96″L Flexible Red Oak, Paint Grade, Hard Maple, Walnut, White Oak 24″W × 48″L Flexible Red Oak, Paint Grade, Hard Maple, Walnut, White Oak 24″W × 46″L Solid Backing — Does Not Flex Red Oak, Paint Grade, Hard Maple, Walnut, White Oak, Cherry, Alder * Cherry and Alder are exclusively available in the 24″W × 46″L Solid Backing format. Why This Profile The Profile in Detail ●● Double Bead Profile Twin parallel beads create a rich, repeating texture that adds depth without overwhelming a space. The fine 1/4″ width makes this one of the most detailed profiles in the tambour range. ↩ Flexible Backing Despite the fine profile, the flexible backing allows this panel to wrap curved surfaces and columns cleanly, opening up applications rigid paneling cannot achieve. 🌲 7 Species Available Red Oak, Paint Grade, Hard Maple, Walnut, White Oak, Cherry, and Alder — all premium North American hardwoods, sanded and ready for your finish. 📐 Specification Grade Consistent profile geometry across every panel makes this a favorite with architects and millwork specifiers who need reliable repeatable results. Technical Specifications Key Facts Profile 1/4″ Double Bead Slat Width 1/4″ Thickness ¼″ Panel Sizes 12×48, 12×96, 24×48, 24×46 Backing Flexible or Solid (24×46) Use Interior Only Before You Install Storage, Handling & Acclimation Acclimate First — Always On receipt, store flat in a controlled interior environment. Allow 24–48 hours to acclimate before finishing or installing. This stabilizes moisture content and reduces post-install movement. Before you begin, lightly roll and unroll each panel to flex the backing — hold the rolled position for 5+ seconds, then return flat. Interior Use Only Tambour panels are not suitable for wet or high-humidity environments including showers, bathrooms, or pools. Always install in a space with standard room temperature and humidity. Installation Step by Step 1 Prep the Surface Wall must be clean, sound, and free of dust, grease, or debris. Apply primer to porous substrates for better adhesion. 2 Dry-Fit First Always dry-fit before committing adhesive. Install vertically or horizontally — confirm your layout before you spread anything. 3 Apply Adhesive Use PVA, contact, epoxy, or a quality panel adhesive (e.g., Titebond Fast Grab FRP). Trowel for 80–100% coverage to within ¼″ of edges. With a gun, run beads around the perimeter and horizontal beads every 4–6″. 4 Press & Secure Apply firm, uniform pressure across the full panel. Use a ¾″ sacrificial board when tapping or hammering. For curved applications, temporary bracing until the glue sets ensures clean contact. 5 Leave Micro-Gaps Leave a hairline gap between adjacent panels — roughly two stacked business cards — to accommodate natural wood movement over time. 6 Clean Up Clean any adhesive squeeze-out immediately to avoid residue on slat faces. Installer Advice Pro Tips Pre-Stretch Inward Before attaching, roll the panel inward to stretch the backing. This makes it more compliant and easier to handle, especially on curved surfaces. Flex Outward with Intent Follow up by flexing outward firmly to fully stretch the paper backing. A properly stretched panel lays flatter and adheres more evenly. No Cabinets Through Tambour Never mount cabinets or furniture through the panel into the wall. Wood movement can cause buckling and will void the warranty. Warranty Reminder Warranty may be voided if panels are installed in high-moisture environments, or if cabinetry or furniture is mounted through the tambour panel into the wall. Always follow adhesive manufacturer's instructions and allow full acclimation prior to installation. The 1/4″ Double Bead Tambour — fine detail in solid wood, built to bend. { "@context": "https://schema.org", "@type": "Product", "name": "1/4″ Double Bead Tambour", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "brand": { "@type": "Brand", "name": "White River Hardwoods" }, "sku": "TM100-1248RO", "image": "https://cdn.shopify.com/s/files/1/0736/4185/3238/files/TM100_Walnut.jpg", "description": "1/4\" double bead tambour panels made in USA. Fine detailed profile for decorative walls & cabinetry. Trade pricing available. Ships in 7-10 days.", "offers": [ { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "183.01", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1248RO", "name": "12\"W x 48\"L - Flexible / Red Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "164.84", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1248PO", "name": "12\"W x 48\"L - Flexible / Poplar ( for paint & stain )" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "188.10", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1248MA", "name": "12\"W x 48\"L - Flexible / Hard Maple" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "322.18", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1248WA", "name": "12\"W x 48\"L - Flexible / Walnut" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "230.21", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1248WO", "name": "12\"W x 48\"L - Flexible / White Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "366.00", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1296RO", "name": "12\"W x 96\"L - Flexible / Red Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "329.67", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1296PO", "name": "12\"W x 96\"L - Flexible / Poplar ( for paint & stain )" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "376.20", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1296MA", "name": "12\"W x 96\"L - Flexible / Hard Maple" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "644.36", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1296WA", "name": "12\"W x 96\"L - Flexible / Walnut" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "460.40", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-1296WO", "name": "12\"W x 96\"L - Flexible / White Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "394.44", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2448RO", "name": "24\"W x 48\"L - Flexible / Red Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "358.20", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2448PO", "name": "24\"W x 48\"L - Flexible / Poplar ( for paint & stain )" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "404.61", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2448MA", "name": "24\"W x 48\"L - Flexible / Hard Maple" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "672.11", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2448WA", "name": "24\"W x 48\"L - Flexible / Walnut" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "488.60", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2448WO", "name": "24\"W x 48\"L - Flexible / White Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "310.47", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446RO", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / Red Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "271.64", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446PT", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / Poplar ( for paint & stain )" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "421.73", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446MA", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / Hard Maple" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "762.87", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446WA", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / Walnut" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "567.04", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446WO", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / White Oak" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "377.85", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446CH", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / Cherry - Only Available in 24\"W x 46\"L" }, { "@type": "Offer", "url": "https://www.tambourtouch.com/products/1-4-double-bead-tambour", "priceCurrency": "USD", "price": "438.35", "priceValidUntil": "2027-09-04", "availability": "https://schema.org/InStock", "itemCondition": "https://schema.org/NewCondition", "seller": { "@type": "Organization", "name": "White River Hardwoods" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingDestination": { "@type": "DefinedRegion", "addressCountry": "US" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": 7, "maxValue": 10, "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": 1, "maxValue": 5, "unitCode": "DAY" } } }, "hasMerchantReturnPolicy": { "@type": "MerchantReturnPolicy", "applicableCountry": "US", "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow", "merchantReturnDays": 60, "returnMethod": "https://schema.org/ReturnByMail", "returnFees": "https://schema.org/ReturnShippingFees", "refundType": "https://schema.org/FullRefund", "restockingFee": { "@type": "MonetaryAmount", "value": "20", "currency": "USD" } }, "sku": "TM100-2446AL", "name": "24\"W x 46\"L - Not Flexible - Solid Backing / Alder - Only Available in 24\"W x 46\"L" } ] }