.gift-cards-page {
    padding-top: 0 !important;
    min-height: 100vh;
    background-color: #e9e5db;
    background-image: linear-gradient(rgba(245, 241, 234, 0.6), rgba(245, 241, 234, 0.6)),
        url('https://theheritageaesthetics.com/wp-content/uploads/2026/02/treatment-bg.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.page-hero.treatments-hero .hero-blend-bottom {
    background: linear-gradient(to bottom, transparent 0%, rgb(251 251 251 / 50%) 80%, #e9e5db 100%);
}

/* Section Styling */
.gift-cards-section {
    position: relative;
    padding: 80px 20px 100px;
}

.gift-cards-container {
    max-width: 1100px;
    margin: 0 auto;
}

/* Subheader */
.gift-cards-subheader {
    text-align: center;
    margin-bottom: 70px;
}

.gifting-experience-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: var(--font-body, clamp(16px, 1.2vw, 18px));
    font-weight: 400;
    color: var(--dark-navy);
    text-transform: uppercase;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.gifting-title-our {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(14px, 1.5vw, 20px);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--dark-navy, #1A2B52);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 4px;
	padding-left: 140px;
}

.gifting-title-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 15px;
}

.gifting-title-script {
    font-family: 'Blosta Script', cursive !important;
    font-size: 60px;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    margin-right: 20px;
    position: relative;
    top: -30px;
}

.gifting-at-the-heritage {
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 8px;
    color: var(--dark-navy);
    position: relative;
    top: -30px;
}

/* Gift Card Option */
.gift-card-option {
    /* border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px; */
    padding: 50px;
    margin-bottom: 60px;
}

.gift-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 160px;
    align-items: center;
}

/* Media (Video/Image) */
.gift-card-media {
    position: relative;
	width: 130%;
}

.gift-video-placeholder,
.gift-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #1a3a4d 0%, #0b1a24 100%);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gift-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gift-video-placeholder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-placeholder-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(11, 26, 36, 0.95);
    color: var(--dark-navy);
}

.media-placeholder-overlay span {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--dark-navy);
}

.media-placeholder-overlay p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(14px, 1.5vw, 16px);
    opacity: 0.7;
    margin: 0;
    color: var(--dark-navy);
}

/* Details */
.gift-card-details {
    padding: 20px 0;
}

.gift-card-content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift-statue {
    width: 180px;
    height: auto;
    margin-bottom: 15px;
    opacity: 0.9;
}

.gift-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(24px, 2.5vw, 34px);
    color: var(--dark-navy);
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-align: center;
}

.gift-card-description {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 1.3vw, 18px);
    color: var(--dark-navy);
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
    font-style: italic;
}

.gift-card-starts {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(18px, 1.3vw, 18px);
    color: var(--dark-navy);
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.gift-card-fee {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(18px, 1.2vw, 18px);
    color: var(--dark-navy);
    font-style: italic;
    margin-bottom: 30px;
    text-align: center;
}

/* Purchase Section */
.gift-card-purchase {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 350px;
    width: 100%;
}

.gift-value-select {
    width: 100%;
    padding: 16px 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(15px, 1.2vw, 17px);
    color: #1a2b52;
    background: #fff;
    border: 2px solid rgba(212, 175, 55, 0.4);
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231A2B52' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: all 0.3s ease;
}

.gift-value-select:hover,
.gift-value-select:focus {
    border-color: var(--gold);
    outline: none;
}

.btn-add-to-cart {
    width: 100%;
    padding: 18px 30px;
    background-image: url('https://theheritageaesthetics.com/wp-content/uploads/2026/02/book_btn2.png');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    color: var(--dark-navy);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(14px, 1.2vw, 16px);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 70px;
}

.btn-add-to-cart:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.btn-add-to-cart:disabled {
    background: #ccc;
    color: #888;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Terms and Conditions */
.gift-cards-terms {
/*     background: rgba(255, 255, 255, 0.95); 
     border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px; */
    padding: 50px;
    margin-top: 40px;
}

.terms-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(28px, 3vw, 42px);
    color: var(--dark-navy);
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-list li {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 1.2vw, 18px);
    color: var(--dark-navy);
    line-height: 1.9;
    margin-bottom: 18px;
    padding-left: 30px;
    position: relative;
    font-style: italic;
}

.terms-list li:last-child {
    margin-bottom: 0;
}

.terms-list li::before {
    content: '◆';
    position: absolute;
    left: 0;
    color: var(--gold);
    font-size: 10px;
    top: 6px;
}

/* Modal Styles */
.gift-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 46, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.gift-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.gift-modal {
    background: #fff;
    border-radius: 12px;
    padding: 50px 40px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    position: relative;
    transform: scale(0.9) translateY(20px);
    transition: all 0.3s ease;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}

.gift-modal-overlay.active .gift-modal {
    transform: scale(1) translateY(0);
}

.gift-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #1a2b52;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    line-height: 1;
}

.gift-modal-close:hover {
    opacity: 1;
}

.gift-modal-icon {
    margin-bottom: 20px;
}

.gift-modal-icon svg {
    animation: checkmark 0.5s ease forwards;
}

@keyframes checkmark {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.gift-modal-title {
    font-family: 'Blosta Script', cursive !important;
    font-size: clamp(28px, 4vw, 36px);
    color: #1a2b52;
    margin-bottom: 8px;
    font-weight: normal;
}

.gift-modal-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: #666;
    margin-bottom: 25px;
    font-style: italic;
}

.gift-modal-details {
    background: #f9f7f3;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.gift-modal-value {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a2b52;
    margin-bottom: 5px;
}

.gift-modal-fee {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    color: #888;
    font-style: italic;
    margin: 0;
}

.gift-modal-total {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    color: #1a2b52;
    font-weight: 600;
    margin-bottom: 30px;
}

.gift-modal-total span {
    color: #b4af55;
}

.gift-modal-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.btn-continue-shopping,
.btn-view-cart {
    padding: 14px 28px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-continue-shopping {
    background: transparent;
    border: 2px solid #1a2b52;
    color: #1a2b52;
}

.btn-continue-shopping:hover {
    background: #1a2b52;
    color: #fff;
}

.btn-view-cart {
    background: var(--dark-navy);
    color: #fff !important;
    min-width: 120px;
    padding: 14px 28px;
}

.btn-view-cart:hover {
    background: #2a3b62;
    transform: scale(1.02);
}

.btn-view-cart:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.btn-ok {
    padding: 14px 40px;
    background: var(--dark-navy);
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-ok:hover {
    background: #2a3b62;
}
@media (max-width: 1024px) {
	.gift-card-description {
		font-size: 28px;
		line-height: 1.5;
	}
	.gift-card-title {
		font-size: 35px;
	}
	.gift-card-starts {
		font-size: 25px;
	}
	.gift-card-fee {
		font-size: 23px;
	}
	
	.terms-list li {
		font-size: 28px;
	}
}

/* Responsive Design */
@media (max-width: 992px) {
    .gift-card-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .gift-card-option {
        padding: 35px 25px;
    }

    .gift-card-details {
        order: -1;
    }

    .gift-card-content-card {
        text-align: center;
    }

    .gift-card-purchase {
        margin: 0 auto;
    }

    .gift-statue {
        width: 150px;
    }
}

@media (max-width: 768px) {
    .gift-cards-section {
        padding: 50px 20px 70px;
    }

    .gift-card-option {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .gift-card-content {
        gap: 30px;
    }

    .gift-card-media {
        max-width: 400px;
        margin: 0 auto;
    }

    .gift-card-title {
        font-size: clamp(22px, 5vw, 30px);
    }

    .gift-card-description {
        font-size: clamp(14px, 3.5vw, 16px);
    }

    .gift-card-starts {
        font-size: clamp(14px, 3.5vw, 16px);
    }

    .gift-card-purchase {
        max-width: 100%;
    }

    .gift-value-select,
    .btn-add-to-cart {
        padding: 16px 20px;
    }

    .gift-cards-terms {
        padding: 30px 20px;
    }

    .terms-list li {
        padding-left: 25px;
        text-align: left;
    }

    .gift-modal {
        padding: 40px 25px;
    }

    .gift-modal-actions {
        flex-direction: column;
    }

    .gift-modal-small {
        max-width: 350px;
        padding: 35px 25px;
    }
}

@media (max-width: 576px) {
    .gift-cards-section {
        padding: 40px 15px 60px;
    }

    .gift-cards-subheader {
        margin-bottom: 50px;
    }

    .gifting-experience-title {
        flex-direction: column;
        align-items: center;
    }

    .gifting-title-script {
        top: 0;
        margin-right: 0;
    }

    .gifting-at-the-heritage {
        top: 0;
        font-size: var(--font-small, clamp(13px, 1vw, 15px)) !important;
        letter-spacing: 4px;
    }

    .gift-card-option {
        padding: 25px 18px;
        margin-bottom: 35px;
    }

    .gift-card-media {
        max-width: 100%;
    }

    .gift-statue {
        width: 120px;
        margin-bottom: 10px;
    }

    .gift-card-title {
        font-size: clamp(20px, 5vw, 26px);
        margin-bottom: 15px;
    }

    .gift-card-description {
        font-size: clamp(13px, 3.5vw, 15px);
        margin-bottom: 15px;
    }

    .gift-card-starts {
        font-size: clamp(13px, 3.5vw, 15px);
    }

    .gift-card-fee {
        font-size: clamp(12px, 3vw, 14px);
        margin-bottom: 20px;
    }

    .gift-value-select {
        font-size: clamp(14px, 3.5vw, 16px);
        padding: 14px 18px;
    }

    .btn-add-to-cart {
        font-size: clamp(11px, 2.5vw, 13px);
        padding: 14px 20px;
        min-height: 60px;
    }

    .gift-cards-terms {
        padding: 25px 18px;
        margin-top: 30px;
    }

    .terms-title {
        font-size: clamp(22px, 5vw, 32px);
        margin-bottom: 25px;
    }

    .terms-list li {
        font-size: clamp(13px, 3vw, 15px);
        line-height: 1.8;
        padding-left: 22px;
    }
}