.xbraces-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.xbraces-header img {
  width: 80%;
  height: auto;
  
}

.xbraces-divider {
  margin: 2rem auto;
  border: none;
  height: 1px;
  background-color: #ccc;
  width: 100%;
}

.xbraces-image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.xbraces-image-row img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.xbraces-image-pair {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.xbraces-image-pair img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.xbraces-product-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.xbraces-product-row img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}






.xbraces-product-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.xbraces-product {
  width: 332px; /* Matches image width for 48/60/72 images */
  text-align: center;
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  box-sizing: border-box;
}






.xbraces-product p {
  margin-bottom: 1rem;
}

.xbraces-product span {
  font-size: 0.9rem;
  color: #333;
}

.xbraces-product input[type="submit"] {
  padding: 0.4rem 1rem;
  border: none;
  background-color: #336699;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}


.xbraces-title-image {
  margin: 2rem 0 1rem;
}

.xbraces-dimensions-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.xbraces-dimensions-row img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.xbraces-description {
  max-width: 900px;
  margin: 0 auto 2rem;
  text-align: center;
  font-family: Arial, sans-serif;
}

.xbraces-note {
  font-size: 0.9rem;
  color: #333;
  text-align: left;
  line-height: 1.5;
  margin-top: 1rem;
}


.xbraces-coming-soon {
  gap: 1.5rem;
}

.xbraces-placeholder {
  height: 200px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: #555;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.xbraces-footer-note {
  margin-top: 3rem;
  text-align: center;
  font-size: 0.85rem;
  font-family: Arial, sans-serif;
  color: #000080;
  background-color: #f1f1f1;
  padding: 1rem;
  border-radius: 8px;
}
