/* =========================================================
   ArdreamTurk PUS ortak stil dosyası
   Hedef konum: pus.ardreamturk.com / public/godlike/assets/css/pus-at-custom.css
   Kaynaklar: custom.css + pus-home-commerce.css + PUS view dosyalarında kullanılan class'lar
   ========================================================= */

:root {
    --at-gold: #dd9f34;
    --at-gold-soft: rgba(212, 175, 55, .35);
    --at-gold-border: rgba(212, 175, 55, .22);
    --at-dark: rgba(10, 10, 10, .85);
    --at-dark-strong: rgba(10, 10, 10, .92);
    --at-text: #d9d9d9;
    --at-muted: #b7b7b7;

    --pus-gold: var(--at-gold);
    --pus-gold-soft: rgba(221, 159, 52, .22);
    --pus-gold-border: rgba(221, 159, 52, .26);
    --pus-bg: rgba(8, 8, 8, .86);
    --pus-bg-strong: rgba(5, 5, 5, .94);
    --pus-bg-soft: rgba(255, 255, 255, .035);
    --pus-text: #e2e2e2;
    --pus-muted: #aaa;
    --pus-danger: #ff7272;
    --pus-success: #8fd18f;
}

html,
body {
    cursor: url("../cursor/cursorka1.cur"), auto !important;
}

a,
button,
[role="button"],
.btn,
.nk-btn {
    cursor: url("../cursor/cursorka2.cur"), pointer !important;
}

.text-main-1,
.at-gold {
    color: var(--at-gold) !important;
}

.at-muted,
.pus-muted {
    color: var(--pus-muted) !important;
}

.at-w-100p { width: 100%; }
.text-shadow { text-shadow: 2px 2px 4px rgba(0, 0, 0, .6); }
.img-top-align { object-fit: cover !important; object-position: top !important; height: 100%; width: 100%; }
.table td.custom-padding { padding-top: .50em !important; padding-bottom: .50em !important; }
.errors ul { margin-bottom: 0 !important; }

/* =========================================================
   Layout helpers
   ========================================================= */

.pus-page,
.pus-home-page {
    position: relative;
    min-height: 70vh;
    color: #fff;
}

.pus-page .container,
.pus-home-page .container {
    position: relative;
    z-index: 2;
}

.pus-section { margin-bottom: 44px; }
.pus-gap-lg { height: 46px; }
.pus-gap-md { height: 24px; }
.pus-gap-sm { height: 18px; }

.pus-title,
.pus-hero-title {
    margin: 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .035em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .75);
}

.pus-title-line {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--pus-gold-border);
}

.pus-hero-subtitle { color: var(--pus-muted); }

/* =========================================================
   PUS hero / home commerce
   ========================================================= */

.pus-commerce-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, .95fr);
    gap: 18px;
    align-items: stretch;
}

.pus-hero-showcase {
    position: relative;
    width: 100%;
    height: 370px;
    overflow: hidden;
    border: 1px solid rgba(221, 159, 52, .28);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .42);
}

.pus-hero-slide {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s ease;
}

.pus-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.pus-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    background: transparent;
}

.pus-hero-overlay {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
    max-width: 620px;
    padding: 0;
    background: transparent;
    border-left: 0;
    box-shadow: none;
}

.pus-hero-overlay span,
.pus-hero-empty span {
    display: inline-block;
    margin-bottom: 8px;
    padding: 4px 8px;
    color: #111;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: var(--pus-gold);
}

.pus-hero-overlay h1,
.pus-hero-empty h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 31px;
    line-height: 1.1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .85);
}

.pus-hero-overlay p,
.pus-hero-empty p {
    margin: 0;
    max-width: 560px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.45;
}

.pus-hero-empty {
    height: 357px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    border: 1px solid rgba(221, 159, 52, .28);
}

.pus-hero-panel {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 14px;
    min-height: 0;
}

.pus-balance-card {
    min-height: 82px;
    margin-bottom: 15px;
    padding: 15px 20px;
    background:
        linear-gradient(135deg, rgba(221, 159, 52, .17), rgba(255, 255, 255, .035)),
        rgba(12, 12, 12, .95);
    border: 1px solid rgba(221, 159, 52, .32);
}

.pus-balance-card span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.pus-balance-card strong {
    display: block;
    color: var(--pus-gold);
    font-size: 24px;
    line-height: 1.1;
}

.pus-balance-card small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .62);
}

.pus-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    height: auto;
    min-height: 0;
}

.pus-action-card {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 17px;
    color: #fff;
    text-decoration: none;
    background:
        linear-gradient(135deg, rgba(221, 159, 52, .1), rgba(255, 255, 255, .025)),
        rgba(12, 12, 12, .94);
    border: 1px solid rgba(255, 255, 255, .09);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.pus-action-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    border-color: rgba(221, 159, 52, .55);
}

.pus-action-card span {
    margin-bottom: 7px;
    color: var(--pus-gold);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pus-action-card strong {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.15;
}

.pus-action-card small { color: rgba(255, 255, 255, .56); }
.pus-action-primary { border-color: rgba(221, 159, 52, .4); }

.pus-category-strip {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-top: 12px;
    padding: 4px 2px;
    scrollbar-width: thin;
    scrollbar-color: rgba(221, 159, 52, .55) rgba(255, 255, 255, .06);
}

.pus-category-strip::-webkit-scrollbar { height: 4px; }
.pus-category-strip::-webkit-scrollbar-track { background: rgba(255, 255, 255, .06); }
.pus-category-strip::-webkit-scrollbar-thumb { background: rgba(221, 159, 52, .55); }

.pus-category-pill {
    flex: 0 0 auto;
    padding: 10px 15px;
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    background: rgba(14, 14, 14, .95);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.pus-category-pill:hover {
    color: #fff;
    text-decoration: none;
    border-color: rgba(221, 159, 52, .5);
    background: rgba(221, 159, 52, .09);
}

.pus-trust-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pus-trust-bar > div {
    padding: 17px 19px;
    background: rgba(12, 12, 12, .9);
    border: 1px solid rgba(255, 255, 255, .08);
}

.pus-trust-bar strong {
    display: block;
    margin-bottom: 5px;
    color: var(--pus-gold);
}

.pus-trust-bar span {
    display: block;
    color: rgba(255, 255, 255, .58);
    font-size: 13px;
}

/* =========================================================
   Section / panel / card
   ========================================================= */

.pus-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.pus-section-header h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 25px;
}

.pus-section-header p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
}

.pus-section-link {
    flex: 0 0 auto;
    color: var(--pus-gold);
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.pus-section-link:hover {
    color: #fff;
    text-decoration: none;
}

.pus-card,
.pus-panel,
.pus-form-card,
.pus-table-card,
.pus-aside-card {
    background: var(--pus-bg);
    border: 1px solid var(--pus-gold-border);
    box-shadow: 0 0 26px rgba(0, 0, 0, .35);
    color: var(--pus-text);
}

.pus-card {
    height: 100%;
    overflow: hidden;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.pus-card:hover {
    transform: translateY(-3px);
    border-color: rgba(221, 159, 52, .55);
    background: rgba(12, 12, 12, .92);
    box-shadow: 0 0 34px rgba(221, 159, 52, .09);
}

.pus-card-body,
.pus-panel-body { padding: 22px; }

.pus-card-title {
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.25;
}

.pus-card-text {
    color: var(--pus-muted);
    line-height: 1.7;
}

.pus-success { border-left: 3px solid var(--pus-success); }
.pus-danger { border-left: 3px solid var(--pus-danger); }
.pus-strong { color: #fff; font-weight: 800; }
.pus-price { color: var(--pus-gold); font-weight: 900; }

.pus-empty,
.at-pus-empty {
    padding: 28px;
    text-align: center;
    color: var(--pus-muted);
    background: var(--pus-bg);
    border: 1px solid var(--pus-gold-border);
}

.pus-page a:not(.nk-btn),
.pus-home-page a:not(.nk-btn) {
    color: #fff;
    font-weight: 700;
}

.pus-page a:not(.nk-btn):hover,
.pus-home-page a:not(.nk-btn):hover {
    color: var(--pus-gold);
}

/* =========================================================
   Product grid / item card
   ========================================================= */

.pus-item-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pus-item-card {
    overflow: hidden;
    background: rgba(11, 11, 11, .95);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pus-item-card:hover {
    transform: translateY(-3px);
    border-color: rgba(221, 159, 52, .42);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .34);
}

.pus-product-media,
.pus-item-image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 145px;
    padding: 16px;
    background:
        radial-gradient(circle at center, rgba(221, 159, 52, .10), transparent 55%),
        rgba(0, 0, 0, .25);
}

.pus-product-media img,
.pus-item-image {
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
    transition: transform .22s ease;
}

.pus-item-card:hover .pus-product-media img,
.pus-item-card:hover .pus-item-image {
    transform: scale(1.03);
}

.pus-item-badges {
    position: absolute;
    top: 9px;
    left: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 2;
}

.pus-badge {
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
}

.pus-badge-popular { background: rgba(221, 159, 52, .3); border-color: rgba(221, 159, 52, .5); }
.pus-badge-package { background: rgba(63, 81, 181, .34); border-color: rgba(92, 107, 192, .48); }
.pus-badge-limited { background: rgba(183, 28, 28, .42); border-color: rgba(244, 67, 54, .46); }

.pus-fav-mark {
    position: absolute;
    top: 9px;
    right: 10px;
    color: var(--pus-gold);
    font-size: 16px;
    z-index: 2;
}

.pus-fav-mark i { color: var(--pus-gold); }
.pus-item-body { padding: 14px; }

.pus-item-title {
    display: -webkit-box;
    min-height: 42px;
    margin-bottom: 8px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pus-item-title:hover {
    color: var(--pus-gold);
    text-decoration: none;
}

.pus-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 24px;
    margin-bottom: 10px;
}

.pus-item-meta span {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 7px;
    color: rgba(255, 255, 255, .7);
    font-size: 11px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
}

.pus-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pus-item-price {
    flex: 0 0 auto;
    color: var(--pus-gold);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.pus-item-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pus-icon-btn,
.pus-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.pus-icon-btn {
    width: 34px;
    color: var(--pus-gold);
    border: 1px solid rgba(221, 159, 52, .42);
}

.pus-icon-btn:hover,
.pus-icon-btn.is-favorite {
    color: #fff;
    text-decoration: none;
    border-color: rgba(221, 159, 52, .8);
    background: rgba(221, 159, 52, .11);
}

.pus-icon-btn i { pointer-events: none; }

.pus-buy-btn {
    padding: 0 10px;
    color: #111 !important;
    font-size: 12px;
    font-weight: 700;
    background: var(--pus-gold);
    border: 1px solid var(--pus-gold);
}

.pus-buy-btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: transparent;
    border-color: rgba(221, 159, 52, .85);
}

.favorite-set-btn { color: rgba(255, 255, 255, .72); }
.favorite-set-btn:hover,
.favorite-set-btn.is-favorite,
.favorite-set-btn.is-favorite i { color: var(--pus-gold); }
.favorite-set-btn.is-loading,
.cart-add-btn.is-loading { opacity: .55; pointer-events: none; }

.pus-product-meta {
    display: grid;
    gap: 8px;
    margin-bottom: 18px;
}

.pus-product-meta-property-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pus-product-meta-property-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.pus-meta-box,
.at-pus-meta-box {
    width: 100%;
    padding: 9px 6px;
    text-align: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .07);
}

.pus-meta-label {
    display: block;
    margin-bottom: 4px;
    color: var(--pus-gold);
    font-size: 11px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pus-meta-value {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

/* Legacy product widgets still present under layouts/widgets */
.at-pus-products-section { background: transparent; }
.at-pus-widget-title { margin-bottom: 6px; color: #fff; }
.at-pus-widget-subtitle { margin: 0 auto 24px; max-width: 720px; text-align: center; color: var(--pus-muted); }

.at-pus-product-card {
    height: 100%;
    overflow: hidden;
    background: rgba(11, 11, 11, .95);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.at-pus-product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(221, 159, 52, .42);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .34);
}

.at-pus-product-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 16px;
    background: radial-gradient(circle at center, rgba(221, 159, 52, .12), transparent 55%), rgba(0, 0, 0, .25);
}

.at-pus-product-top img {
    max-width: 82px;
    max-height: 82px;
    object-fit: contain;
}

.at-pus-product-badge {
    position: absolute;
    top: 9px;
    left: 9px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    color: #fff;
    font-size: 10px;
    background: rgba(221, 159, 52, .3);
    border: 1px solid rgba(221, 159, 52, .5);
}

.at-pus-product-body { padding: 14px; }
.at-pus-product-title { min-height: 42px; margin-bottom: 10px; font-size: 15px; line-height: 1.35; }
.at-pus-product-title a { color: #fff; text-decoration: none; }
.at-pus-product-title a:hover { color: var(--pus-gold); }
.at-pus-product-meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 14px; }
.at-pus-product-btn { display: block; width: 100%; padding: 9px 10px; color: #111 !important; text-align: center; font-weight: 800; background: var(--pus-gold); border: 1px solid var(--pus-gold); }
.at-pus-product-btn:hover { color: #fff !important; background: transparent; text-decoration: none; }

/* =========================================================
   Treasure Chest
   ========================================================= */

.pus-treasure-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pus-treasure-card {
    min-height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    color: #fff;
    text-decoration: none;
    background:
        radial-gradient(circle at 80% 10%, rgba(221, 159, 52, .18), transparent 36%),
        rgba(12, 12, 12, .95);
    border: 1px solid rgba(221, 159, 52, .22);
    transition: transform .2s ease, border-color .2s ease;
}

.pus-treasure-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
    border-color: rgba(221, 159, 52, .55);
}

.pus-treasure-card span {
    margin-bottom: 7px;
    color: var(--pus-gold);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pus-treasure-card strong {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.2;
}

.pus-treasure-card small { color: rgba(255, 255, 255, .62); }

.pus-page .item {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 2px;
}

.pus-page .item img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 5px;
}

.pus-page .item-tooltip,
.pus-page .guarantee-prize-icon .item-tooltip {
    position: absolute;
    background-color: #101010;
    padding: 10px;
    border: 1px solid rgba(221, 159, 52, .45);
    border-radius: 5px;
    z-index: 9999;
    font-size: 12px;
    line-height: 1.4;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0 0 10px #000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease;
    transform: translateX(-50%);
    left: 50%;
    white-space: normal;
    pointer-events: none;
    color: #eee;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.pus-page .item-tooltip {
    bottom: auto;
    top: 50%;
}

.pus-page .guarantee-prize-icon .item-tooltip { top: 35px; }

.pus-page .item:hover .item-tooltip,
.pus-page .guarantee-prize-icon:hover .item-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* =========================================================
   Forms / tables / account pages
   ========================================================= */

.pus-form-card { padding: 24px; }
.pus-form-card label { color: var(--pus-gold); font-weight: 800; }

.pus-page .form-control,
.pus-home-page .form-control,
.pus-form-card input,
.pus-form-card select,
.pus-form-card textarea {
    background: rgba(0, 0, 0, .45) !important;
    border: 1px solid rgba(221, 159, 52, .20) !important;
    color: #fff !important;
}

.pus-page .form-control:focus,
.pus-home-page .form-control:focus {
    border-color: rgba(221, 159, 52, .65) !important;
    box-shadow: 0 0 0 .2rem rgba(221, 159, 52, .10) !important;
}

.pus-table-card { padding: 0; overflow: hidden; }

.pus-page .table,
.pus-home-page .table,
.table.pus-table,
.pus-table-card .table {
    background: var(--pus-bg);
    color: var(--pus-text);
    margin-bottom: 0;
}

.pus-page .table thead th,
.pus-home-page .table thead th,
.table.pus-table thead th,
.pus-table-card .table thead th {
    background: #111;
    color: var(--pus-gold);
    border-color: var(--pus-gold-border);
    vertical-align: middle;
}

.pus-page .table td,
.pus-page .table th,
.pus-home-page .table td,
.pus-home-page .table th,
.table.pus-table td,
.table.pus-table th,
.pus-table-card .table td,
.pus-table-card .table th {
    border-color: rgba(255, 255, 255, .08);
    vertical-align: middle;
}

.pus-page .table tbody tr:hover,
.pus-home-page .table tbody tr:hover { background: rgba(255, 255, 255, .04); }
.pus-page .table-responsive,
.pus-home-page .table-responsive { border: 0; }

.pus-aside-card { padding: 18px; }
.pus-aside-card ul { margin: 0; padding: 0; list-style: none; }
.pus-aside-card a { display: block; padding: 10px 12px; color: var(--pus-text); border-left: 2px solid transparent; transition: .2s; }
.pus-aside-card a:hover,
.pus-aside-card a.active { color: var(--pus-gold); background: rgba(221, 159, 52, .07); border-left-color: var(--pus-gold); }

.pus-page .nk-store-account-links a,
.pus-home-page .nk-store-account-links a {
    color: rgba(255, 255, 255, .78);
}

.pus-page .nk-store-account-links a:hover,
.pus-page .nk-store-account-links .active a,
.pus-home-page .nk-store-account-links a:hover,
.pus-home-page .nk-store-account-links .active a {
    color: var(--pus-gold);
}

.pus-info,
.pus-page .nk-info-box,
.pus-home-page .nk-info-box {
    background: var(--pus-bg) !important;
    color: var(--pus-text);
}

@media (max-width: 767px) {
    .thead-desktop { display: none; }
}

/* Popover styles used by order and balance log pages */
.popover-dark {
    background-color: #343a40;
    color: #fff;
    border: 1px solid #555;
}

.popover-dark .popover-header {
    background-color: #212529;
    color: #fff;
    border-bottom: 1px solid #555;
}

.popover-dark.bs-popover-top .arrow::before,
.popover-dark.bs-popover-right .arrow::before,
.popover-dark.bs-popover-bottom .arrow::before,
.popover-dark.bs-popover-left .arrow::before { border-color: transparent; }
.popover-dark.bs-popover-top .arrow::after { border-top-color: #343a40; }
.popover-dark.bs-popover-bottom .arrow::after { border-bottom-color: #343a40; }
.popover-dark.bs-popover-left .arrow::after { border-left-color: #343a40; }
.popover-dark.bs-popover-right .arrow::after { border-right-color: #343a40; }
.popover-body { color: #fff; }

/* =========================================================
   Contact / agreement pages
   ========================================================= */

.contact-info-box,
.contract-info-box {
    background: var(--at-dark);
    border-left: 3px solid var(--at-gold);
    padding: 16px 18px;
    color: var(--at-text);
}

.contact-card {
    background: rgba(10, 10, 10, .88);
    border: 1px solid var(--at-gold-border);
    padding: 24px;
    height: 100%;
    text-align: center;
    transition: .2s;
}

.contact-card:hover {
    border-color: rgba(212, 175, 55, .45);
    background: rgba(212, 175, 55, .05);
}

.contact-card-title {
    color: var(--at-gold);
    font-weight: 800;
    margin-bottom: 10px;
}

.contact-card-text {
    color: var(--at-text);
    min-height: 46px;
}

.contact-card a { margin-top: 12px; }

.contact-mail {
    color: #fff;
    font-weight: 700;
    word-break: break-word;
}

.contract-wrapper {
    background: rgba(10, 10, 10, .88);
    border: 1px solid rgba(212, 175, 55, .18);
    padding: 35px;
}

.contract-title {
    color: var(--at-gold);
    font-weight: 800;
    margin-bottom: 14px;
}

.contract-section { margin-bottom: 32px; }

.contract-section h2 {
    color: var(--at-gold);
    font-weight: 800;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(212, 175, 55, .18);
    padding-bottom: 10px;
}

.contract-section p {
    color: #cfcfcf;
    line-height: 1.9;
    margin-bottom: 10px;
}

.contract-info-box { background: rgba(212, 175, 55, .08); line-height: 1.8; }
.contract-info-box strong { color: #fff; }

/* =========================================================
   Footer / preloader
   ========================================================= */

.nk-footer-links a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
    transition: all .25s ease;
    display: inline-block;
    margin-bottom: 6px;
}

.nk-footer-links a:hover {
    color: var(--at-gold);
    transform: translateX(4px);
    text-shadow: 0 0 8px rgba(221, 159, 52, .35);
}

.nk-footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: 25px 0;
}

.nk-footer-bottom { color: rgba(255, 255, 255, .55); }
.nk-footer-bottom i { color: var(--at-gold); margin-right: 4px; }

.nk-preloader { z-index: 99999; transition: opacity .12s ease-out !important; }
.nk-preloader-bg { animation-duration: .18s !important; }
.nk-preloader-content { animation-duration: .12s !important; }
.nk-preloader.nk-preloader-loaded { transition: opacity .08s linear !important; }

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1199px) {
    .pus-commerce-hero { grid-template-columns: 1fr; }
    .pus-action-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .pus-action-card { min-height: 126px; }
    .pus-item-grid,
    .pus-treasure-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
    .pus-hero { padding: 40px 20px; }
    .pus-action-grid,
    .pus-trust-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pus-item-grid,
    .pus-treasure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .contact-card { padding: 18px; }
    .contact-card-text { min-height: auto; }
    .contract-wrapper { padding: 22px; }
}

@media (max-width: 575px) {
    .pus-gap-lg { height: 25px; }

    .pus-hero-showcase,
    .pus-hero-empty,
    .pus-hero-slide,
    .pus-hero-slide img {
        height: 260px;
        min-height: 260px;
    }

    .pus-hero-overlay { left: 18px; right: 18px; bottom: 18px; }

    .pus-hero-overlay h1,
    .pus-hero-empty h1 {
        margin: 0 0 6px;
        font-size: 18px;
        line-height: 1.25;
        font-weight: 700;
    }

    .pus-hero-overlay p,
    .pus-hero-empty p {
        max-width: 460px;
        font-size: 12px;
        line-height: 1.45;
        color: rgba(255, 255, 255, .72);
    }

    .pus-action-grid,
    .pus-trust-bar,
    .pus-item-grid,
    .pus-treasure-grid,
    .at-pus-product-meta { grid-template-columns: 1fr; }

    .pus-action-card { min-height: 116px; }

    .pus-action-card,
    .pus-balance-card {
        box-shadow:
            inset 0 0 0 1px rgba(255, 255, 255, .02),
            0 8px 24px rgba(0, 0, 0, .28);
    }

    .pus-section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .pus-product-media,
    .pus-item-image-wrap { height: 138px;
    padding: 12px; }
    .pus-card-body,
    .pus-panel-body,
    .pus-form-card { padding: 16px; }
    .pus-meta-box,
    .at-pus-meta-box { padding: 8px; }
}
.pus-balance-card-guest {
    position: relative;
    overflow: hidden;
}

.pus-balance-card-guest strong {
    color: rgba(255, 255, 255, .88);
}

.pus-balance-card-guest small {
    color: rgba(255, 255, 255, .55);
}

.pus-balance-card-guest::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, .06),
        transparent
    );
    transform: translateX(-100%);
    animation: pusSkeleton 1.8s infinite;
    pointer-events: none;
}

@keyframes pusSkeleton {
    100% {
        transform: translateX(100%);
    }
}

.pus-treasure-progress {
    margin-top: 12px;
}

.pus-treasure-progress-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 11px;
    color: rgba(255, 255, 255, .68);
}

.pus-treasure-progress-top strong {
    color: #dd9f34;
    font-size: 11px;
}

.pus-treasure-progress-bar {
    height: 6px;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.pus-treasure-progress-bar span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #dd9f34;
}