CHANEL | Beige Quilted Lambskin Mini Square Classic Flap Bag | Unisex | Beige
A timeless classic that never goes out of style, the flap bag from Chanel dates back to 1955 and has seen a number of updates. The design was revolutionary for its time, giving its wearers the freedom to carry their everyday must-haves without the cumbersome nature of a larger bag. The bag features the classic leather-entwined chain-link shoulder strap for a distinctive aesthetic. Comes with the original box.
.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 */
}