.PDP-newOddit-Block-NuBest-Routine {
	padding: 64px 0px 0px;
}
.PDP-newOddit-Block-NuBest-Routine .tamain {
	margin-top: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: stretch;
	column-gap: 16px;
	row-gap: 16px;
}
.PDP-newOddit-Block-NuBest-Routine .claim-note {
	display: none;
	.content {
		display: none;
	}
	.note {
		margin-top: 12px;
		border: 1px solid #eff7ec;
		padding: 12px 16px;
		font-size: 14px;
		line-height: 20px;
		font-style: italic;
	}
}
.PDP-newOddit-Block-NuBest-Routine .daily-routine {
	margin-top: 24px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-radius: 12px;
	overflow: hidden;
	.daily-routine-image {
		height: 100%;
		.img {
			height: 100%;

			height: 100%;
			background-size: cover !important;
			background-repeat: no-repeat !important;
		}
	}

	.daily-routine-content .daily-routine-content-bg {
		position: relative;
		padding-right: 64px;
		background: #eff7ec;
		padding-top: 16px;
		padding-left: 24px;
		padding-bottom: 24px;
		&:after {
			content: '';
			position: absolute;
			z-index: 1;
			width: 120px;
			top: 0px;
			bottom: 0px;
			right: -120px;
			background: linear-gradient(90deg, rgba(239, 247, 236, 1) 0%, rgba(239, 247, 236, 0.9) 20%, rgba(239, 247, 236, 0) 100%);
		}

		.title {
			display: inline-block;
			font-size: 24px;
			font-weight: 600;
			line-height: 30px;
			color: #3e7d3b;
			padding-bottom: 12px;
			border-bottom: 1px solid #3e7d3b;
		}
		.content {
			margin-top: 12px;
			display: grid;
			flex-direction: column;
			align-items: flex-start;
			gap: 8px;
			align-self: stretch;

			.has-check-icon {
				display: grid;
				grid-template-columns: 20px 1fr;
				gap: 8px;
				align-self: stretch;
			}
			.has-check-icon .text {
				color: var(--new-green, #265f23);
				font-size: 15px;
				font-style: normal;
				font-weight: 400;
				line-height: 23px;
			}
			.has-check-icon .check-icon {
				width: 20px;
				height: 20px;
				position: relative;
			}
			.has-check-icon .check-icon:before {
				position: absolute;
				top: 50%;
				left: 0px;
				content: '';
				width: 100%;
				padding-bottom: 100%;
				background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 28'%3E%3Crect y='.945' width='27' height='27' rx='13.5' fill='%233E7D3B'/%3E%3Cpath d='M19.038 10.983l-7.616 7.615-3.461-3.461' fill='none' stroke='white' stroke-width='2.531' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
				background-size: 100% 100%;
				transform: translateY(-50%);
			}
		}
	}
}

.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item {
	border-radius: 12px;

	border: 1px solid #dfe9db;
	padding: 16px 24px;
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item {
	display: block;

	background: var(--White, #fff);
	height: 100%;
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-img {
	position: relative;
	.number {
		position: absolute;
		background: #3e7d3b;
		color: #fff;
		font-size: 22px;
		font-weight: 700;
		text-align: center;
		width: 32px;
		height: 32px;
		line-height: 32px;

		top: -7px;
		left: -5px;
		z-index: 2;
		border-radius: 50%;
	}
	.icon {
		position: absolute;
		width: 60px;
		height: 60px;
		z-index: 2;
		bottom: 6px;
		right: 6px;
	}
	.number-bg {
		position: absolute;
		background: #ffffff;

		width: 42px;
		height: 43px;
		top: -13px;
		left: -10px;
		z-index: 1;
		border-radius: 50%;
	}
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-img .img {
	border-radius: 8px;
	overflow: hidden;
	text-align: center;
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content {
	display: block;
	margin-top: 16px;
	align-self: stretch;
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .title {
	color: #333333;
	width: 100%;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
	span {
		color: #3e7d3b;
	}
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .text {
	color: #333333;
	margin-top: 4px;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
	span {
		font-weight: 600;
		color: #3e7d3b;
	}
}
.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .content a {
	text-decoration: underline;
}
@media screen and (max-width: 991px) {
	.PDP-newOddit-Block-NuBest-Routine .tamain {
		flex-wrap: wrap;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item {
		flex: unset;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .title {
		color: #333;
		width: 100%;
		font-size: 15px;
		line-height: 20px;
	}
	.PDP-newOddit-Block-NuBest-Routine .daily-routine {
		grid-template-columns: 1.3fr 1fr;
		.daily-routine-image .img {
			background-position: center !important;
		}
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .text {
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (max-width: 767px) {
	.PDP-newOddit-Block-NuBest-Routine {
		padding: 40px 0px 0px;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain {
		display: grid;
		align-items: stretch;
		grid-template-columns: 1fr;
		row-gap: 16px;
		column-gap: 16px;
		flex-direction: column;
	}
	.PDP-newOddit-Block-NuBest-Routine .daily-routine {
		margin-top: 16px;
		display: grid;
		grid-template-columns: 1fr;
		.daily-routine-image {
			display: none;
		}
		.daily-routine-content .daily-routine-content-bg .title {
			font-size: 20px;
		}
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item {
		width: 100%;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item {
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-img {
		width: 100%;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-img .img {
		margin: auto;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .title {
		text-align: center;
		font-size: 18px;
		line-height: 22px;
	}
	.PDP-newOddit-Block-NuBest-Routine .tamain .PDP-newOddit-Block-NuBest-Routine-Item .tamix-item .block-content .text {
		text-align: center;
		font-size: 15px;
		line-height: 20px;
	}
}
