.fairy-wrapper{
	background:linear-gradient(135deg,#f4fff6,#fff8e8);
}
.fairy-container{
    max-width: 1200px;
	display:flex;
	align-items:center;
	padding:90px;
	gap:60px;
	margin-left:auto;
	margin-right:auto;
}
.fairy-left{width:55%}
.fairy-right{width:45%;text-align:center}

.fairy-badge {
    background: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: #6aa84f;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    font-weight: 700;
}
.fairy-sub{
	font-size:40px;
	margin-bottom:20px;
}
.fairy-price {
    display: flex;
    justify-content: start;
    align-items: center;
}
.fairy-price del{color:#aaa;margin-right:10px}
.fairy-price .new {
    color: #f4a000;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 3.3px;
}
.fairy-price .discount {
    background: #ff4d4f;
    color: #fff;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 10px;
    font-weight: 700;
}

.fairy-desc{max-width:520px}

.fairy-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}
.fairy-features li {
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
}
.fairy-features li svg {
    width: 18px;
    line-height: 1;
    color: #6F9E2E;
    margin-right: 7px;
}
.fairy-actions{
	display:flex;
	align-items:center;
	gap:20px;
}

.fairy-btn{
	background:linear-gradient(135deg,#f4a000,#e6b800);
	padding:16px 36px;
	border-radius:40px;
	color:#fff;
	font-weight:600;
	box-shadow:0 10px 25px rgba(244,160,0,.4);
}
h1.fairy-title.text-gradient {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-top: 10px;
}
.product-card{
	background:#fff;
	padding:30px;
	border-radius:24px;
	box-shadow:0 40px 80px rgba(0,0,0,.15);
	position:relative;
}
.fairy-sub {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 8px;
    font-weight: 600;
}

.product-card img{max-width:100%}

.weight{
	position:absolute;
	left:-20px;
	top:20px;
	background:#fff;
	padding:8px 12px;
	border-radius:10px;
	font-size:13px;
	box-shadow:0 10px 25px rgba(0,0,0,.15);
}
.text-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(135deg, #6A9E31 0%, #239858 100%) !important;
}
.product-card .trust {
    display: block;
    margin-top: 15px;
    background: #6aa84f;
    color: #fff;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 13px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 20px;
}

/* mobile smaller dots */
@media (max-width: 767px) {
    .fairy-left {
        width: 100%;
        margin-bottom: 15px;
    }
    .fairy-container {
    max-width: 1200px;
    display: block;
    padding: 20px;
}
.fairy-left {
    width: 100%;
    margin-bottom: 15px;
}
.fairy-right {
    width: 100%;
    text-align: center;
}
h1.fairy-title.text-gradient {
    font-size: 3.5rem;
}
.fairy-btn {
    padding: 16px 30px;
    font-size: 14px;
    width: 250px;
}
.htu-item.right {
    padding-right: 0;
}
}