{"product_id":"2-3-4-x-3-4-silver-tin-with-notched-cup-lid-450-case","title":"2 3\/4\" x 3\/4\" Silver Tin with Notched Cup Lid - 450\/Case","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* ----- GLOBAL \u0026 RESET ----- *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    .product-description {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: #2e2e2e;\n      line-height: 1.5;\n      width: 90%;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 15px 0;\n      background: #ffffff;\n    }\n\n    \/* ----- TITLE (BLACK, NOT TOO LONG) ----- *\/\n    .product-title {\n      font-size: 26px;\n      font-weight: 700;\n      color: #000000;\n      letter-spacing: -0.01em;\n      margin-bottom: 4px;\n      line-height: 1.3;\n    }\n\n    .product-subtitle {\n      font-size: 16px;\n      font-weight: 500;\n      color: #3a3a3a;\n      margin-bottom: 18px;\n    }\n\n    \/* ----- INTRO PARAGRAPH ----- *\/\n    .intro-text {\n      font-size: 15px;\n      color: #2e2e2e;\n      margin-bottom: 20px;\n      line-height: 1.6;\n    }\n\n    \/* ----- HIGHLIGHT BOX (SILVER\/NEUTRAL CONTRAST) ----- *\/\n    .highlight-box {\n      background-color: #f7f7f9;\n      border-left: 4px solid #a0a0a8;\n      padding: 18px 20px;\n      border-radius: 6px;\n      margin: 22px 0 26px 0;\n    }\n\n    .highlight-box strong {\n      display: block;\n      font-size: 15px;\n      font-weight: 700;\n      color: #1e1e1e;\n      margin-bottom: 10px;\n    }\n\n    .applications-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px 10px;\n      margin-top: 4px;\n    }\n\n    .app-tag {\n      display: inline-block;\n      padding: 4px 14px;\n      background-color: #ffffff;\n      color: #000000;           \/* black font as instructed *\/\n      border-radius: 20px;\n      font-size: 13px;\n      font-weight: 500;\n      border: 1px solid #c0c0c8;\n      transition: background 0.2s ease;\n    }\n\n    .app-tag:hover {\n      background-color: #f0f0f5;\n    }\n\n    \/* ----- SECTION TITLE (SILVER ACCENT) ----- *\/\n    .section-title {\n      font-size: 20px;\n      font-weight: 600;\n      color: #1e1e1e;\n      margin: 28px 0 14px 0;\n      padding-bottom: 6px;\n      border-bottom: 2px solid #a0a0a8;\n    }\n\n    \/* ----- SPECS TABLE (NO COLOR COMBINATION INSIDE) ----- *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      margin: 18px 0 22px 0;\n      border-radius: 8px;\n      overflow: hidden;\n      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);\n      border: 1px solid #e2e2e6;\n      background: #ffffff;\n    }\n\n    .specs-table tr {\n      transition: background 0.15s ease;\n    }\n\n    .specs-table tr:hover {\n      background-color: #fafafc;\n    }\n\n    .specs-table td {\n      padding: 12px 18px;\n      border-bottom: 1px solid #ececf0;\n      font-size: 14.5px;\n      color: #2e2e2e;\n      vertical-align: top;\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    .specs-table td:first-child {\n      font-weight: 600;\n      color: #1e1e1e;\n      width: 38%;\n      background-color: #f8f8fa;\n      border-right: 1px solid #ececf0;\n    }\n\n    \/* ----- FEATURE CARDS (SILVER CONTRAST) ----- *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));\n      gap: 16px;\n      margin: 22px 0 26px 0;\n    }\n\n    .feature-card {\n      padding: 18px 16px;\n      background: linear-gradient(135deg, #f8f8fa 0%, #f0f0f4 100%);\n      border-radius: 8px;\n      border: 1px solid #dcdce2;\n      border-top: 4px solid #a0a0a8;\n      transition: transform 0.1s ease;\n    }\n\n    .feature-card:hover {\n      transform: translateY(-2px);\n    }\n\n    .feature-title {\n      font-weight: 700;\n      font-size: 15px;\n      color: #1e1e1e;\n      margin-bottom: 6px;\n    }\n\n    .feature-card div:last-child {\n      font-size: 14px;\n      color: #2e2e2e;\n      line-height: 1.5;\n    }\n\n    \/* ----- DETAILS PARAGRAPHS ----- *\/\n    .details-text {\n      font-size: 15px;\n      color: #2e2e2e;\n      line-height: 1.6;\n      margin-bottom: 14px;\n    }\n\n    .details-text b {\n      color: #1e1e1e;\n    }\n\n    \/* ----- RESPONSIVE (MOBILE) ----- *\/\n    @media (max-width: 768px) {\n      .product-description {\n        width: 95%;\n        padding: 10px 0;\n      }\n\n      .product-title {\n        font-size: 22px;\n      }\n\n      .product-subtitle {\n        font-size: 15px;\n      }\n\n      .specs-table td {\n        padding: 10px 12px;\n        font-size: 13.5px;\n      }\n\n      .specs-table td:first-child {\n        width: 45%;\n      }\n\n      .feature-grid {\n        grid-template-columns: 1fr;\n        gap: 12px;\n      }\n\n      .app-tag {\n        font-size: 12px;\n        padding: 3px 12px;\n      }\n\n      .section-title {\n        font-size: 18px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      .product-title {\n        font-size: 20px;\n      }\n\n      .specs-table td {\n        padding: 8px 10px;\n        font-size: 13px;\n      }\n\n      .specs-table td:first-child {\n        width: 50%;\n      }\n\n      .highlight-box {\n        padding: 14px 16px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003c!-- PRODUCT TITLE (BLACK, SHORT) --\u003e\n\u003cdiv class=\"product-title\"\u003eSilver Tin Container with Notched Lid\u003c\/div\u003e\n\u003cdiv class=\"product-subtitle\"\u003e2¾\" × ¾\" Round Metal Tin – Sleek Silver Finish\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cp class=\"intro-text\"\u003eA versatile, sleek silver tin container designed for a wide range of products, from spices and loose-leaf tea to body care, wax, and inks. Durable metal construction with a high-end look and recyclable material.\u003c\/p\u003e\n\u003c!-- HIGHLIGHT BOX (APPLICATIONS) --\u003e\n\u003cdiv class=\"highlight-box\"\u003e\n\u003cstrong\u003eIdeal Applications:\u003c\/strong\u003e\n\u003cdiv class=\"applications-list\"\u003e\n\u003cspan class=\"app-tag\"\u003eBody Scrubs\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eLotions \u0026amp; Balms\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eSpices \u0026amp; Tea\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eWax \u0026amp; Inks\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eCosmetics\u003c\/span\u003e \u003cspan class=\"app-tag\"\u003eBranding Stickers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS TABLE (NO COLOR COMBINATION INSIDE) --\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSKU #\u003c\/td\u003e\n\u003ctd\u003e555122\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eQuantity\u003c\/td\u003e\n\u003ctd\u003e450 \/ Case\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShipping Weight\u003c\/td\u003e\n\u003ctd\u003e18 lb.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeight\u003c\/td\u003e\n\u003ctd\u003e¾ Inch\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDiameter\u003c\/td\u003e\n\u003ctd\u003e2¾ Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003e43 mL\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eColor\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLid Color\u003c\/td\u003e\n\u003ctd\u003eSilver\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLid Type\u003c\/td\u003e\n\u003ctd\u003eNotched\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eMetal\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eRound\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStyle\u003c\/td\u003e\n\u003ctd\u003eOpaque\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eType\u003c\/td\u003e\n\u003ctd\u003eContainer \/ Lid Combos\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFeatures\u003c\/td\u003e\n\u003ctd\u003eRecyclable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eSleek Silver Finish\u003c\/div\u003e\n\u003cdiv\u003eHigh-end metallic look with a clean, modern appearance that enhances product presentation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNotched Lid Security\u003c\/div\u003e\n\u003cdiv\u003eTwo-piece construction with a notched lid and fitted cover insert for a secure, reliable seal.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eNon-Reactive Material\u003c\/div\u003e\n\u003cdiv\u003eSafe for cosmetics, personal care, medicine, and food \u0026amp; beverage products.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-title\"\u003eBranding Ready\u003c\/div\u003e\n\u003cdiv\u003eBare top and sides are perfect for custom stickers and labels to promote your business.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DETAILS SECTION --\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp class=\"details-text\"\u003eThis versatile 2¾\" × ¾\" silver tin with notched cup lid holds a wide range of products, from spices and loose-leaf tea to body care, wax, and inks. Its durable metal construction and sleek silver color deliver a premium look.\u003c\/p\u003e\n\u003cp class=\"details-text\"\u003eThe bare top and sides make it ideal for branding stickers, while the two-piece design with notched lid ensures contents remain safe and secure. Fitted cover inserts further aid the seal.\u003c\/p\u003e\n\u003cp class=\"details-text\"\u003eMade from non-reactive material, this tin is a great choice for cosmetics, personal care items, medicine, or food and beverage products. It is also recyclable, helping minimize waste.\u003c\/p\u003e\n\u003cp class=\"details-text\"\u003e\u003cb\u003eOverall Dimensions:\u003c\/b\u003e\u003cbr\u003eOverall Diameter: 2¾\"\u003cbr\u003eHeight: ¾\"\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Prime Restaurant Supply Wholesale","offers":[{"title":"Default Title","offer_id":47685205000276,"sku":"555122","price":944.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0644\/7454\/6260\/files\/Untitleddesign-2026-09-16T173314.284.png?v=1789562020","url":"https:\/\/www.restaurantsupplywholesale.ca\/products\/2-3-4-x-3-4-silver-tin-with-notched-cup-lid-450-case","provider":"Prime Restaurant Supply Wholesale","version":"1.0","type":"link"}