/* ==========================================================================
   PREMIUM 2026 CARD SPECIFICATION STYLESHEET - PIXEL PERFECT BLUEPRINT
   ========================================================================== */

/* ─── 1. CORE CONTAINER GRID WRAPPERS ─── */
.dcw-deals-loop-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    padding: 12px 0;
    font-family: 'DM Sans', -apple-system, system-ui, sans-serif;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.dcw-single-deal-card-item.unique-premium-2026-spec-v4 {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1.5px solid #f2f2f2;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
    width: 100%;
    max-width: 345px;
    box-sizing: border-box;
    position: relative;
}
.dcw-single-deal-card-item.unique-premium-2026-spec-v4:hover {
    transform: translateY(-6px);
    box-shadow: 0px 14px 45px rgba(0,0,0,0.18);
}

/* ─── 2. HEADER IMAGE & TOP ABSOLUTE BADGES ─── */
.dcw-card-header-media {
    position: relative;
    height: 200px;
    background: #DCE8F4;
    overflow: hidden;
    width: 100%;
    display: block;
}
.dcw-media-img-element {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.dcw-single-deal-card-item.unique-premium-2026-spec-v4:hover .dcw-media-img-element {
    transform: scale(1.05);
}
.dcw-card-media-overlay-left-stack {
    position: absolute;
    top: 14px;
    left: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
}
.dcw-badge-item-node-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1;
}
.dcw-badge-item-node-element i, .dcw-badge-item-node-element svg {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    flex-shrink: 0;
}
.dcw-badge-item-node-element.badge-node-hot {
    background: linear-gradient(90deg,rgba(255, 128, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 14px 8px 10px;
    border-radius: 30px;
    letter-spacing: .06em;
}
.dcw-badge-item-node-element.badge-node-days_left.absolute-media-float-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(255,255,255,0.96);
    border: 1.5px solid #2ECC71;
    color: #1E7A43;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 50px;
    z-index: 5;
}

.dcw-media-interactive-actions {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
}
.dcw-action-circle-btn.wishlist-trigger {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF4757 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s, box-shadow 0.2s;
}
.dcw-action-circle-btn.wishlist-trigger:hover {
    transform: scale(1.10);
    box-shadow: 0 4px 10px rgba(0,0,0,0.20);
}
.dcw-action-circle-btn.wishlist-trigger svg {
    width: 18px;
    height: 18px;
}

/* ─── 3. CONTENT BODY LAYOUT MATRIX ─── */
.dcw-card-content-body {
    padding: 16px 18px 14px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
}

.dcw-premium-chips-row-wrapper-matrix {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    width: 100%;
}
.dcw-chip-node-element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .02em;
}
.dcw-chip-node-element.chip-category {
    background: #f6f6f6;
    color: #000000;
}
.dcw-chip-node-element.chip-brand {
    background: #e3e3e3;
    color: #000000;
}

.dcw-deal-item-title-heading {
    font-size: 16.5px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 7px 0;
    text-align: left;
}
.dcw-deal-item-title-heading a {
    text-decoration: none;
    transition: color 0.2s ease;
}

.dcw-deal-item-short-description-excerpt {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.55;
    margin: 0 0 14px 0;
    text-align: left;
}

/* ─── 4. ACCENT PRICING BACKDROP BOX ─── */
.dcw-premium-pricing-evaluation-matrix-panel {
    background: #FFF3F0;
    border: 1.5px solid #FFB89A;
    border-radius: 12px;
    padding: 14px 14px 8px 14px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
}

.dcw-premium-interactive-status-badge-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #FFD5C2;
    width: 100%;
}
.dcw-badge-item-node-element.badge-node-verified,
.dcw-badge-item-node-element.badge-node-share_btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    height: 30px !important;
    line-height: 14px !important;
    padding: 0 14px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}
.dcw-badge-item-node-element.badge-node-verified {
    background: #F0FDF4 !important;
    color: #1E7A43 !important;
    border: 1.5px solid #2ECC71 !important;
}
.dcw-badge-item-node-element.badge-node-share_btn {
    background: #1A1A2E !important;
    color: #FFFFFF !important;
    border: 1.5px solid #1A1A2E !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    outline: none !important;
}
.dcw-badge-item-node-element.badge-node-share_btn:hover {
    background: #2D2D4A !important;
}
.dcw-badge-item-node-element.badge-node-verified svg,
.dcw-badge-item-node-element.badge-node-share_btn svg {
    width: 14px !important;
    height: 14px !important;
    margin: 0 !important;
}

.pricing-numerical-row-split-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.pricing-numerical-row-wrap-line {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.original-strike-price {
    font-size: 14px;
    color: #9CA3AF;
    text-decoration: line-through;
    font-weight: 500;
}
.active-deal-sale-price {
    font-size: 28px;
    font-weight: 800;
    color: #FF6B35;
    line-height: 1;
}
.pricing-flex-bottom-alignment-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.discount-bold-percentage-title-readout {
    font-size: 34px;
    font-weight: 800;
    color: #FF6B35;
    line-height: 2.5rem;
    margin-top: 4px;
}
.format-pill-tag-label {
    background: #2ECC71;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    padding: 7px 18px;
    border-radius: 6px;
    text-transform: uppercase;
}

/* ─── 5. CARDS FOOTER INTEGRATION BAR ─── */
.dcw-premium-footer-brand-action-alignment-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 4px 0;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}
.merchant-branding-footer-card-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #F6F6F6; 
    border-radius: 6px; 
    padding: 4px;
    flex-shrink: 0;
    height: 46px;
    width: 130px; 
    box-sizing: border-box;
    overflow: hidden;
}
.merchant-logo-img-v4 {
    width: 100%;
    max-width: 130px;
    height: auto; 
    object-fit: contain;
    display: block;
}
.merchant-logo-fallback-text-frame-v4 {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.dcw-primary-action-button-row-v4 {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.dcw-coupon-relative-wrapper-row-v4 {
    display: flex;
    align-items: stretch;
    flex: 1;
    height: 46px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: none !important; 
    width: 100%;
}
.dcw-coupon-relative-wrapper-row-v4 .dcw-action-main-execution-btn {
    background: #FF4757 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 0 8px !important; 
    border-radius: 10px 0 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75% !important; 
    flex: none !important;
    text-align: center;
    transition: background .2s ease;
    white-space: nowrap;
    border: none !important;
    cursor: pointer;
    height: 46px !important;
    line-height: 46px !important;
    z-index: 3;
    position: relative;
}
.dcw-coupon-relative-wrapper-row-v4 .dcw-action-main-execution-btn:hover {
    background: #E8394A !important;
}
.dcw-coupon-tag-backdrop-layer-v4 {
    border: 2px dashed #FF4757 !important;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 0 0 0 10px !important;
    border-radius: 0 10px 10px 0 !important;
    border-left: none !important;
    background: #FFF0EC !important;
    white-space: nowrap;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    height: 46px !important;
    width: 40% !important;
    flex: none !important;
    overflow: hidden;
    position: relative;
    left: -25px !important; 
}
.dcw-coupon-tag-peek-text-v4 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em;
    white-space: nowrap;
    display: block;
    margin-left: -35px !important; 
}

.dcw-action-main-execution-btn.unified-deal-btn {
    background: #FF4757 !important;
    color: #FFFFFF !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    transition: background 0.2s;
    white-space: nowrap;
    border: none !important;
    cursor: pointer;
    height: 46px !important;
    line-height: 46px !important;
    width: 100%;
}
.dcw-action-main-execution-btn.unified-deal-btn:hover {
    background: #E8394A !important;
}

.dcw-pagination-hybrid-control-anchor-box { width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 0 20px 0; }
.dcw-pagination-manual-load-more-btn-cta { background-color: #1A202C; color: #FFFFFF; font-size: 14px; font-weight: 700; border: none; padding: 14px 44px; border-radius: 8px; cursor: pointer; }
.dcw-pagination-live-loading-spinner { padding: 10px 0; }
.dcw-spinner-circle-node { width: 32px; height: 32px; border: 3px solid #E2E8F0; border-top-color: #FF5A36; border-radius: 50%; animation: hybridSpin 0.6s linear infinite; }
@keyframes hybridSpin { to { transform: rotate(360deg); } }

/* ─── 6. SHARE POPUP LAYER SCHEMES ─── */
.dcw-share-modal-overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.3); 
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}
.dcw-share-modal-card-window {
    position: relative;
    background: #FFFFFF;
    width: 90%;
    max-width: 440px;
    padding: 54px 32px 32px;
    border-radius: 28px; 
    box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.08);
    text-align: center;
    box-sizing: border-box;
}

.dcw-modal-top-graphic-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    background: #FFFFFF;
    border: 1px solid #F1F5F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.04);
    z-index: 10;
    overflow: hidden;
}
.modal-link-top-icon-asset {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}
.modal-link-top-icon-asset-svg {
    width: 24px;
    height: 24px;
    color: #64748B;
}

.dcw-share-modal-close-x {
    position: absolute;
    top: 18px;
    right: 20px;
    background: #F1F5F9;
    border: none;
    font-size: 18px;
    color: #64748B;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}
.dcw-share-modal-close-x:hover {
    background: #E2E8F0;
}

.dcw-share-modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin: 12px 0 6px 0;
}
.dcw-share-modal-explainer-subtext {
    font-size: 14px;
    color: #64748B;
    line-height: 1.5;
    margin: 0 0 24px 0;
    padding: 0 10px;
}

.dcw-share-input-section-group,
.dcw-share-social-grid-section-group {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    margin-bottom: 22px;
}
.dcw-share-input-field-header-label {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.dcw-share-modal-input-clipboard-wrapper {
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 4px 6px 4px 6px;
    width: 100%;
    gap: 8px;
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
}
.dcw-share-modal-link-input {
    flex-grow: 1;
    background: transparent;
    border: none;
    font-size: 13.5px;
    color: #334155;
    outline: none;
    padding: 8px 0;
    width: 10px; 
}
.dcw-share-modal-copy-btn {
    background: transparent;
    color: #64748B;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}
.dcw-share-modal-copy-btn:hover {
    color: #0F172A;
}
.copy-embed-btn-svg {
    width: 18px;
    height: 18px;
}

.dcw-share-modal-copy-btn.copied-success-state {
    color: #10B981 !important;
}

.dcw-share-modal-socials-row-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 4px;
}
.dcw-share-modal-socials-row-grid .social-circle-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 6px;
    cursor: pointer;
}
.social-icon-wrapper-node {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: transform 0.2s ease;
}
.dcw-share-modal-socials-row-grid .social-circle-link:hover .social-icon-wrapper-node {
    transform: scale(1.08);
}
.social-icon-wrapper-node svg {
    width: 20px;
    height: 20px;
}

.social-circle-link.share-facebook .social-icon-wrapper-node  { background-color: #1877F2; }
.social-circle-link.share-twitter .social-icon-wrapper-node   { background-color: #000000; }
.social-circle-link.share-whatsapp .social-icon-wrapper-node  { background-color: #25D366; }
.social-circle-link.share-telegram .social-icon-wrapper-node  { background-color: #26A5E4; }
.social-circle-link.share-instagram .social-icon-wrapper-node { background-color: #E1306C; }

.social-label-text-tag {
    font-size: 11px;
    color: #64748B;
    font-weight: 500;
    text-align: center;
}

/* ─── 7. PREMIUM INTERACTIVE GET COUPON ACTION MODAL POPUP STYLES ─── */
.dcw-coupon-popup-overlay-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}
.dcw-coupon-popup-window-card {
    position: relative;
    background: #FFFFFF;
    width: 92%;
    max-width: 480px;
    padding: 36px 32px;
    border-radius: 24px;
    box-shadow: 0px 25px 60px rgba(0, 0, 0, 0.12);
    text-align: center;
    box-sizing: border-box;
    animation: dcwPopIn 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes dcwPopIn {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* HARD FIXED DEFINITION: Explicit 60px height constraint for the logo frame wrapper */
.dcw-coupon-popup-merchant-logo-frame {
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
    box-sizing: border-box;
}
.dcw-coupon-popup-merchant-logo-frame img {
    max-height: 100%;
    object-fit: contain;
}

/* FIXED SPECIFICATION: Re-engineered styling block variables to show dynamic icon vectors cleanly */
.dcw-coupon-popup-close-x-btn {
    position: absolute;
    top: 16px;
    right: 18px;
    background: #F1F5F9;
    border: none;
    font-size: 22px;
    color: #64748B;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s;
    box-sizing: border-box;
}
.dcw-coupon-popup-close-x-btn:hover {
    background: #E2E8F0;
    color: #0F172A;
}
.dcw-coupon-popup-close-x-btn i, .dcw-coupon-popup-close-x-btn svg {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important;
}

.dcw-coupon-popup-title-heading {
    font-size: 20px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.35;
    margin: 0 0 10px 0;
}
.dcw-coupon-popup-subtext-explainer {
    font-size: 13.5px;
    color: #64748B;
    line-height: 1.5;
    margin: 0 0 24px 0;
}
.dcw-coupon-popup-field-clipboard-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8FAFC;
    border: 2px dashed #FF4757;
    border-radius: 12px;
    padding: 6px 8px 6px 18px;
    margin-bottom: 18px;
    box-sizing: border-box;
}
.dcw-coupon-popup-code-readout-string {
    font-size: 18px;
    font-weight: 800;
    color: #1E293B;
    letter-spacing: 0.05em;
}
.dcw-coupon-popup-action-copy-cta-btn {
    background: #FF4757;
    color: #FFFFFF;
    border: none;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.dcw-coupon-popup-action-copy-cta-btn:hover:not(:disabled) {
    background: #E8394A;
}
.dcw-coupon-popup-action-copy-cta-btn:disabled {
    background: #10B981;
    cursor: not-allowed;
}

.dcw-coupon-popup-async-countdown-panel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ECFDF5;
    border: 1px solid #A7F3D0;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 22px;
}
.dcw-coupon-popup-spinner-pulse-node {
    width: 14px;
    height: 14px;
    background-color: #10B981;
    border-radius: 50%;
    animation: dcwPulse 1s infinite ease-in-out;
}
@keyframes dcwPulse {
    0%, 100% { transform: scale(0.7); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
}
.dcw-coupon-popup-countdown-text-readout {
    font-size: 13px;
    color: #065F46;
    font-weight: 500;
}
.dcw-coupon-popup-countdown-text-readout strong {
    font-weight: 700;
}

.dcw-coupon-popup-feedback-matrix-module {
    border-top: 1px solid #E2E8F0;
    padding-top: 20px;
    margin-top: 10px;
}
.dcw-coupon-popup-feedback-prompt-question {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 12px;
}
.dcw-coupon-popup-feedback-buttons-row {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
}
.dcw-coupon-popup-feedback-btn {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dcw-coupon-popup-feedback-btn:hover {
    background: #F1F5F9;
    border-color: #CBD5E1;
    color: #0F172A;
}
.dcw-coupon-popup-feedback-btn i, .dcw-coupon-popup-feedback-btn svg {
    margin-right: 6px;
}

.dcw-coupon-popup-global-navigation-help-panel {
    margin-top: 12px;
}
.dcw-coupon-popup-faq-redirect-anchor-link {
    font-size: 13px;
    color: #64748B;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}
.dcw-coupon-popup-faq-redirect-anchor-link:hover {
    color: #FF4757;
}

.dcw-global-toast-notification-frame {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: #1E293B;
    color: #FFFFFF;
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.25);
    z-index: 999999999;
    pointer-events: none;
    letter-spacing: 0.02em;
}