100PCS Disposable Stretch Food Covers for Bowls & Plates🛒
/* ================================ Stretch Food Covers Landing Page Scoped styles for Shopify ================================== */ .sfc-page, .sfc-page * { box-sizing: border-box ; } .sfc-page { --sfc-green: #08743d; --sfc-dark-green: #04562d; --sfc-light-green: #eef8f2; --sfc-soft-green: #f7fbf8; --sfc-text: #202020; --sfc-muted: #585858; --sfc-border: #d8e7dd; --sfc-white: #ffffff; width: 100%; max-width: 1040px; margin: 0 auto; padding: 0; color: var(--sfc-text); background: var(--sfc-white); font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } .sfc-page img { display: block; width: 100%; height: auto; margin: 0; border: 0; } .sfc-section { width: 100%; padding: 58px 28px; text-align: center; } .sfc-section + .sfc-section { border-top: 1px solid var(--sfc-border); } .sfc-section--soft { background: var(--sfc-soft-green); } .sfc-section--green { background: var(--sfc-light-green); } .sfc-copy { width: 100%; max-width: 820px; margin: 0 auto 32px; } .sfc-eyebrow { display: inline-block; margin: 0 0 15px; padding: 8px 16px; color: var(--sfc-dark-green); background: var(--sfc-light-green); border: 1px solid #cde3d4; border-radius: 999px; font-size: 16px; line-height: 1.3; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; } .sfc-page h2, .sfc-page h3 { margin-top: 0; color: var(--sfc-text); font-family: Arial, Helvetica, sans-serif; font-weight: 800; letter-spacing: -0.02em; } .sfc-page h2 { margin-bottom: 20px; font-size: clamp(34px, 5vw, 52px); line-height: 1.12; } .sfc-page h3 { margin-bottom: 16px; font-size: clamp(28px, 4vw, 40px); line-height: 1.18; } .sfc-page p { max-width: 780px; margin: 0 auto 18px; color: var(--sfc-muted); font-size: 20px; line-height: 1.65; } .sfc-page strong { color: var(--sfc-text); } .sfc-highlight { color: var(--sfc-green); } .sfc-image-wrap { width: 100%; max-width: 920px; margin: 0 auto; overflow: hidden; background: #ffffff; border: 1px solid var(--sfc-border); border-radius: 24px; box-shadow: 0 14px 36px rgba(22, 67, 42, 0.10); } .sfc-benefits { width: 100%; max-width: 780px; margin: 30px auto 0; padding: 0; list-style: none; text-align: left; } .sfc-benefits li { position: relative; margin: 0 0 14px; padding: 17px 20px 17px 58px; color: var(--sfc-text); background: #ffffff; border: 1px solid var(--sfc-border); border-radius: 14px; font-size: 20px; font-weight: 700; line-height: 1.45; } .sfc-benefits li::before { content: "✓"; position: absolute; top: 16px; left: 18px; display: flex; width: 28px; height: 28px; align-items: center; justify-content: center; color: #ffffff; background: var(--sfc-green); border-radius: 50%; font-size: 17px; font-weight: 900; line-height: 1; } .sfc-note { width: 100%; max-width: 780px; margin: 28px auto 0; padding: 18px 20px; color: #37423b; background: #ffffff; border: 1px solid var(--sfc-border); border-left: 5px solid var(--sfc-green); border-radius: 12px; font-size: 18px; line-height: 1.6; text-align: left; } .sfc-specs { width: 100%; max-width: 780px; margin: 30px auto 0; overflow: hidden; background: #ffffff; border: 1px solid var(--sfc-border); border-radius: 16px; text-align: left; } .sfc-spec-row { display: block; padding: 18px 22px; border-bottom: 1px solid var(--sfc-border); } .sfc-spec-row:last-child { border-bottom: 0; } .sfc-spec-label { display: block; margin-bottom: 4px; color: var(--sfc-dark-green); font-size: 17px; font-weight: 800; letter-spacing: 0.03em; text-transform: uppercase; } .sfc-spec-value { display: block; color: var(--sfc-text); font-size: 20px; font-weight: 600; line-height: 1.5; } .sfc-faq { width: 100%; max-width: 820px; margin: 30px auto 0; text-align: left; } .sfc-faq details { margin: 0 0 14px; overflow: hidden; background: #ffffff; border: 1px solid var(--sfc-border); border-radius: 14px; } .sfc-faq summary { position: relative; padding: 20px 58px 20px 22px; color: var(--sfc-text); cursor: pointer; list-style: none; font-size: 20px; font-weight: 800; line-height: 1.4; } .sfc-faq summary::-webkit-details-marker { display: none; } .sfc-faq summary::after { content: "+"; position: absolute; top: 50%; right: 22px; color: var(--sfc-green); font-size: 30px; font-weight: 500; line-height: 1; transform: translateY(-50%); } .sfc-faq details[open] summary::after { content: "−"; } .sfc-faq-answer { padding: 0 22px 22px; color: var(--sfc-muted); font-size: 19px; line-height: 1.65; } .sfc-cta-box { width: 100%; max-width: 840px; margin: 0 auto; padding: 44px 28px; color: #ffffff; background: linear-gradient(135deg, #08743d 0%, #04562d 100%); border-radius: 24px; box-shadow: 0 18px 42px rgba(4, 86, 45, 0.20); } .sfc-cta-box h3 { margin-bottom: 16px; color: #ffffff; } .sfc-cta-box p { margin-bottom: 25px; color: rgba(255, 255, 255, 0.92); } .sfc-button { display: inline-flex; min-width: 260px; min-height: 58px; padding: 15px 28px; align-items: center; justify-content: center; color: var(--sfc-dark-green) !important; background: #ffffff; border: 2px solid #ffffff; border-radius: 999px; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14); font-size: 20px; font-weight: 800; line-height: 1.3; text-align: center; text-decoration: none !important; transition: transform 0.2s ease, box-shadow 0.2s ease; } .sfc-button:hover { color: var(--sfc-dark-green) !important; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); } .sfc-microcopy { margin-top: 16px !important; margin-bottom: 0 !important; color: rgba(255, 255, 255, 0.86) !important; font-size: 16px !important; } @media screen and (max-width: 749px) { .sfc-page { font-size: 18px; line-height: 1.6; } .sfc-section { padding: 42px 16px; } .sfc-copy { margin-bottom: 24px; } .sfc-page h2 { margin-bottom: 16px; font-size: 34px; line-height: 1.14; } .sfc-page h3 { font-size: 29px; line-height: 1.2; } .sfc-page p { font-size: 18px; line-height: 1.62; } .sfc-eyebrow { padding: 7px 13px; font-size: 14px; } .sfc-image-wrap { border-radius: 16px; box-shadow: 0 10px 25px rgba(22, 67, 42, 0.09); } .sfc-benefits li { padding: 15px 16px 15px 52px; font-size: 18px; } .sfc-benefits li::before { top: 14px; left: 15px; } .sfc-note { padding: 16px; font-size: 17px; } .sfc-spec-row { padding: 16px 18px; } .sfc-spec-value, .sfc-faq summary { font-size: 18px; } .sfc-faq-answer { font-size: 17px; } .sfc-cta-box { padding: 36px 18px; border-radius: 18px; } .sfc-button { width: 100%; min-width: 0; min-height: 58px; font-size: 19px; } } A quicker way to cover leftoversTired of Fighting With Plastic Wrap? Stop wrestling with cling wrap that sticks to itself, tears too easily and leaves a mess behind. Simply stretch the elastic cover over your dish and move on with your day. No cutting, tearing or tangled plastic wrap Quickly covers bowls, plates and everyday containers Clear material lets you see what is stored inside Simple everyday convenienceCover Your Food in 3 Easy Steps Stretch it open, place it over the dish and release the elastic edge. No dispenser, scissors or complicated setup required. Helpful tip: Pull the elastic edge evenly around the entire rim for a more secure, comfortable fit. One practical cover, many usesNo Matching Lid? No Problem. Use these stretch covers on many common dishes and food items around the kitchen—from salad bowls and fruit plates to leftovers and cut watermelon. Suitable for round bowls, serving plates and many containers Useful for salads, fruit, snacks, meal prep and leftovers Flexible design adapts to different everyday dish sizes A cleaner, more organized kitchenKeep Leftovers Covered and Easy to Find The transparent cover helps protect food from refrigerator air, everyday dust and surrounding odors while letting you identify the contents without opening every dish. Helps shield uncovered food from dust and refrigerator air Transparent surface makes stored food easy to recognize Reduces the need to transfer every leftover into another container Flexible elastic edgeStretches Wide for a Snug Everyday Fit The cover measures approximately 5.5 inches before stretching and can stretch up to approximately 15.7 inches, helping it fit many common household bowls and plates. Fit reminder: Actual fit may vary according to the shape, depth and rim of the dish. Stretch gradually instead of pulling sharply from one point. Ready for everyday mealsA 100-Piece Value Pack for Busy Kitchens Keep a supply ready for family dinners, parties, meal preparation, picnics and those everyday moments when a bowl or plate does not have its own lid. Package 100 elastic stretch food covers Material Lightweight, transparent PE material Approximate size 5.5 in / 14 cm before stretching; up to 15.7 in / 40 cm when stretched Recommended uses Bowls, plates, fruit, salads, snacks, leftovers and meal preparation Frequently asked questionsEverything You Need to Know Before Using What types of dishes can these covers fit?They are suitable for many common bowls, plates and food containers. Fit will depend on the size, shape and rim of the individual dish.Can I use them on cut fruit?Yes. They can be used to cover items such as half a watermelon, serving plates, fruit bowls and other prepared food.Are the covers completely leakproof?No. They are convenient everyday food covers rather than locking leakproof lids. Keep dishes upright and avoid turning containers upside down, especially when they contain liquids.Can I heat food with the cover on?These covers are primarily intended for covering and storing food. Remove the cover before heating unless the packaging supplied with your order specifically confirms that your product is suitable for the selected heating method.When should I replace a cover?Replace the cover when it becomes torn, heavily soiled, damaged or loses the elastic fit needed to stay around the dish. Make Covering Leftovers Faster and Less Frustrating Stretch it over the dish, secure the elastic edge and enjoy a simpler way to keep everyday food covered. 100 covers for home meals, parties, leftovers and meal preparation.
More you might like
Related
🔥100PCS Disposable Stretch Food Covers for Bowls & Plates
Related
100PCS Disposable Food Cover Plastic Wrap | Kitchen Stretch
Related
100pcs Elastic Food Covers Reusable Disposable Stretch Lids
Related