.elementor-12408 .elementor-element.elementor-element-1017a6c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12408 .elementor-element.elementor-element-724ec3a{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-12408 .elementor-element.elementor-element-724ec3a.e-con{--align-self:center;}.elementor-12408 .elementor-element.elementor-element-077d712{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-12408 .elementor-element.elementor-element-b5dc4fb{--display:flex;}.elementor-12408 .elementor-element.elementor-element-d35a4cc{text-align:center;}.elementor-12408 .elementor-element.elementor-element-d35a4cc img{width:75%;}.elementor-12408 .elementor-element.elementor-element-97d17a5{--display:flex;}.elementor-12408 .elementor-element.elementor-element-9ca064a .elementor-heading-title{font-size:30px;font-weight:500;}:root{--page-title-display:none;}@media(max-width:1440px){.elementor-12408 .elementor-element.elementor-element-077d712{--grid-auto-flow:row;}}@media(max-width:1200px){.elementor-12408 .elementor-element.elementor-element-077d712{--grid-auto-flow:row;}}@media(max-width:992px){.elementor-12408 .elementor-element.elementor-element-077d712{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-12408 .elementor-element.elementor-element-077d712{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}@media(min-width:768px){.elementor-12408 .elementor-element.elementor-element-724ec3a{--width:80%;}}/* Start custom CSS for html, class: .elementor-element-7140eac */.elora-installment-line {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #333;
    flex-wrap: wrap;
}

.installment-text {
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #eee;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    transition: 0.3s ease;
}

.info-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.installment-logos img {
    height: 20px;
    width: auto;
    margin-left: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1883c07 */.elora-giftcard-section {
    padding: 20px 0;
}

.elora-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
}

/* Selected Price */
.selected-amount-box {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px; /* very small gap under price */
    color: #000;
}

/* Installment Line */
.elora-installment-line {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    margin-bottom: 25px; /* bigger gap before coupons */
}

/* Updated Grid */
.elora-coupon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 160px));
    gap: 12px;
    justify-content: start;
}

/* Coupon Buttons */
.elora-coupon {
    padding: 10px 14px;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: black;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    border-radius: 6px;
    text-align: center;
    max-width: 160px;
    width: 100%;
}

.elora-coupon:hover {
    border-color: #8b6b4f;
    background: #f9f6f2;
    color: #8b6b4f;
}

.elora-coupon:active {
    transform: scale(0.95);
}

/* Active Selected Button */
.elora-coupon.active {
    border-color: #000;
    background: #f5f5f5;
    font-weight: 600;
}

/* Optional Copy Message (if used) */
.copy-message {
    margin-top: 20px;
    font-size: 14px;
    color: #8b6b4f;
}/* End custom CSS */