Hermès | Fauve Sikkim Kelly Relax 50 PHW | Unisex | Tan
Officially renamed in 1977, the Kelly tote bag from Hermès was originally called the Sac à Dépêches (which translates as “˜the dispatch bag”™). The structured bag”™s moniker came into play in the “˜50s, when Grace Kelly first laid eyes on the bag during the filming of an Albert Hitchcock movie. The princess of Monaco later famously used it to shield her pregnant belly from the media.
.watch-details {
display: grid;
grid-template-columns: 1fr 1fr; /* Two-column layout */
gap: 5px; /* Smaller gap */
margin-top: 10px;
}
.watch-detail-item {
display: flex;
justify-content: center; /* Center-align each item */
align-items: center; /* Center content vertically */
text-align: center; /* Center text horizontally */
border: 1px solid #ddd;
padding: 5px; /* Small padding */
background-color: #f9f9f9;
border-radius: 5px;
}
.watch-detail-label, .watch-detail-value {
font-weight: normal; /* Normal weight */
}