.page-gift-card .container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-gift-card .gift-card-header {
    text-align: left;
    margin-bottom: 2rem;
}

.page-gift-card .gift-card-header h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.page-gift-card .gift-card-content {
    margin-top:64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-gift-card .gift-card-info-section {
    flex: 1;
    max-width: 50%;
}

.page-gift-card .gift-card-info-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 1rem;
}

.page-gift-card .gift-card-info-section p {
    color: #292929;
}

.page-gift-card .gift-card-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.page-gift-card .gift-card-features li {
    padding-left: 1.5rem;
    position: relative;
    color: #292929;
}

.page-gift-card .gift-card-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FF780F;
    font-weight: bold;
    font-size: 14px;
}

.page-gift-card .gift-card-notice {
    background: #fff8f0;
    border-left: 4px solid #FF780F;
    padding: 1rem;
    margin-top: 1.5rem;
    color: #292929;
    font-size: 14px;
}

.page-gift-card .gift-card-notice strong {
    color: #FF780F;
}

/* Right Section - Selection */
.page-gift-card .gift-card-selection-section {
    flex: 1;
    max-width: 400px;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
}

.page-gift-card .gift-card-selection-section h3 {
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 1.5rem;
    text-align: center;
}

.page-gift-card .amount-dropdown:focus {
    outline: none;
    border: none;
}

/* Gift Card Preview */
.page-gift-card .gift-card-preview-box {
    margin: 2rem 0;
    text-align: center;
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-gift-card .gift-card-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.page-gift-card .gift-card-image:hover {
    transform: scale(1.02);
}

/* Add to Cart Button */
.page-gift-card .btn-add-to-cart {
    width: 100%;
    padding: 18px 36px 18px 36px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    border-radius: 6px;
    background: var(--Orange, #FF780F);
    box-shadow: 0px 2px 4px 0px rgba(69, 21, 5, 0.09);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border: none;
}

.page-gift-card .btn-add-to-cart:hover {
    background-color: #FF9636;
    color: white;
    box-shadow: 0px 8px 12px 0px rgba(69, 21, 5, 0.12);
}

.page-gift-card .form-group-inline {
    display: flex;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dddddd;
    background: white;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    height: 4rem;
}

.page-gift-card .form-group-inline .col-md-6:first-child {
    text-align: right;
    padding-right: 1rem;
    border-right: 1px solid #e2e8f0;
}

.page-gift-card .form-group-inline .col-md-6:last-child {
    padding-left: 1rem;
}
.page-gift-card .form-group-inline label {
    font-weight: 400;
    font-size:18px!important;
    color: #292929;
    font-size: larger;
    text-align: center;
    margin: 0;
}
.page-gift-card .form-group-inline .amount-dropdown {
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    color: #292929;
    cursor: pointer;
    transition: all 0.3s ease;
    margin:0;
    padding:0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.page-gift-card .form-group-inline .col-md-6:last-child {
    position: relative;
}

.page-gift-card .form-group-inline .col-md-6:last-child::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 24px;
    height: 24px;
    background-image: url("/images/nav-arrow-down-produit.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media (max-width: 991px) {
    .page-gift-card .container {margin-left: 16px;margin-right: 16px;}
    .page-gift-card .gift-card-content {flex-direction: column;margin-top:32px;}
    .page-gift-card .gift-card-info-section, .page-gift-card .gift-card-selection-section {max-width:100%;}
    div.presentation {width: 100%;margin:auto;}
    .content-bandeau-image {margin-bottom:0;}
    .page-gift-card .gift-card-header h2 {font-size:18px;}
    .page-gift-card .gift-card-info-section h3, .page-gift-card .gift-card-selection-section h3, .page-gift-card .form-group-inline label, .page-gift-card .amount-dropdown {font-size: 16px!important;}
    .page-gift-card .gift-card-selection-section {padding:2rem 0;}
    .page-gift-card .form-group-inline .col-md-6:first-child, .page-gift-card .form-group-inline .col-md-6:last-child {width: 50%;}
    
}
