.coupon-pop-trigger-btn {
    background: #fff;
    color: #000;
    border: none;
    padding: 0.75rem 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0.25rem;
}
button.coupon-pop-trigger-btn:hover {
    background: #bdbdbd;
    transition: all 0.3s ease;
}
.coupon-pop-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998;
}

.coupon-pop-overlay.coupon-pop-active {
    display: block;
}

.coupon-pop-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border: 1px solid #333;
    border-radius: 0.5rem;
    width: 90%;
    max-width: 99.25rem;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    padding: 3.313rem 3.313rem 2rem;
}

.coupon-pop-modal.coupon-pop-active {
    display: block;
}

.coupon-pop-header {
    margin-bottom: 2.125rem;
}

.coupon-pop-title {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.coupon-pop-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.coupon-pop-close:hover {
    color: #999;
}

.coupon-pop-input-wrapper {
    margin-bottom: 2.5rem;
}

.coupon-pop-input {
    width: 100%;
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    padding: 1.25rem 1.125rem;
    font-size: 1rem;
    border-radius: 0;
    outline: none;
}

.coupon-pop-input::placeholder {
    color: #666;
}

.coupon-pop-input:focus {
    border-color: #555;
}

.coupon-pop-slider-container {
    margin-bottom: 2.5rem;
    position: relative;
}

.coupon-pop-swiper {
    width: 100%;
    padding: 0;
    margin: 0 -0.75rem;
}

.swiper-slide {
    padding: 0 0.75rem;
}

.coupon-pop-card-wrapper {
    position: relative;
}

.coupon-pop-radio-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.coupon-pop-card {
    background: #0a0a0a;
    border: 2px solid transparent;
    border-radius: 0.5rem;
    /* padding: 1.5rem; */
    height: auto;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.coupon-pop-card:hover {
    border-color: #1a1a1a;
}

.coupon-pop-radio-input:checked+.coupon-pop-card {
    border-color: #4ade80;
}

.coupon-pop-radio-indicator {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #333;
    border-radius: 50%;
    background: transparent;
    transition: all 0.3s;
}

.coupon-pop-radio-input:checked+.coupon-pop-card .coupon-pop-radio-indicator {
    border-color: #4ade80;
    background: #4ade80;
    box-shadow: inset 0 0 0 3px #0a0a0a;
}





.coupon-pop-gift-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.coupon-pop-badge-text {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.coupon-pop-luxe-text {
    font-size: 0.625rem;
    color: #fff;
    opacity: 0.7;
}

.coupon-pop-brand {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.coupon-pop-brand-logo {
    width: 3rem;
    height: auto;
}

.coupon-pop-ribbon {
    width: 3rem;
    height: auto;
}

.coupon-pop-amount {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    display: inline-block;
}

.coupon-pop-card-body {
    margin-bottom: 1rem;
}

.coupon-pop-card-title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.coupon-pop-card-label {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 0.25rem;
}

.coupon-pop-card-value {
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.coupon-pop-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-pop-gift-emoji {
    font-size: 2rem;
}

.coupon-pop-delivery-info {
    text-align: right;
}

.coupon-pop-status {
    background: #1a4d2e;
    color: #4ade80;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0.25rem;
}

.coupon-pop-delivery-date {
    font-size: 0.75rem;
    color: #999;
}

.coupon-pop-apply-btn {
    width: 100%;
    background: #666;
    color: #999;
    border: none;
    padding: 1.125rem;
    font-size: 1rem;
    font-weight: 500;
    cursor: not-allowed;
    border-radius: 0;
    transition: all 0.3s;
    letter-spacing: 0.02em;
}

.coupon-pop-apply-btn.coupon-pop-active {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.coupon-pop-apply-btn.coupon-pop-active:hover {
    background: #e5e5e5;
}

.coupon-pop-navigation {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.coupon-pop-nav-btn {
    background: transparent;
    border: 1px solid #333;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.coupon-pop-nav-btn:hover:not(.swiper-button-disabled) {
    background: #1a1a1a;
    border-color: #555;
}

.coupon-pop-nav-btn.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .coupon-pop-modal {
        padding: 1.5rem;
    }

    .coupon-pop-title {
        font-size: 1.25rem;
    }
}

.apply-coupon-container-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.7rem 0;
}
.apply-coupon-container-box span h3 {
    font-size: 2.3rem;
    line-height: 1;
}