.gift-floating-icon {
    box-shadow: 0px 25px 50px -12px #00000040;
    background: #d42b65;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    opacity: 1;
    gap: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 88px;
    right: 24px;
    cursor: pointer;
    z-index: 1000;
    flex-direction: column;
}

.gift-value-badge {
    background: var(--Warning-500, #f99f36);
    max-width: 58.31640625px;
    width: 100%;
    height: 18px;
    border-radius: 10px;
    opacity: 1;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift-icon-close-btn {
    width: 18px;
    height: 18px;
    position: absolute;
    top: -6px;
    right: -6px;
    cursor: pointer;
    border-radius: 50%;
    background: #101b30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caption-lg {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.caption-md {
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
}

.gift-card-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gift-page-header {
    width: 100%;
    height: 524px;
    background-image: url(./images/Images/gift-image.png);
    background-size: cover;
    background-position: 0px -220px;
    border-radius: 12px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-left: 62px;
}

.gift-page-header-details-container {
    display: flex;
    flex-direction: column;
    gap: 58px;
    flex-grow: 1;
}

.gift-page-header-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 409px;
}

.gift-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
}

.gift-details-card-wrapper {
    display: flex;
    gap: 16px;
}

.gift-details-cards {
    border: 1px solid var(--Neutral-200, #e7e8ea);
    background: var(--Neutral-100, #eff0f2);
    max-width: 213px;
    width: 100%;
    gap: 4px;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    border-width: 1px;
}

.gift-page-body-container {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-top: 72px;
}

.gift-left-content {
    max-width: 593px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
}

.body-xs {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
}

.main-gift-card {
    background: #ee4e86;
    opacity: 1;
    gap: 30px;
    border-radius: 16px;
    padding-top: 44px;
    padding-right: 18px;
    padding-bottom: 44px;
    padding-left: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-gift-detail-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
    justify-content: center;
}

.main-gift-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.body-medium-400 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}

.heading-01 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
}

.main-gift-badge {
    max-width: 161px;
    width: 100%;
    height: 32px;
    opacity: 1;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 248, 250, 0.8);
    color: #d42b65;
}

.gift-rentsy-logo {
    width: 208px;
    height: 188px;
}

.gift-how-it-works-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gift-how-it-works-wrapper {
    display: flex;
    gap: 20px;
}

.gift-how-it-works-numbering-wrapper {
    background: var(--Neutral-50, #f4f5f7);
    width: 64px;
    height: 64px;
    border-radius: 16px;
    padding-right: 0.02px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gift-left-footer {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gift-info-message {
    border: 1px solid var(--Primary-200, #eeaac1);
    background: var(--Primary-50, #fbeaf0);
    opacity: 1;
    border-radius: 10px;
    border-width: 1px;
    padding: 17px 10px 17px 17px;
    display: flex;
    gap: 12px;
}

.gift-info-message img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.gift-link {
    padding: 6px 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 3px;
    text-decoration-thickness: 0%;
    color: #d42b65 !important;
}

.gift-right-content {
    border: 1px solid var(--Neutral-200, #e7e8ea);
    background: #f9f9f9;
    max-width: 627px;
    width: 100%;
    opacity: 1;
    gap: 24px;
    border-radius: 16px;
    border-width: 1px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.select-amount-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.select-amount-cards-wrapper {
    display: flex;
    gap: 16px;
}

.select-amount-card {
    border: 2px solid #e5e7eb;
    max-width: 130px;
    width: 100%;
    opacity: 1;
    gap: 6px;
    border-radius: 10px;
    padding-top: 16px;
    padding-right: 18px;
    padding-bottom: 16px;
    padding-left: 18px;
    border-width: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.select-amount-card.active {
    background: var(--Primary-50, #fbeaf0);
    border: 2px solid var(--Primary-400, #ee4e86);
}

.no-bonus {
    color: #f99f36;
}

.has-bonus {
    color: #30ae6a;
}

.body-lg {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

.selected-amount-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.total-amount-controller {
    justify-content: space-between;
    opacity: 1;
    display: flex;
    padding-top: 8px;
    padding-bottom: 4px;
    border-top-width: 1px;
    border-top: 1px solid #e5e7eb;
}

.gift-card-input-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gift-card-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gift-input {
    border: 1.5px solid var(--Neutral-200, #e7e8ea);
    max-width: 563px;
    width: 100%;
    height: 48px;
    opacity: 1;
    gap: 12px;
    border-radius: 12px;
    border-width: 1.5px;
    padding: 12px;
    outline: none;
    background: inherit;
}

.gift-textarea {
    border: 1.5px solid var(--Neutral-200, #e7e8ea);
    max-width: 563px;
    width: 100%;
    height: 108px;
    opacity: 1;
    gap: 12px;
    border-radius: 12px;
    border-width: 1.5px;
    padding: 12px;
    outline: none;
    background: inherit;
    resize: none;
}

.gift-textarea::placeholder,
.gift-input::placeholder {
    color: #888d98 !important;
}

.card-name-text {
    font-family: Public Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

@media (max-width: 1150px) and (min-width: 993px) {
    .gift-right-content {
        padding: 24px;
    }

    .main-gift-card {
        gap: 12px;
        padding-top: 44px;
        padding-right: 8px;
        padding-bottom: 44px;
        padding-left: 28px;
    }
}

@media (max-width: 1150px) {
    .gift-page-body-container {
        gap: 24px;
        margin-top: 42px;
    }

    .gift-page-header {
        background-position: 0px -120px;
        padding-left: 42px;
    }

    .select-amount-card {
        min-width: 110px;
    }

    .card-name-text {
        font-size: 25px;
        line-height: 40px;
    }
}

@media (max-width: 992px) {
    .gift-page-header {
        background-position: 0px -55px;
        padding-left: 32px;
        height: 430px;
    }

    .gift-page-header-details-container {
        gap: 35px;
    }

    .gift-page-body-container {
        gap: 24px;
        margin-top: 32px;
        flex-direction: column;
    }

    .gift-left-content {
        max-width: 100%;
    }

    .gift-right-content {
        max-width: 100%;
    }

    .select-amount-cards-wrapper {
        justify-content: center;
    }

    .gift-input {
        max-width: 100%;
    }

    .gift-textarea {
        max-width: 100%;
    }

    .card-name-text {
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 768px) {
    .gift-page-header {
        background-position: 0px -8px;
        padding-left: 16px;
        padding-right: 16px;
        height: 350px;
    }

    .card-name-text {
        font-size: 22px;
        line-height: 32px;
    }

    .gift-page-header-details-container {
        gap: 16px;
    }

    .gift-page-header-details-wrapper {
        gap: 12px;
    }

    .gift-details-cards {
        max-width: 213px;
        width: 100%;
        gap: 2px;
        padding: 12px;
    }

    .gift-details-card-wrapper {
        gap: 12px;
    }

    .gift-card-container {
        gap: 18px;
    }

    .gift-page-body-container {
        gap: 16px;
        margin-top: 24px;
    }

    .gift-left-content {
        gap: 24px;
    }

    .gift-left-footer {
        gap: 24px;
    }

    .gift-right-content {
        padding: 24px;
        gap: 16px;
    }
}

@media (max-width: 576px) {
    .gift-page-header {
        background-position: center;
        padding-left: 16px;
        padding-right: 16px;
        height: 350px;
    }

    .gift-page-header-details-wrapper .title-lg {
        font-size: 36px;
        line-height: 52px;
    }

    .gift-left-content {
        gap: 16px;
    }

    .gift-left-footer {
        gap: 16px;
    }

    .card-name-text {
        font-size: 20px;
        line-height: 28px;
    }

    .gift-right-content {
        padding: 16px;
    }

    .select-amount-cards-wrapper {
        flex-wrap: wrap;
    }

    .gift-info-message {
        padding: 12px 10px 12px 12px;
    }

    .select-amount-card {
        max-width: 46%;
    }
}

@media (max-width: 480px) {
    .main-gift-card {
        gap: 12px;
        padding-top: 28px;
        padding-right: 8px;
        padding-bottom: 28px;
        padding-left: 28px;
    }

    .main-gift-detail-container {
        gap: 12px;
    }

    .main-gift-details-wrapper {
        gap: 10px;
    }

    .main-gift-badge .body-xs {
        font-size: 12px;
    }

    .gift-rentsy-logo {
        width: 188px;
        height: 168px;
    }

    .gift-how-it-works-wrapper {
        gap: 12px;
    }

    .gift-how-it-works-numbering-wrapper {
        width: 54px;
        height: 54px;
    }

    .gift-details-cards .title-xs {
        font-size: 20px;
        line-height: 30px;
    }

    .gift-details-cards .body-xs {
        font-size: 12px;
        line-height: 18px;
    }

    .gift-details-cards .title-md {
        font-size: 20px;
        line-height: 30px;
    }

    .heading-01 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 400px) {
    .gift-page-header-details-wrapper .title-lg {
        font-size: 32px;
        line-height: 42px;
    }

    .gift-text {
        font-size: 16px;
    }

    .gift-details-cards {
        padding: 10px;
    }

    .gift-page-header {
        padding-left: 14px;
        padding-right: 14px;
        height: 340px;
    }

    .main-gift-card {
        gap: 2px;
        padding-top: 18px;
        padding-right: 0px;
        padding-bottom: 18px;
        padding-left: 18px;
        align-items: center;
    }

    .gift-rentsy-logo {
        width: 153px;
        height: 132px;
    }

    .heading-01 {
        font-size: 26px;
        line-height: 34px;
    }

    .main-gift-badge {
        height: 24px;
        border-radius: 24px;
    }
}
