{"product_id":"blue-cake-box-with-square-top-window-blue-color-itc-back-box-4-sizes-available-pack-of-25","title":"Square Window Blue Color Cake Box | ITC Quality","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  :root {\n    --blue-soft: #EEF6FD;\n    --blue-light: #B8D8F0;\n    --blue-mid: #6AAED6;\n    --blue-warm: #3A85B8;\n    --dark-text: #0E1E2C;\n    --muted: #3A5A72;\n    --tag-bg: #E8F4FB;\n    --divider: #A8D0E855;\n    --bg: #F8FCFF;\n    --accent: #3A85B8;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  .bakeyy-desc {\n    max-width: 680px;\n    margin: 0 auto;\n    padding: 32px 24px 40px;\n    font-family: 'DM Sans', sans-serif;\n    color: var(--dark-text);\n    background: var(--bg);\n    border-radius: 2px;\n    border-top: 3px solid var(--blue-warm);\n  }\n\n  .mood-badge {\n    display: inline-block;\n    background: var(--blue-warm);\n    color: #EEF6FD;\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 12px;\n  }\n\n  .hero-tagline {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-size: 23px;\n    font-weight: 600;\n    line-height: 1.35;\n    color: var(--dark-text);\n    margin-bottom: 10px;\n    letter-spacing: -0.3px;\n  }\n\n  .hero-sub {\n    font-size: 14px;\n    color: var(--muted);\n    line-height: 1.7;\n    margin-bottom: 28px;\n    font-weight: 300;\n  }\n\n  .section-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--blue-mid);\n    margin-bottom: 14px;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  .section-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--blue-light);\n  }\n\n  .highlight-strip {\n    background: var(--dark-text);\n    border-radius: 10px;\n    padding: 20px 22px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .highlight-strip::after {\n    content: '🪟';\n    position: absolute;\n    right: 20px;\n    bottom: 6px;\n    font-size: 56px;\n    opacity: 0.06;\n    color: #6AAED6;\n    line-height: 1;\n  }\n\n  .highlight-strip .hl-icon {\n    font-size: 26px;\n    flex-shrink: 0;\n    padding-top: 2px;\n  }\n\n  .highlight-strip p {\n    font-size: 13px;\n    color: #6AAED6;\n    line-height: 1.65;\n  }\n\n  .highlight-strip strong {\n    color: #B8D8F0;\n    font-weight: 600;\n  }\n\n  .custom-strip {\n    background: var(--blue-soft);\n    border: 1.5px solid var(--blue-light);\n    border-radius: 10px;\n    padding: 18px 20px;\n    margin-bottom: 28px;\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n  }\n\n  .custom-strip .cs-icon {\n    font-size: 24px;\n    flex-shrink: 0;\n    padding-top: 2px;\n  }\n\n  .custom-strip .cs-body strong {\n    font-size: 13.5px;\n    font-weight: 600;\n    color: var(--dark-text);\n    display: block;\n    margin-bottom: 4px;\n  }\n\n  .custom-strip .cs-body span {\n    font-size: 12.5px;\n    color: var(--muted);\n    line-height: 1.6;\n  }\n\n  .features-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 0;\n    margin-bottom: 28px;\n    border: 1.5px solid var(--blue-light);\n    border-radius: 10px;\n    overflow: hidden;\n  }\n\n  .feat-cell {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--blue-light);\n    border-right: 1px solid var(--blue-light);\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n  }\n\n  .feat-cell:nth-child(even) { border-right: none; }\n  .feat-cell:nth-last-child(-n+2) { border-bottom: none; }\n\n  .feat-cell .fc-icon {\n    font-size: 17px;\n    flex-shrink: 0;\n    padding-top: 1px;\n  }\n\n  .feat-cell .fc-body strong {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--dark-text);\n    display: block;\n    margin-bottom: 2px;\n  }\n\n  .feat-cell .fc-body span {\n    font-size: 11.5px;\n    color: var(--muted);\n    line-height: 1.45;\n  }\n\n  .tags-wrap {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 24px;\n  }\n\n  .tag {\n    background: var(--tag-bg);\n    border: 1px solid var(--blue-light);\n    color: var(--dark-text);\n    padding: 6px 15px;\n    border-radius: 30px;\n    font-size: 12.5px;\n    font-weight: 400;\n  }\n\n  .compare-row {\n    display: flex;\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n\n  .compare-pill {\n    flex: 1;\n    background: var(--blue-soft);\n    border: 1.5px solid var(--blue-light);\n    border-radius: 8px;\n    padding: 12px 14px;\n    text-align: center;\n  }\n\n  .compare-pill .cp-label {\n    font-size: 10px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: var(--blue-mid);\n    margin-bottom: 4px;\n    display: block;\n    font-weight: 600;\n  }\n\n  .compare-pill .cp-val {\n    font-family: 'Playfair Display', serif;\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--dark-text);\n  }\n\n  .disclaimer {\n    font-size: 11.5px;\n    color: #4A7A9B;\n    line-height: 1.65;\n    padding-top: 16px;\n    border-top: 1px solid var(--blue-light);\n    font-style: italic;\n  }\n\n  @media (max-width: 480px) {\n    .compare-row { flex-direction: column; }\n    .hero-tagline { font-size: 19px; }\n    .features-split { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bakeyy-desc\"\u003e\n\u003cspan class=\"mood-badge\"\u003eFresh · Clean · Celebration-Ready\u003c\/span\u003e\n\u003cp class=\"hero-tagline\"\u003eSoft sky blue. The packaging that makes every cake feel like a gift.\u003c\/p\u003e\n\u003cp class=\"hero-sub\"\u003eSky blue square window cake boxes — light, airy, and effortlessly elegant. The go-to choice for bakers who want packaging that feels as special as the celebration inside.\u003c\/p\u003e\n\u003cdiv class=\"compare-row\"\u003e\n\u003cdiv class=\"compare-pill\"\u003e\n\u003cspan class=\"cp-label\"\u003eWindow Shape\u003c\/span\u003e \u003cspan class=\"cp-val\"\u003eSquare \/ Clear PVC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-pill\"\u003e\n\u003cspan class=\"cp-label\"\u003ePackaging\u003c\/span\u003e \u003cspan class=\"cp-val\"\u003eCustom Logo Print\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-pill\"\u003e\n\u003cspan class=\"cp-label\"\u003eInterior\u003c\/span\u003e \u003cspan class=\"cp-val\"\u003eWhite ITC Quality\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"highlight-strip\"\u003e\n\u003cspan class=\"hl-icon\"\u003e🩵\u003c\/span\u003e\n\u003cp\u003e\u003cstrong\u003ePremium Sky Blue Board —\u003c\/strong\u003e smooth, matte, and unmistakably premium. The soft pastel blue tone pairs beautifully with white ribbon, gold foil stickers, satin bows, and floral tags — making every box feel like a thoughtfully wrapped celebration gift straight from a boutique bakery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"custom-strip\"\u003e\n\u003cspan class=\"cs-icon\"\u003e🖨️\u003c\/span\u003e\n\u003cdiv class=\"cs-body\"\u003e\n\u003cstrong\u003eCustomisable Packaging Available\u003c\/strong\u003e \u003cspan\u003eMake it uniquely yours — custom logo printing on the PVC window is available on bulk orders. Perfect for boutique bakeries, home bakers, and gifting brands looking to create a memorable brand identity. Reach out to us to know more about custom packaging options.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"section-label\"\u003eWhy Bakers Love It\u003c\/p\u003e\n\u003cdiv class=\"features-split\"\u003e\n\u003cdiv class=\"feat-cell\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🩵\u003c\/span\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003cstrong\u003ePremium Sky Blue Finish\u003c\/strong\u003e \u003cspan\u003eSoft pastel matte tone — elegant, celebration-ready and instantly eye-catching\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-cell\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🪟\u003c\/span\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003cstrong\u003eCrystal Clear PVC Window\u003c\/strong\u003e \u003cspan\u003eLarge square window — full cake visibility without opening the box\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-cell\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🛡️\u003c\/span\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003cstrong\u003eFood-Grade ITC Board\u003c\/strong\u003e \u003cspan\u003eSafe, sturdy, hygienic — meets food-grade standards for direct cake contact\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-cell\"\u003e\n\u003cspan class=\"fc-icon\"\u003e🔒\u003c\/span\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003cstrong\u003eSecure Tuck Lock\u003c\/strong\u003e \u003cspan\u003eStays firmly closed through delivery, stacking, and transport\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-cell\"\u003e\n\u003cspan class=\"fc-icon\"\u003e⬜\u003c\/span\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003cstrong\u003eClean White Interior\u003c\/strong\u003e \u003cspan\u003eBright white lining — grease resistant and hygienic for direct food contact\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-cell\"\u003e\n\u003cspan class=\"fc-icon\"\u003e📐\u003c\/span\u003e\n\u003cdiv class=\"fc-body\"\u003e\n\u003cstrong\u003eEasy Self-Assembly\u003c\/strong\u003e \u003cspan\u003eFlat-packed and quick to fold — no glue, no tools, ready in seconds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"section-label\"\u003ePerfect For\u003c\/p\u003e\n\u003cdiv class=\"tags-wrap\"\u003e\n\u003cspan class=\"tag\"\u003e🎂 Cakes \u0026amp; Layer Cakes\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🍰 Pastries \u0026amp; Cheesecakes\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🎁 Gifting \u0026amp; Hampers\u003c\/span\u003e \u003cspan class=\"tag\"\u003e💍 Weddings \u0026amp; Baby Showers\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🎉 Birthdays \u0026amp; Celebrations\u003c\/span\u003e \u003cspan class=\"tag\"\u003e☕ Cafés \u0026amp; Boutique Bakeries\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🏠 Home Bakers\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🛵 Takeaway \u0026amp; Delivery\u003c\/span\u003e \u003cspan class=\"tag\"\u003e🩵 Premium Gifting Brands\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cp class=\"disclaimer\"\u003eBox only — contents shown for display purposes. Custom packaging options available on bulk orders — subject to artwork approval and minimum order quantity. Slight variations in shade, size, or window dimensions may occur due to manual measurement and screen calibration. Sky blue colour may vary slightly batch to batch. Sold in packs.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Box Ministry","offers":[{"title":"7x7x4 \/ Pack of 25","offer_id":52106705666370,"sku":"CB-ITC-SQWND-BLUE-774","price":650.0,"currency_code":"INR","in_stock":true},{"title":"7x7x4 \/ Pack of 250 - Free logo print","offer_id":52106881007938,"sku":"CB-ITC-SQWND-BLUE-774-FLP","price":6500.0,"currency_code":"INR","in_stock":true},{"title":"7x7x5 \/ Pack of 25","offer_id":52106716512578,"sku":"CB-ITC-SQWND-BLUE-775","price":650.0,"currency_code":"INR","in_stock":true},{"title":"7x7x5 \/ Pack of 250 - Free logo print","offer_id":52106881040706,"sku":"CB-ITC-SQWND-BLUE-775-FLP","price":6500.0,"currency_code":"INR","in_stock":true},{"title":"8x8x5 \/ Pack of 25","offer_id":52106705699138,"sku":"CB-ITC-SQWND-BLUE-885","price":700.0,"currency_code":"INR","in_stock":true},{"title":"8x8x5 \/ Pack of 250 - Free logo print","offer_id":52106881073474,"sku":"CB-ITC-SQWND-BLUE-885-FLP","price":7000.0,"currency_code":"INR","in_stock":true},{"title":"10x10x5 \/ Pack of 25","offer_id":52106705731906,"sku":"CB-ITC-SQWND-BLUE-10105","price":1025.0,"currency_code":"INR","in_stock":true},{"title":"10x10x5 \/ Pack of 250 - Free logo print","offer_id":52106881106242,"sku":"CB-ITC-SQWND-BLUE-10105-FLP","price":10250.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0993\/6555\/2450\/files\/CakeBoxWithSquareTopWindow_BlueColor_ITCBackBox_4SizesAvailable_PackOf25_5.png?v=1772256033","url":"https:\/\/boxministry.com\/products\/blue-cake-box-with-square-top-window-blue-color-itc-back-box-4-sizes-available-pack-of-25","provider":"Box Ministry","version":"1.0","type":"link"}