.gift-code-container {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
}
.gift-code-container p {
	color: #ffff;
}
.gift-input {
    width: 100%;
    height: 40px;
    background: rgba(223, 224, 220, 0.5);
    border: none;
    color: white;
    font-size: 16px;
    padding: 8px;
    outline: 0;
    box-sizing: border-box;
}

.gift-input::placeholder {
	color: #ffffff80;
}

.btn-redeem-tree {
    border-radius: 50px;
    font-family: "Playfair", serif !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    background-color: transparent !important;
    padding: 10px 25px;
    border: 1px solid #DFE0DC;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    color: #fff !important;!i;!;
    transition: all 0.3s ease; /* Aggiunge una transizione per hover */
}

.btn-redeem-tree:hover {
    background-color: rgb(255 255 255) !important; /* Leggera variazione al passaggio del mouse */
    color: #054837 !important; /* Cambia colore del testo */
}
/*
 .btn-redeem-tree a:hover{
	background-color:#DFE0DC !important;
	border: 1px solid #054837!important;
	color:#054837!important;
}
 * */