/*
Theme Name: Storefront Child
Theme URI: https://saigon-store.com
Template: storefront
Author: Tuan Pham
Author URI: https://saigon-store.com
Description: A child theme of Storefront theme.
Version: 4.6.2.1779897289
Updated: 2026-05-27 15:54:49

*/
.top-bar {
  background-color: #D0021B;       /* rouge Saigon */
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 0;
}

.top-bar__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive : centrer sur mobile */
@media (max-width: 768px) {
  .top-bar__container {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
}


