{"product_id":"all-season-pedestal-fan-cover","title":"All-Season Pedestal Fan Cover","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Pedestal Fan Dust Cover\nTarget Audience: Home organizers seeking seasonal fan storage solutions\nVisual Style: Cozy, warm, clean, minimalist\nColor Strategy: Neutral cream background, soft gray text, warm taupe accents\nModule Order: Hero -\u003e Feature 1 (Fabric) -\u003e Feature 2 (Elastic \u0026 Drawstring) -\u003e Feature 3 (Setup Steps) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_3, Feature1=detail_4, Feature2=detail_5, Feature3=detail_6\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no direct comparison data available)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 5%;\n  box-sizing: border-box;\n  overflow-wrap: break-word;\n  word-break: break-word;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  \n  --primary: #8C7A6B;\n  --primary-hover: #736356;\n  --text-main: #333333;\n  --text-sub: #666666;\n  --bg-body: #FFFFFF;\n  --bg-card: #FAF8F5;\n  --bg-soft: #F4F0EB;\n  --radius-md: 8px;\n  --radius-lg: 16px;\n  --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n  --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n  --border-color: #E6DFD5;\n}\n\n.product-detail-container * {\n  box-sizing: border-box;\n}\n\n.product-detail-container h1 {\n  font-size: 22px;\n  line-height: 1.3;\n  color: var(--text-main);\n  margin: 0 0 16px 0;\n  font-weight: 700;\n}\n\n.product-detail-container h2,\n.product-detail-container h3,\n.feature-title,\n.spec-title,\n.faq-question {\n  font-size: 20px;\n  line-height: 1.4;\n  color: var(--text-main);\n  margin: 0 0 16px 0;\n  font-weight: 600;\n}\n\n.product-detail-container p,\n.feature-description,\n.spec-value,\n.faq-answer,\n.badge,\n.tag {\n  font-size: 18px;\n  line-height: 1.6;\n  color: var(--text-sub);\n}\n\n.section-spacer {\n  margin-bottom: clamp(2rem, 5vw, 4rem);\n}\n\n\/* Image Placeholder Style *\/\n.image-placeholder {\n  width: 100%;\n  background-color: var(--bg-soft);\n  border: 2px dashed var(--border-color);\n  border-radius: var(--radius-md);\n  padding: 60px 20px;\n  text-align: center;\n  font-size: 18px;\n  color: var(--text-sub);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n\n.image-placeholder span {\n  font-size: 18px;\n}\n\n\/* Hero Section *\/\n.hero-section {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n  padding: 40px 0;\n}\n\n.hero-badge {\n  display: inline-block;\n  background-color: var(--bg-soft);\n  color: var(--primary);\n  padding: 8px 16px;\n  border-radius: 50px;\n  font-weight: 600;\n  margin-bottom: 16px;\n}\n\n.hero-subtitle {\n  max-width: 800px;\n  margin: 0 auto 30px auto;\n}\n\n.hero-media {\n  width: 100%;\n  max-width: 800px;\n}\n\n\/* Feature Sections *\/\n.features-container {\n  display: flex;\n  flex-direction: column;\n  gap: clamp(2rem, 5vw, 4rem);\n}\n\n.feature-item {\n  display: flex;\n  align-items: center;\n  gap: 40px;\n}\n\n.feature-item:nth-child(even) {\n  flex-direction: row-reverse;\n}\n\n.feature-media {\n  flex: 1;\n  min-width: 280px;\n}\n\n.feature-copy {\n  flex: 1;\n}\n\n.feature-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 16px;\n}\n\n.tag {\n  background-color: var(--bg-card);\n  border: 1px solid var(--border-color);\n  padding: 6px 12px;\n  border-radius: var(--radius-md);\n  font-weight: 500;\n  color: var(--primary);\n}\n\n\/* Specifications Section *\/\n.specifications-section {\n  background-color: var(--bg-card);\n  padding: 40px;\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--border-color);\n}\n\n.spec-table {\n  width: 100%;\n  border-collapse: collapse;\n  margin-top: 20px;\n}\n\n.spec-table tr {\n  display: flex;\n  justify-content: space-between;\n  border-bottom: 1px solid var(--border-color);\n  padding: 16px 0;\n}\n\n.spec-table tr:last-child {\n  border-bottom: none;\n}\n\n.spec-table td {\n  display: flex;\n  width: 100%;\n  justify-content: space-between;\n  align-items: center;\n  padding: 0;\n}\n\n.spec-table td::before {\n  content: attr(data-label);\n  font-weight: 600;\n  font-size: 18px;\n  color: var(--text-main);\n}\n\n.spec-value {\n  font-size: 18px;\n  color: var(--text-sub);\n  text-align: right;\n}\n\n\/* FAQ Section *\/\n.faq-section {\n  padding: 40px 0;\n}\n\n.faq-list {\n  display: flex;\n  flex-direction: column;\n  gap: 24px;\n  margin-top: 24px;\n}\n\n.faq-item {\n  border-bottom: 1px solid var(--border-color);\n  padding-bottom: 20px;\n}\n\n.faq-item:last-child {\n  border-bottom: none;\n}\n\n.faq-question {\n  margin-bottom: 8px;\n}\n\n\/* Mobile Responsive Lock Rules *\/\n@media (max-width: 767px) {\n  .product-detail-container h1 {\n    font-size: 22px !important;\n  }\n  \n  .product-detail-container h2,\n  .product-detail-container h3,\n  .feature-title,\n  .spec-title,\n  .faq-question {\n    font-size: 20px !important;\n  }\n\n  .product-detail-container p,\n  .feature-description,\n  .spec-value,\n  .faq-answer,\n  .badge,\n  .tag,\n  .spec-table td::before {\n    font-size: 18px !important;\n  }\n\n  .feature-item {\n    flex-direction: column !important;\n    gap: 20px;\n  }\n\n  .feature-item:nth-child(even) {\n    flex-direction: column !important;\n  }\n\n  .spec-table td {\n    display: grid;\n    grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n    gap: 14px;\n    text-align: left;\n  }\n\n  .spec-value {\n    text-align: left;\n  }\n}\n\n@media (max-width: 420px) {\n  .spec-table td {\n    grid-template-columns: 1fr;\n    gap: 6px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section section-spacer\"\u003e\u003cspan class=\"hero-badge badge\"\u003eAll-Season Protection\u003c\/span\u003e\n\u003ch1\u003eCozy 360° All-Inclusive Dust Protection for Your Pedestal Fan\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eShield your fan from dust, moisture, and seasonal buildup with an easy-to-use protective cover that turns storage into home decor.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img137\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910165328\/37506a859606378ba11f796ab6c51939.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container section-spacer\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img132\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164541\/d6be54d036ec22b5eb35c3bf747509e0.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eWater-Resistant Oxford Fabric\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eCrafted from durable Oxford fabric with a water-resistant finish, this cover helps shield your appliance from spills and seasonal dampness while remaining completely washable for long-term reuse.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eWater-Resistant\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy to Wash\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img133\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164541\/a7a52a9328544314801e47622eaddcd3.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eElastic Base \u0026amp; Secure Waist Tie\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe flexible elastic bottom opening expands easily to wrap underneath the fan base, while the middle drawstring lets you cinch the waist tight around the support stand for a custom fit.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eElastic Bottom\u003c\/span\u003e \u003cspan class=\"tag\"\u003e Drawstring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img134\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910164542\/7ddb8736313af4cb0b210633395cb7d2.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEffortless 3-Step Protection\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eQuickly slip the cover over the fan head, stretch the bottom elastic band around the floor base, and secure the middle tie. No tools or zippers required for a clean, secure storage setup.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eQuick Fit\u003c\/span\u003e \u003cspan class=\"tag\"\u003eZipper-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section section-spacer\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003e\u003cspan class=\"spec-value\"\u003eDurable Oxford Fabric\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suitable Fan Head\"\u003e\u003cspan class=\"spec-value\"\u003e11.8\" - 23.6\" (30 - 60 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suitable Fan Height\"\u003e\u003cspan class=\"spec-value\"\u003e39.4\" - 57.1\" (100 - 145 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Suitable Base Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e\u0026lt; 19.7\" (\u0026lt; 50 cm)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003e\u003cspan class=\"spec-value\"\u003eWaist Tie Cord, Elastic Bottom Band\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I clean and wash this dust cover?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe cover is made of Oxford fabric and can be hand washed or wiped down. It is designed to be reusable and retains its print without fading easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWill this cover fit my floor pedestal fan?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, it fits most standard household pedestal fans. It accommodates fan head diameters between 11.8\" and 23.6\" (30–60 cm) and total fan heights between 39.4\" and 57.1\" (100–145 cm).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes it have a zipper or buttons?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this cover features a zipper-free design. It secures via a flexible bottom elastic opening and a middle drawstring tie around the pole, which avoids mechanical zipper snags or breaks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Lucky Puppy \/ 1-Pack (Single Fan)","offer_id":50310517358842,"sku":"20260912-155631-0896","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Sweet Dreams Bear \/ 1-Pack (Single Fan)","offer_id":50310517391610,"sku":"20260912-155631-1995","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Dreamy Cloud \/ 1-Pack (Single Fan)","offer_id":50310517424378,"sku":"20260912-155631-0550","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Birthday Puppy \/ 1-Pack (Single Fan)","offer_id":50310517457146,"sku":"20260912-155631-4036","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Lucky Puppy \/ 2-Pack (Two Fans)","offer_id":50310517489914,"sku":"20260912-155631-1353","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Sweet Dreams Bear \/ 2-Pack (Two Fans)","offer_id":50310517522682,"sku":"20260912-155631-5173","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Dreamy Cloud \/ 2-Pack (Two Fans)","offer_id":50310517555450,"sku":"20260912-155631-4295","price":19.95,"currency_code":"USD","in_stock":true},{"title":"Birthday Puppy \/ 2-Pack (Two Fans)","offer_id":50310517588218,"sku":"20260912-155631-2706","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/37506a859606378ba11f796ab6c51939.jpg?v=1789199837","url":"https:\/\/varitino.com\/products\/all-season-pedestal-fan-cover","provider":"Varitino","version":"1.0","type":"link"}