.settings-bar {
  display: flex;
  gap: 12px; /* spacing between menus */
  align-items: flex-start;
}           
            
.typeface-setting {
    background: white;
    border-radius: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    padding-right: 12px;
    width: 200px;
    box-shadow: 0 0 0 0px black;
	position: relative;
  }

  .typeface-setting .select-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }


  .typeface-setting .select-title img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }

  .typeface-setting .hidden {
    display: none;
  }

  .typeface-setting .select-body {
    margin-top: 10px;
  }
.select-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
/* Float the dropdown */
.select-body {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 999;
  border-radius: 8px;
  padding: 12px;
  display: none; /* Toggle this in JS */
}
            
/* Optional transition for smooth open/close */
.select-body.show {
  display: block;
}            
  .typeface-setting .range-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
  }

  .typeface-setting .range-container p {
    margin: 0;
    width: 80px;
  }

  /* Slider Track */
  .typeface-setting input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 1px;
    background: black;
    border-radius: 1px;
    outline: none;
    cursor: pointer;
      top:0px;
  }

  /* WebKit Thumb (Chrome, Safari) */
  .typeface-setting input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    background: black;
    border: 1px solid black;
    border-radius: 50%;
    margin-top: -7px;
    cursor: pointer;
      opacity: 1;
  }

  /* Firefox Thumb */
  .typeface-setting input[type=range]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background: black;
    border: 1px solid black;
    border-radius: 50%;
    cursor: pointer;
      opacity: 1;
  }

  .typeface-setting input[type=range]::-moz-range-track {
    background: black;
    height: 1px;
    border-radius: 1px;
      opacity: 1;
  }

  /* Edge/IE */
  .typeface-setting input[type=range]::-ms-thumb {
    height: 15px;
    width: 15px;
    background: black;
    border: 1px solid black;
    border-radius: 50%;
    cursor: pointer;
      opacity: 1;
  }

  .typeface-setting input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 1px;
      opacity: 1;
  }
   
   .icon-arrow {
  width: 12px;
  height: 8px;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.positive-icon path {
  stroke: black;
}

.negative-icon path {
  stroke: black;
}

  .font-style-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 0;
      padding-bottom: 140px;
}

.font-style-item {
  padding: 0px 12px;
  cursor: default;
  user-select: none;
    font-size: 24px;
    height:30px;
} 
            
.collection-button {
  padding: 6px 12px;
  margin-right: 10px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
}

.collection-button.active {
  background-color: black;
  color: white;
  border-color: black;
}  
            #textarea{
                font-size: 120px;
            }
            
            .font_label_name {
  transition: padding 0.3s ease;
}
            
.textWeightName {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;  	
}

.style-hover-controls-left {
  display: none;
  flex-direction: row;
  gap: 8px;
}

.style-hover-controls-right {
  display: none;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
}            
		
            
.menu-option.active {
  background-color: #f0f0f0;
  font-weight: bold;
}

.otf-check {
  margin-right: 6px;
  color: grey;
}
            
.settings-bar {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* Optional: make sure right section hugs content */
.settings-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
            
      .typeface-setting input[type="range"] {
  height: 1px;
  background: #000;
  border-radius: 1px;
  cursor: pointer;
}
.typeface-setting input[type="range"]::-webkit-slider-thumb,
.typeface-setting input[type="range"]::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background: black;
  border-radius: 50%;
}   
			
.label-new {
	position: absolute;
	top: 20px;
	right: 12px;	
	z-index: 3;
	pointer-events: none; /* So it doesn’t block clicks */
    user-select: none;
	text-align: right;
	background: #e9e9e9;
	display: flex;
	justify-content: center;
	border-radius: 4px;
	color: #3f3f3f;
	width: 100px;
	margin-top: 4px;
	margin-left: 12px;
	margin-right: 10px;    
}
	.header_img {
		width: 100%;
		height: 80vh; /* Matches image height */
		overflow: hidden;
		display: flex;
		justify-content: center; /* Centers horizontally */
		align-items: center; /* Centers vertically */
		position: relative;
		border-radius: 40px;
	}

	.header_img img {
		width: 100vw;
		height: 80vh;
		object-fit: cover;
		border-radius: 40px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1; /* Image acts as a fallback */
	}

	.header_img video {
	width: 100vw;
	height: 80vh;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 40px;
	z-index: 1;
}		

.sticky-buy {
  position: fixed;
  top: -80px; /* hidden above viewport */
  right: 2%;
  opacity: 0;
  z-index: 9999;
  transition: top 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}

.sticky-buy.show {
  top: 20px;
  opacity: 1;
  pointer-events: auto;
}


@media only screen and (min-width: 160px) and (max-width: 665px) {


	.buyBtnMobile{
		display: none;
	}

	.hide_on_mobile{
		display: none;
	}
	.settings-bar{
		flex-direction: column;
		align-items: normal;
		width: 100%;
		justify-content: flex-start;
	}
	.font-style-overview{
		flex-direction: column;
	}

}