ADVERTISEMENT

It's hip to be square

Swatch launches four square-cased Bioceramic What If? watches in tribute to its 40th anniversary

Published Aug 19, 2023 12:00 pm

At A Glance

  • In 1982, the founders of Swatch were confronted with a creative dilemma: In what shape should they launch their gamechanger of a watch brand—round or square?
8.jpg
SO34T700
What If Beige

Time is circular, although in The Unbearable Lightness of Being, Milan Kundera wrote that “time runs ahead in a straight line,” the argument on which his definition of happiness as “the longing for repetition” is anchored.


But the past is everywhere in the present while the future hovers over everything at the moment and it’s just the perfect time—a concept, at once practical and esoteric, that Swiss watchmaking company Swatch knows like the case back of its masterpieces—to play up an alternate reality.


Just launched as something old, something new is Swatch’s new Bioceramic “What If” collection, a throwback to 1982 when, poised to shake up the watch industry with their philosophy of positive provocation and joie de vivre, the founders of Swatch were confronted with a creative dilemma: In what shape should they launch their gamechanger of a watch brand—as “a round plane figure whose boundary (the circumference) consists of points equidistant from a fixed point (the center),” as Oxford defines a circle, or as “a plane figure with four equal straight sides and four right angles,” as square is defined by the principal dictionary of the English language?

4.jpg
SO34G700
What If Green


Although “Hip to be Square” by American pop band Huey Lewis and the News would dominate the airwaves four years later, Swatch broke through the market in the round shape in which it has since revolutionized the way people wear time on their wrist. Since its launch, Swatch has had a bright, vibrant, successful, ever-young, and ever-playful story. It is now one of the leading watch manufacturers in the world, whose timepieces are also among the most sought-after.


But what would have been the outcome if, instead of the round watch, it was the square prototype that launched Swatch in 1983? This “what if” question, throwing back to a model that gave way to what has since become a huge success, has prompted the release of four new square-cased Bioceramic What If? watches. 


This exploration of an alternate reality, more than fun, is a challenge to the status quo, pushing the edges of horological design, as it pays tribute to the 40th anniversary of the company.

2.jpg
SQUARE OFF Swatch ambassadors Anne Curtis and Chris Tiu sport the special square watches from Swatch's What If? collection


Revisiting the square watch from 1982 is nothing short of a breakthrough. It has waited 40 years to—as Swatch puts it—“dive headfirst into uncharted waters, break free from the norm, and embrace a life full of fun and zero regrets.” 
Thanks to its innovative patent bioceramic, Swatch is better equipped to square up. Bioceramic combines material sourced from castor bean oil with ceramic powder. Through this technology, Swatch has achieved remarkable strength and durability without the added weight and bulk, as well as eco-consciousness much cherished now—and all these bioceramic attributes came to play in conquering the unique challenges of the square design.

19.jpg
Anne Curtis


Time now nestles within four corners in the four silky matte styles of the current Bioceramic What If collection. Each of these watches, in the muted gray, green, beige, or black tones of the very first Swatch watches, features an ‘80s-reminiscent yet minimalist dial design with glow-in-the-dark hands and a three o’clock day-date display, all presented in a 33mm x 33mm matte-finished case. 
 

These square watches also carry two pioneering features from Swatch, the biosourced edge-to-edge glass, which provides a striking side view of the dial, and the integrated bioceramic strap, whose bio-sourced material has enabled it to be designed with fine lines and tight edges, which would not have been as doable four decades ago.

17.jpg
Chris Tiu


As if the watches weren’t enough of a conversation piece, flip to the back and you’ll be doing more time travel with the battery cover imprinted with the dial design of one of the four first 1983 Swatch watches created to mark the 40th anniversary of the Gent, Swatch’s first and emblematic watch. 
 

Swatch is available at the Swatch Shops at SM Megamall, Glorietta 4, Greenbelt 5, Rockwell Power Plant Mall, TriNoma, Alabang Town Center, SM Mall of Asia, SM City North EDSA, SM Southmall, Shangri-La Plaza, Robinsons Place Manila, and SM City Cebu. Like SwatchPH on Facebook and follow @swatch_ph on Instagram.

Related Tags

Manila Bulletin Lifestyle Swatch AA Patawaran
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.