/* =====================================================
   Anubis Product Card Widget — anubis-product-card.css
   ===================================================== */

.anubis-card {
    display: flex;
    flex-direction: row;
    background-color: #1A1510;
    border: 1px solid #3D3020;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

/* ── LEFT PANEL ── */
.anubis-left {
    flex: 0 0 220px;
    width: 220px;
    max-width: 220px;
    min-width: 0;
    background-color: #1A1510;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    border-right: 1px solid #3D3020;
}

.anubis-title {
    font-size: 26px;
    font-weight: 700;
    color: #C9A84C;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
    word-break: break-word;
}

.anubis-category {
    font-size: 12px;
    font-weight: 400;
    color: #C9A84C;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Cinzel', serif;
}

.anubis-divider {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}
.anubis-divider::before,
.anubis-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #7A5C1E, transparent);
}
.anubis-diamond {
    color: #C9A84C;
    font-size: 10px;
    flex-shrink: 0;
}

.anubis-features {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.anubis-feature {
    display: flex;
    align-items: center;
    gap: 8px;
}
.anubis-diamond-sm {
    color: #C9A84C;
    font-size: 8px;
    flex-shrink: 0;
}
.anubis-feature .feat-text {
    font-size: 14px;
    color: #E0D3B0;
    letter-spacing: 0.03em;
    font-family: 'Raleway', 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
}

.anubis-price-wrap {
    margin-top: auto;
    padding-top: 18px;
}
.anubis-price {
    display: block;
    padding: 10px 20px;
    border: 1.5px solid #C9A84C;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #C9A84C;
    letter-spacing: 0.05em;
    font-family: 'Cinzel', serif;
    background: transparent;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

/* ── RIGHT PANEL ── */
.anubis-right {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: #141007;
    padding: 16px;
    box-sizing: border-box;
}

.anubis-video-wrap {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 6px;
    overflow: hidden;
    background: #0A0804;
    flex-shrink: 0;
}
.anubis-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0;
    display: block;
}
.anubis-no-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #8A7A5A;
    font-size: 14px;
    font-family: 'Raleway', 'Segoe UI', Arial, sans-serif;
}

/* ══════════════════════════════════════════
   RESPONSIVE — Elementor breakpoints
   tablet  ≤ 1024px  (Elementor default)
   mobile  ≤  767px  (Elementor default)
══════════════════════════════════════════ */

/* TABLET */
@media (max-width: 1024px) {
    .anubis-card {
        flex-direction: column-reverse;
    }
    .anubis-left {
        flex: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        border-right: none;
        border-top: 1px solid #3D3020;
        border-bottom: none;
    }
    .anubis-video-wrap {
        height: 220px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .anubis-title {
        font-size: 22px;
    }
    .anubis-video-wrap {
        height: 190px;
    }
}


/* =====================================================
   Anubis Product GRID Widget
   ===================================================== */

.anubis-grid-wrap {
    width: 100%;
    box-sizing: border-box;
}

.anubis-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

/* ── GRID CARD (same structure as single card) ── */
.ag-card {
    display: flex;
    flex-direction: row;
    background-color: #1A1510;
    border: 1px solid #3D3020;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.ag-card-left {
    flex: 0 0 200px;
    width: 200px;
    max-width: 200px;
    min-width: 0;
    background-color: #1A1510;
    padding: 24px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-sizing: border-box;
    border-right: 1px solid #3D3020;
}

.ag-title {
    font-size: 22px;
    font-weight: 700;
    color: #C9A84C;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;
    word-break: break-word;
}

.ag-category {
    font-size: 11px;
    font-weight: 400;
    color: #C9A84C;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Cinzel', serif;
}

.ag-divider {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 2px 0;
}
.ag-divider::before,
.ag-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #7A5C1E, transparent);
}
.ag-diamond    { color: #C9A84C; font-size: 9px;  flex-shrink: 0; }
.ag-diamond-sm { color: #C9A84C; font-size: 7px;  flex-shrink: 0; }

.ag-features {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.ag-feature {
    display: flex;
    align-items: center;
    gap: 7px;
}
.ag-feat-text {
    font-size: 13px;
    color: #E0D3B0;
    font-family: 'Raleway', 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
}

.ag-price-wrap {
    margin-top: auto;
    padding-top: 14px;
}
.ag-price {
    display: block;
    padding: 8px 16px;
    border: 1.5px solid #C9A84C;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #C9A84C;
    letter-spacing: 0.05em;
    font-family: 'Cinzel', serif;
    background: transparent;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.ag-card-right {
    flex: 1 1 0%;
    min-width: 0;
    background: #141007;
    padding: 14px;
    box-sizing: border-box;
}

.ag-video-wrap {
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 6px;
    overflow: hidden;
    background: #0A0804;
}
.ag-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: 0; display: block;
}
.ag-no-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #8A7A5A;
    font-size: 13px;
    font-family: 'Raleway', 'Segoe UI', Arial, sans-serif;
}

/* ── Load More button ── */
.ag-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.ag-load-more-btn {
    padding: 12px 40px;
    border: 1.5px solid #C9A84C;
    border-radius: 6px;
    background: transparent;
    color: #C9A84C;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: background .2s, color .2s;
}
.ag-load-more-btn:hover:not(:disabled) {
    background: #C9A84C;
    color: #1A1510;
}
.ag-load-more-btn:disabled {
    opacity: 0.6;
    cursor: default;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .ag-card {
        flex-direction: column-reverse;
    }
    .ag-card-left {
        flex: unset !important;
        width: 100% !important;
        max-width: 100% !important;
        border-right: none;
        border-top: 1px solid #3D3020;
    }
}
@media (max-width: 767px) {
    .ag-title      { font-size: 18px; }
    .ag-video-wrap { height: 180px;   }
}
