/* Styling for specific finishes */
.finish-iphone-16-pro-black-titanium {
  background-color: #3f4042;
}

.finish-iphone-16-pro-white-titanium {
  background-color: #f2f1eb;
}

.finish-iphone-16-pro-natural-titanium {
  background-color: #c2bcb2;
}

.finish-iphone-16-pro-desert-titanium {
  background-color: #bfa48f;
}

.finish-iphone-16-black {
  background-color: #3c4042;
}

.finish-iphone-16-white {
  background-color: #f5f5f5;
}

.finish-iphone-16-pink {
  background-color: #faddd7;
}

.finish-iphone-16-teal {
  background-color: #abcfcd;
}

.finish-iphone-16-ultramarine {
  background-color: #94a5eb;
}

.finish-iphone-15-pink {
  background-color: #ebd0d2;
}

.finish-iphone-15-yellow {
  background-color: #ece6c6;
}

.finish-iphone-15-green {
  background-color: #cfd9c9;
}

.finish-iphone-15-blue {
  background-color: #d5dde0;
}

.finish-black {
  background-color: #3c4042;
}

.finish-blue {
  background-color: #a0b4c7;
}

.finish-purple {
  background-color: #e6ddeb;
}

.finish-yellow {
  background-color: #f9e479;
}

.finish-midnight {
  background-color: #222930;
}

.finish-starlight {
  background-color: #f5f5f5;
}

.finish-product-red {
  background-color: #fc0324;
}

.finish-iphone-se-3-product-red {
  background-color: #bf0013;
}

/*for watches*/

/* Specific styling for new finishes */
.finish-ultra-black {
  background-color: #0f0e0e; /* Assuming ultra-black is a darker black */
}

.finish-ultra-natural {
  background-color: #ccc4bc; /* Natural tone for ultra-natural */
}

.finish-series-jet-black {
  background-color: #102030; /* Pure jet black */
}

.finish-series-rose-gold {
  background-color: #f6d9cd; /* Soft rose gold */
}

.finish-series-silver {
  background-color: #f0eff1; /* Silver from the existing variable */
}

.finish-series-slate {
  background-color: #47423d; /* Slate grey */
}

.finish-series-gold {
  background-color: #f4dec8; /* Gold from the existing variable */
}

.finish-series-natural {
  background-color: #e3ddd7; /* Natural tone for series natural */
}

/*watches*/
