#wheelfortune-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	overflow-y: auto;
  }
  .wheelfortune-container {
	position: relative;
	margin: 5% auto;
	width: 360px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  .wheelfortune-container h2 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #333;
  }
  .wheel-wrapper {
	position: relative;
	margin: 20px auto;
	width: 300px;
	height: 300px;
  }
  .wheel {
	width: 100%;
	height: 100%;
	border: 6px solid #ccc;
	border-radius: 50%;
	background: #fafafa;
	overflow: hidden;
	box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
	position: relative;
  }
  .wheel .labels,
  .wheel .lines {
	position: absolute;
	top: -5px;
	left: 0;
	width: 300px;
	height: 300px;
	pointer-events: none;
  }
  .wheel .label,
  .wheel .line {
	position: absolute;
	left: 48%;
	transform-origin: left center;
  }
  .wheel .label {
	top: 45%;
	width: 150px;
	transform-origin: left center;
	text-align: right;
	font-size: 16px;
	font-weight: 600;
	color: #333;
  }
  .wheel .label span {
	display: inline-block;
	transform: translateX(-100%);
	font-size: 20px;
	font-weight: 700;
  }
  .wheel .line {
	top: 50%;
	width: 145px;
	height: 1px;
	background: #ccc;
  }
  .arrow-indicator {
	position: absolute;
	top: -10px;
	left: calc(50% - 42px);
	transform: translateX(50%) rotate(180deg);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 30px solid #fc5c65;
	z-index: 10;
  }
  .result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	font-weight: bold;
	color: #333;
	background: rgba(255, 255, 255, 0.8);
  }
  input.form-control {
	margin-top: 15px;
	padding: 12px;
	width: 80%;
	font-size: 16px;
	border: 2px solid #ddd;
	border-radius: 5px;
  }
  button {
	margin-top: 15px;
	padding: 12px 25px;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	background-color: #fc5c65;
	color: #fff;
	transition: background-color 0.3s;
  }
  button:hover {
	background-color: #eb3b5a;
  }
  #message {
	margin-top: 15px;
	font-size: 14px;
	color: #e74c3c;
  }
  a#get-discount-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 12px 25px;
	background: #2ecc71;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
  }
  a#get-discount-btn:hover {
	background: #27ae60;
  }
  #phone-input,
  #code-input {
	font-size: 18px;
	width: 100%;
  }
  .sticker-ns.wf {
	background: #8e24aa;
	color: #FFFFFF;
	border-radius: 60px;
	width: 60px;
	height: 27px;
	font-style: italic;
	font-weight: 800;
	font-size: 22px;
	line-height: 0.9;
  }
  .price-new.wf-non {
	text-decoration: line-through;
    font-size: 22px !important;
	order: 0 !important;
  }
  .wf-price-new {
	color: #8e24aa;
  }
  