/* Winter 2025 */

.bg-season {
  background-color: #e3e6e8;
}

.bg-season-02 {
  background-color: #d6ccc2;
}

.bg-season-03 {
  background-color: #b6c1c9;
}

.bg-features {background-color: #b6c1c9;}

.season-top {
border-top: 4px solid #3d748f; /* Adjust thickness as needed */
}

.v_brand {
  padding: 0.1em 0.5em;
  margin-bottom: 20px;
  border-radius: 9999px;
  color: #fff;
  background-color: #436170;
  text-transform: uppercase;
  display: flex; /* Enables flexbox layout */
  justify-content: center; /* Center aligning the brand name */
  align-items: center; /* Centers items vertically */
  width: 100%; /* Ensures the h6 tag takes full width */
  position: relative; /* Sets a relative positioning context */
}

.icons {
  position: absolute; /* Absolute positioning to move icons */
  right: 0; /* Aligns icons to the right */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Fine-tune vertical centering */
}

.icons i {
  padding-right: 10px; /* Right padding for the last icon */
}
