@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Cairo', sans-serif;
    background-color: #ffffff;
    color: #1a1a1a;
    overflow-x: hidden;
}

body.preloader-active {
    overflow: hidden;
}

#preloader {
    position: fixed;
    inset: 0;
    background: #121D23;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

#preloader.fade-out {
    pointer-events: none;
    animation: preloaderFade 0.8s ease forwards;
}

#preloader .preloader-logo-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 110px;
    font-family: 'Cairo', sans-serif;
}

#preloader .preloader-logo {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.92);
    filter: drop-shadow(0 0 18px rgba(199, 144, 57, 0.35));
    animation: fadeInScale 1s ease-out forwards;
    will-change: transform, opacity;
}

#preloader .preloader-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    filter: saturate(1.3) contrast(1.05) brightness(1.1);
}

#preloader .preloader-logo::before {
    content: '';
    position: absolute;
    inset: -4%;
    background: linear-gradient(115deg,
            rgba(209, 170, 78, 0.08) 0%,
            rgba(209, 170, 78, 0.28) 15%,
            rgba(251, 217, 76, 0.7) 45%,
            rgba(199, 144, 57, 0.35) 62%,
            rgba(209, 170, 78, 0.14) 78%,
            rgba(18, 29, 35, 0) 100%);
    background-size: 220% 100%;
    mask: url('../img/logo.svg') center / contain no-repeat;
    -webkit-mask: url('../img/logo.svg') center / contain no-repeat;
    mix-blend-mode: screen;
    opacity: 0;
    animation: shimmerMove 3s linear infinite 1s;
    pointer-events: none;
}

#preloader .preloader-logo::after {
    content: '';
    position: absolute;
    inset: -18%;
    background: radial-gradient(circle at center,
            rgba(251, 217, 76, 0.55) 0%,
            rgba(199, 144, 57, 0.28) 36%,
            rgba(18, 29, 35, 0) 70%);
    filter: blur(20px);
    opacity: 0.5;
    transform: scale(0.92);
    animation: glowPulse 2.4s ease-in-out infinite 1s;
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.92);
    }
    60% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes shimmerMove {
    0% {
        background-position: -150% 0;
        opacity: 0;
    }
    25% {
        opacity: 0.6;
    }
    50% {
        background-position: 50% 0;
        opacity: 0.85;
    }
    85% {
        opacity: 0.45;
    }
    100% {
        background-position: 150% 0;
        opacity: 0;
    }
}

@keyframes glowPulse {
    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.9);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.08);
    }
}

@keyframes preloaderFade {
    0% {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        visibility: hidden;
        transform: scale(0.96);
    }
}

@media (prefers-reduced-motion: reduce) {
    #preloader .preloader-logo {
        animation: none;
        opacity: 1;
        transform: none;
    }

    #preloader .preloader-logo::before,
    #preloader .preloader-logo::after {
        animation: none;
        opacity: 0.45;
        background-position: 50% 0;
        transform: none;
    }

    #preloader.fade-out {
        animation-duration: 0.01s;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

.navbar {
    background-color: #121D23 !important;
    padding: 0.8rem 3rem;
    font-family: 'Cairo', sans-serif;
}

/* Global page hero */
.page-hero {
    position: relative;
    padding: 140px 0 64px;
    background: linear-gradient(135deg, #0b0b0d 0%, #131313 55%, #1f1a12 100%);
    overflow: hidden;
}

.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(199, 153, 15, 0.35), transparent 55%);
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

/* Notifications page */
.notifications-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}


.notifications-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s ease;
}

.notifications-breadcrumb .breadcrumb-item a:hover,
.notifications-breadcrumb .breadcrumb-item a:focus {
    color: #f0c149;
}

.notifications-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.notifications-summary {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(10, 10, 10, 0.78);
    backdrop-filter: blur(22px);
    color: #f5f5f5;
}

.notifications-summary .badge {
    font-size: 0.75rem;
    padding: 0.45rem 0.85rem;
    letter-spacing: 0.02em;
}

.notifications-summary .notifications-badge {
    background: rgba(199, 153, 15, 0.2);
    color: #f3d184;
}

.notifications-summary .text-muted {
    color: rgba(255, 255, 255, 0.65) !important;
}

.notifications-section {
    background: #f9f6ef;
    padding: 72px 0 104px;
}

.notifications-panel {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
    border: 1px solid rgba(26, 26, 26, 0.06);
    padding: 40px;
}

.notifications-panel-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.notifications-panel .btn {
    border-radius: 999px;
    font-weight: 600;
    padding-inline: 1.25rem;
    transition: all 0.2s ease;
}

.notifications-panel .btn-outline-secondary {
    border-color: #1a1a1a;
    color: #1a1a1a;
    background-color: transparent;
}

.notifications-panel .btn-outline-secondary:hover,
.notifications-panel .btn-outline-secondary:focus {
    background-color: #1a1a1a;
    color: #ffffff;
}

.notifications-panel .btn-primary {
    background-color: #c7990f;
    border-color: #c7990f;
    color: #1a1a1a;
}

.notifications-panel .btn-primary:hover,
.notifications-panel .btn-primary:focus {
    background-color: #b5860c;
    border-color: #b5860c;
    color: #1a1a1a;
}

.notifications-group + .notifications-group {
    margin-top: 2.75rem;
}

.notifications-group-heading {
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6f6f6f;
    margin-bottom: 1.25rem;
}

.notification-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border: none;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    background: rgba(199, 153, 15, 0.15);
    color: #b5860c;
    box-shadow: inset 0 0 0 1px rgba(181, 134, 12, 0.18);
}

.notification-content {
    flex: 1 1 auto;
}

.notification-title {
    font-weight: 600;
    font-size: 1rem;
    color: #121212;
}

.notification-tag {
    background: rgba(199, 153, 15, 0.16);
    color: #7a5c0a;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.15rem 0.7rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.notification-description {
    color: #3f3f3f;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.notification-time {
    min-width: 120px;
}

.notification-time button {
    color: #b5860c;
    font-weight: 600;
    text-decoration: none;
}

.notification-time button:hover,
.notification-time button:focus {
    text-decoration: underline;
}

.notification-item .btn-link {
    font-size: 0.85rem;
}

.notification-item.notification-status-success .notification-icon,
.notification-item.notification-status-verified .notification-icon,
.notification-item.notification-status-warning .notification-icon,
.notification-item.notification-status-info .notification-icon,
.notification-item.notification-status-pending .notification-icon,
.notification-item.notification-status-delivered .notification-icon,
.notification-item.notification-status-in-transit .notification-icon,
.notification-item.notification-status-progress .notification-icon,
.notification-item.notification-status-alert .notification-icon {
    background: rgba(199, 153, 15, 0.15);
    color: #b5860c;
}

@media (max-width: 991.98px) {
    .notifications-panel {
        padding: 32px 24px;
    }

    .notification-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .notification-time {
        width: 100%;
        min-width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0.5rem;
    }

    .notification-time button {
        padding: 0;
    }
}

.navbar .container {
    align-items: center;
}

.navbar-nav {
    gap: 8px;
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: #DFE1E7 !important;
    font-weight: 400;
    font-size: 16px;
    margin: 0 10px;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #C79039 !important;
}

.nav-dot {
    color: #DFE1E7;
    margin: 0 8px;
    font-size: 18px;
    line-height: 1;
}

.icon-circle {
    border: 1.5px solid #FAEDCC;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAEDCC;
    transition: all 0.3s ease;
}

.icon-circle:hover {
    background-color: #FAEDCC;
    color: #121D23;
}

.divider {
    width: 1px;
    height: 30px;
    background-color: #FAEDCC;
    margin: 0 16px;
}

.user-info small {
    color: #DFE1E7;
    font-size: 12px;
}

.user-info strong {
    color: #DFE1E7;
    font-size: 14px;
    font-weight: 600;
}

.user-info {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.user-section {
    gap: 4px;
    color: #DFE1E7;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.user-section .bi-chevron-down {
    color: #DFE1E7 !important;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.user-section.dropdown-toggle::after {
    display: none;
}

.user-dropdown:hover .user-section,
.user-dropdown.show .user-section {
    background-color: rgba(250, 237, 204, 0.08);
}

.user-dropdown.show .bi-chevron-down {
    transform: rotate(180deg);
}

.user-dropdown-menu {
    background-color: #19252d;
    border: 1px solid rgba(250, 237, 204, 0.25);
    border-radius: 12px;
    min-width: 190px;
    padding: 0.5rem 0;
}

.user-dropdown-menu .dropdown-item {
    color: #DFE1E7;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.user-dropdown-menu .dropdown-item:hover,
.user-dropdown-menu .dropdown-item:focus {
    background-color: rgba(250, 237, 204, 0.12);
    color: #FAEDCC;
}

.user-dropdown-menu .dropdown-divider {
    border-color: rgba(250, 237, 204, 0.15);
    margin: 0.4rem 0;
}

.avatar-wrapper img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.navbar-toggler {
    border-color: rgba(199, 144, 57, 0.5);
}

.navbar-toggler-icon {
    filter: invert(78%) sepia(25%) saturate(837%) hue-rotate(345deg) brightness(94%) contrast(91%);
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0.8rem 1.5rem;
    }

    .navbar-nav {
        gap: 0;
    }

    .nav-dot {
        display: none;
    }

    .divider {
        display: none;
    }

    .user-section {
        padding: 0.75rem 0 0;
        border-radius: 0;
    }
}

@media (min-width: 992px) {
    .gap-lg-4 {
        gap: 0.5rem !important;
    }
}

.btn-gold {
    background-color: #c99a32;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.btn-gold:hover {
    background-color: #b6892d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(201, 154, 50, 0.3);
}

.btn-outline-gold {
    border: 2px solid #c99a32;
    color: #c99a32;
    border-radius: 50px;
    padding: 10px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.btn-outline-gold:hover {
    background-color: #c99a32;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(201, 154, 50, 0.3);
}

.hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
    background-color: #ffffff;
    color: #121D23;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #121D23;
}

.hero-section p {
    max-width: 540px;
    color: rgba(26, 26, 26, 0.75);
}

.hero-section .btn-outline-gold {
    color: #c99a32;
}

.hero-section .btn-outline-gold:hover {
    color: #ffffff;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}


.hero-card-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: stretch;
}

.hero-card-group > * {
    flex: 1 1 0;
    min-width: 240px;
}

.hero-card-group .promo-card {
    flex-grow: 3;
}

.hero-card-group .video-card {
    flex-grow: 1;
}

.promo-card {
    background-color: #F6F8FA;
    border-radius: 16px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    color: #1C262B;
    gap: 0.75rem;
    border: 1px solid rgba(199, 144, 57, 0.25);
    box-shadow: 0 18px 40px rgba(5, 8, 11, 0.08);
}

.promo-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.promo-card-top h5 {
    flex: 1 1 auto;
    font-weight: 600;
    color: #1C262B;
}

.promo-card-top .btn {
    flex-shrink: 0;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.promo-card-bottom {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    width: 100%;
}

.promo-card-bottom p {
    margin-bottom: 0;
    color: rgba(28, 38, 43, 0.7);
    font-size: 0.92rem;
    line-height: 1.45;
    flex: 1 1 auto;
}

.promo-card-bottom img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
}

.video-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 0;
    border: 1px solid rgba(199, 144, 57, 0.25);
    display: flex;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 18px 40px rgba(5, 8, 11, 0.08);
    overflow: hidden;
}

.video-card:hover,
.video-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 22px 45px rgba(5, 8, 11, 0.16);
    border-color: rgba(199, 144, 57, 0.4);
}

.video-card:focus {
    outline: 2px solid rgba(199, 144, 57, 0.6);
    outline-offset: 3px;
}

.video-card-media {
    position: relative;
    border-radius: inherit;
    overflow: hidden;
    flex: 1 1 auto;
    aspect-ratio: 16 / 9;
    min-height: 0;
}

.video-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.video-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(246, 240, 230, 0.4), rgba(28, 38, 43, 0.2));
    transition: background 0.35s ease;
}

.video-card:hover .video-card-media img,
.video-card:focus .video-card-media img {
    transform: scale(1.05);
}

.video-card:hover .video-card-media::after,
.video-card:focus .video-card-media::after {
    background: linear-gradient(135deg, rgba(246, 240, 230, 0.6), rgba(28, 38, 43, 0.3));
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #C79039;
    color: #121D23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    box-shadow: 0 12px 25px rgba(199, 144, 57, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.video-card:hover .video-play-icon,
.video-card:focus .video-play-icon {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 15px 30px rgba(199, 144, 57, 0.45);
    background-color: #d8a444;
}

@media (max-width: 991.98px) {
    .hero-card-group {
        flex-direction: column;
    }

    .hero-card-group > * {
        flex: 1 1 100%;
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .promo-card-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-card-top .btn {
        width: auto;
    }

    .promo-card-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .promo-card-bottom img {
        margin-top: 0.5rem;
    }
}

.text-gold {
    color: #C79039 !important;
}

.video-modal .modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 16px;
    padding: 1.5rem;
    position: relative;
}

.video-modal .modal-body {
    border-radius: 12px;
    overflow: hidden;
}

.video-modal .ratio {
    background-color: #000;
    border-radius: 12px;
}

.video-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: transparent;
    border: none;
    color: #DFE1E7;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.video-close:hover {
    color: #C79039;
}

.collection-card,
.product-card,
.blog-card,
.wallet-card,
.sporty-card {
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid rgba(17, 20, 23, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-card:hover,
.product-card:hover,
.blog-card:hover,
.wallet-card:hover,
.sporty-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.12);
}

.collection-card img,
.product-card img,
.blog-card img {
    width: 100%;
    height: auto;
}

.collections-heading {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1A1825;
}

.btn-collections {
    background-color: #C79039;
    color: #FFFFFF;
    padding: 0.65rem 1.75rem;
    font-weight: 600;
    border: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.btn-collections:hover {
    background-color: #D1AA4E;
    color: #FFFFFF;
    box-shadow: 0 12px 24px rgba(199, 144, 57, 0.35);
}

.collection-showcase-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 18px 30px rgba(26, 24, 37, 0.15);
}

.collection-showcase-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-showcase-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    background: linear-gradient(180deg, rgba(13, 13, 18, 0) 30%, rgba(13, 13, 18, 0.8) 100%);
    gap: 16px;
}

.collection-showcase-title {
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 600;
}

.collection-showcase-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #FFFFFF;
    color: #C79039;
    font-weight: 600;
    padding: 0.55rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-showcase-link::after {
    content: "\f061";
    font-family: "Bootstrap Icons";
    font-weight: 400;
    font-size: 0.95rem;
}

.products-hero-section {
    text-align: center;
}

.products-hero-eyebrow {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.75rem;
}

.products-hero-eyebrow .separator {
    color: #FBD94C;
    margin: 0 0.5rem;
}

.products-hero-title {
    color: #ffffff;
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

.products-hero-subtitle {
    color: rgba(255, 255, 255, 0.82);
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.05rem;
}

.products-listing-section {
    background-color: #FFFFFF;
    padding-top: 3rem;
}

.products-filter-group .btn-products-filter {
    border-radius: 8px;
    border: 1px solid #D7D9DD;
    color: #111417;
    background-color: #FFFFFF;
    padding: 0.5rem 1.75rem;
    font-weight: 500;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.products-filter-group .btn-products-filter.active,
.products-filter-group .btn-products-filter:hover,
.products-filter-group .btn-products-filter:focus {
    background-color: #F3EBD2;
    border-color: #C79039;
    color: #111417;
}

.products-items-count {
    color: #111417;
    font-weight: 500;
}

.product-listing-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #E1E3E8;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.product-listing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(17, 20, 23, 0.12);
    border-color: #C79039;
}

.product-listing-card-header {
    display: flex;
    justify-content: flex-end;
}

.favourite-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #D7D9DD;
    background-color: #FFFFFF;
    color: #111417;
    display: grid;
    place-items: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.favourite-button:hover,
.favourite-button:focus {
    background-color: #F3EBD2;
    border-color: #C79039;
    color: #C79039;
}

.product-listing-media {
    background: #F7F7F8;
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-listing-media img {
    max-height: 220px;
    width: auto;
}

.product-listing-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #111417;
}

.product-listing-category {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: #C79039;
    margin-bottom: 0;
}

.product-listing-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 0;
}

.product-listing-spec {
    margin: 0;
    color: #6F7177;
}

.product-listing-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    gap: 1rem;
}

.product-listing-price {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111417;
}

@media (max-width: 575.98px) {
    .products-listing-section {
        padding-top: 2rem;
    }

    .product-listing-card {
        padding: 1.25rem;
        gap: 1.25rem;
    }
}

.collection-showcase-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.25);
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.wallet-card.teal {
    background-color: #f0f7f6;
    border: none;
}

.wallet-card.beige {
    background-color: #fff7ea;
    border: 1px solid rgba(201, 154, 50, 0.25);
}

.price-table {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(17, 20, 23, 0.08);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.chart-placeholder {
    border: 2px dashed rgba(201, 154, 50, 0.3);
    border-radius: 12px;
    height: 160px;
}

.stats-section {
    background: linear-gradient(135deg, rgba(201, 154, 50, 0.12), rgba(0, 91, 87, 0.1));
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.stats-number {
    font-size: 3rem;
    font-weight: 700;
    color: #c99a32;
    margin-bottom: 10px;
}

.stats-section::before,
.stats-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(201, 154, 50, 0.08);
    border-radius: 50%;
    filter: blur(0);
}

.stats-section::before {
    top: -40px;
    left: -60px;
}

.stats-section::after {
    bottom: -60px;
    right: -40px;
}

.sporty-card {
    position: relative;
    height: 340px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}

.sporty-overlay {
    background: linear-gradient(0deg, rgba(12, 14, 15, 0.8) 0%, rgba(12, 14, 15, 0.35) 60%, rgba(12, 14, 15, 0.1) 100%);
    position: absolute;
    inset: 0;
}

.sporty-content {
    position: relative;
    z-index: 2;
}

footer {
    background-color: #060708;
    color: #d1d1d1;
    border-top: 1px solid rgba(201, 154, 50, 0.3);
}

.text-gold {
    color: #c99a32 !important;
}

footer .footer-logo img {
    height: 50px;
}

footer a {
    color: #d1d1d1;
}

footer a:hover {
    color: #c99a32;
}

.social-icons a {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    color: #c99a32;
}

.footer-downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.footer-downloads .download-badge img {
    height: 52px;
    width: auto;
    display: block;
}

@media (max-width: 576px) {
    .footer-downloads .download-badge img {
        height: 44px;
    }
}

.mini-button {
    color: #c99a32;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.mini-button:hover {
    gap: 12px;
}

.badge-pill {
    background-color: #c99a32;
    color: #000;
    border-radius: 999px;
    padding: 8px 20px;
    font-weight: 600;
}

.icon-bubble {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: rgba(201, 154, 50, 0.12);
    border-radius: 40px;
    padding: 10px 20px;
    font-weight: 500;
    color: #1a1a1a;
}

.icon-bubble i {
    color: #c99a32;
}

.gold-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, rgba(201, 154, 50, 0), #c99a32, rgba(201, 154, 50, 0));
    margin: 20px 0;
}

@media (max-width: 991.98px) {
    .hero-section {
        text-align: center;
    }

    .hero-section p {
        margin: 0 auto;
    }

    .promo-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
    }

    .promo-card .btn-link {
        margin-top: 1rem;
    }

    .video-btn {
        margin-top: 0.5rem;
    }

    .navbar-collapse {
        background-color: rgba(12, 14, 15, 0.95);
        padding: 20px;
        border-radius: 20px;
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .hero-section h1 {
        font-size: 2.4rem;
    }

    .stats-number {
        font-size: 2.4rem;
    }
}

/* Product Detail Page */
.product-page {
    position: relative;
    background: #ffffff;
    color: #1f2933;
    padding-top: 140px;
    padding-bottom: 120px;
    min-height: 100vh;
    overflow: hidden;
}

.product-page .container {
    position: relative;
    z-index: 1;
}

.product-page .gold-divider {
    width: 64px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #f7dfa6, #d1aa4e);
    margin-top: 0;
    margin-bottom: 20px;
}

.product-hero {
    position: relative;
    padding-bottom: 40px;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(209, 170, 78, 0.24) 0%, rgba(209, 170, 78, 0) 70%);
    filter: blur(22px);
    z-index: 0;
}

.product-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 24px;
}

.product-breadcrumb .breadcrumb-item a {
    color: #6f7c8a;
    font-weight: 500;
}

.product-breadcrumb .breadcrumb-item.active {
    color: #1f2933;
}

.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #c3c9d4;
}

.product-title {
    font-size: clamp(1.9rem, 2.8vw, 3rem);
    font-weight: 700;
    margin-bottom: 16px;
}

.product-subtitle {
    color: #556273;
    max-width: 640px;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.7;
}

.product-quick-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.quick-stat-item {
    background: #f6f8fc;
    border: 1px solid #e1e6ef;
    border-radius: 16px;
    padding: 16px 22px;
    min-width: 160px;
}

.quick-stat-item .label {
    display: block;
    color: #6f7c8a;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quick-stat-item .value {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 6px;
    color: #1f2933;
}

.quick-stat-item .value.available {
    color: #1f8b4c;
}

.price-highlight {
    background: linear-gradient(135deg, #fff9ef, #ffeccb);
    border: 1px solid #f3d9a6;
    box-shadow: 0 20px 40px rgba(217, 167, 77, 0.18);
    border-radius: 24px;
    padding: 28px 32px;
    text-align: left;
    color: #5f4520;
}

.price-highlight .caption {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #8a6b2f;
}

.price-highlight .price {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #2f1a05;
}

.price-highlight .meta {
    font-size: 0.85rem;
    color: #6f7c8a;
}

.product-main {
    padding-top: 40px;
}

.product-summary-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.product-summary-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-summary-head h1 {
    font-size: clamp(2.1rem, 3vw, 3.4rem);
    margin: 0;
}

.product-summary-head p {
    color: #556273;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;
}

.summary-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a94a4;
}

.product-summary-price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    padding: 16px 0;
    border-top: 1px solid #e2e7f0;
    border-bottom: 1px solid #e2e7f0;
}

.product-summary-price .price {
    font-size: 2.6rem;
    font-weight: 700;
    color: #2f1a05;
}

.product-summary-price .meta {
    font-size: 0.95rem;
    color: #6f7c8a;
}

.product-extras {
    margin-top: 60px;
}

.product-media .media-frame {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e1e6ef;
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    cursor: zoom-in;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.product-media .media-frame img {
    max-width: 320px;
    width: 100%;
    filter: drop-shadow(0 28px 34px rgba(15, 23, 42, 0.16));
    transition: transform 0.35s ease, transform-origin 0.25s ease;
    pointer-events: none;
}

.product-media .media-frame.zoom-active {
    cursor: zoom-out;
}

.product-media .media-frame.zoom-active img {
    transform: scale(1.5);
}


.media-thumbnails {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.media-thumbnails .thumb {
    border: 1px solid #dfe4ed;
    background: #ffffff;
    border-radius: 16px;
    padding: 10px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    color: inherit;
}

.media-thumbnails .thumb img {
    max-height: 100%;
    width: auto;
    display: block;
    pointer-events: none;
}

.media-thumbnails .thumb:focus-visible {
    outline: 2px solid rgba(209, 170, 78, 0.85);
    outline-offset: 2px;
}

.media-thumbnails .thumb.active,
.media-thumbnails .thumb:hover {
    border-color: rgba(209, 170, 78, 0.7);
    background: #fff9ec;
    box-shadow: 0 12px 24px rgba(209, 170, 78, 0.18);
    transform: translateY(-3px);
}

.product-info-cards {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.product-info-cards .info-card {
    display: flex;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #e2e7f0;
    border-radius: 18px;
    padding: 20px 22px;
    align-items: center;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.product-info-cards .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(209, 170, 78, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c28b2c;
    font-size: 1.3rem;
}

.product-info-cards h5 {
    margin-bottom: 6px;
    font-size: 1rem;
    color: #1f2933;
}

.product-info-cards p {
    margin: 0;
    font-size: 0.9rem;
    color: #5c6876;
}

.purchase-card {
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid #e2e7f0;
    padding: 36px;
    box-shadow: 0 28px 56px rgba(15, 23, 42, 0.08);
}

.purchase-head h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.purchase-head p {
    color: #5c6876;
    margin-bottom: 26px;
}

.purchase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 28px;
}

.purchase-stat {
    background: #f6f8fc;
    border-radius: 16px;
    border: 1px solid #dfe4ed;
    padding: 18px 20px;
}

.purchase-stat .label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6f7c8a;
}

.purchase-stat .value {
    display: block;
    margin-top: 8px;
    font-weight: 600;
    color: #1f2933;
}

.price-breakdown {
    display: grid;
    gap: 12px;
    margin-bottom: 32px;
}

.price-breakdown div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4f5b68;
}

.price-breakdown .value {
    font-weight: 600;
    color: #1f2933;
}

.price-breakdown .total {
    padding-top: 10px;
    border-top: 1px solid #e2e7f0;
    margin-top: 6px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.purchase-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    color: #556273;
    font-size: 0.95rem;
}

.purchase-meta i {
    color: #1f8b4c;
    margin-right: 8px;
}

.assurance-card {
    margin-top: 24px;
    background: #f9fbff;
    border-radius: 20px;
    padding: 26px 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
    border: 1px solid #dfe4ed;
}

.assurance-card h5 {
    margin-bottom: 8px;
    color: #1f2933;
}

.assurance-card p {
    margin: 0;
    color: #5c6876;
}

.product-specs {
    margin-top: 80px;
}

.spec-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e7f0;
    padding: 32px;
    height: 100%;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.spec-card h3 {
    font-size: 1.25rem;
    margin-bottom: 16px;
    color: #1f2933;
}

.spec-card p,
.spec-card ul {
    color: #556273;
    font-size: 0.95rem;
    line-height: 1.7;
}

.spec-card ul {
    padding-left: 18px;
    margin: 0;
}

.spec-card ul li {
    margin-bottom: 8px;
}

.related-products {
    margin-top: 90px;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
}

.section-head .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a94a4;
}

.section-head h2 {
    margin: 6px 0 0;
}

.related-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e7f0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.related-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(6, 13, 20, 0.4);
}

.related-card .card-media {
    background: rgba(7, 12, 18, 0.75);
    padding: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related-card .card-media img {
    max-height: 160px;
    width: auto;
}

.related-card .card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
}

.related-card .tag {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c28b2c;
    font-weight: 600;
}

.related-card h3 {
    font-size: 1.05rem;
    margin: 0;
    color: #1f2933;
}

.related-card p {
    margin: 0;
    color: #5c6876;
    font-size: 0.9rem;
}

.related-card .card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #e2e7f0;
}

.related-card .price {
    font-weight: 600;
    color: #1f2933;
}

.related-card .icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(209, 170, 78, 0.4);
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #c28b2c;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.related-card .icon-btn:hover {
    background: #fff3d6;
    color: #8a6b2f;
    transform: translateY(-2px);
}

@media (max-width: 991.98px) {
    .product-page {
        padding-top: 120px;
    }

    .price-highlight {
        margin-top: 10px;
    }

    .purchase-grid {
        grid-template-columns: 1fr;
    }

    .cta-actions {
        flex-direction: column;
        align-items: stretch;
.link-gold {
    color: #c79039;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: color 0.2s ease, gap 0.2s ease;
}

.link-gold::after {
    content: '\f138';
    font-family: 'bootstrap-icons';
    font-size: 0.85rem;
    display: inline-block;
    transform: translateX(0);
    transition: transform 0.2s ease;
}

.link-gold:hover {
    color: #f4b740;
}

.link-gold:hover::after {
    transform: translateX(2px);
}

.cart-page {
    position: relative;
    background: linear-gradient(180deg, #0b1419 0%, #121d23 55%, #10181f 100%);
    color: #d9e4eb;
    overflow: hidden;
}

.cart-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(110% 110% at top left, rgba(244, 183, 64, 0.14) 0%, rgba(12, 22, 28, 0) 55%),
        radial-gradient(140% 140% at bottom right, rgba(55, 101, 122, 0.18) 0%, rgba(12, 22, 28, 0) 62%);
    pointer-events: none;
    opacity: 0.85;
}

.cart-page .container {
    position: relative;
    z-index: 1;
}

.cart-page-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cart-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.cart-breadcrumb .breadcrumb-item a {
    color: #cbd8df;
    text-decoration: none;
}

.cart-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}

.cart-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.cart-subtitle {
    color: rgba(226, 235, 239, 0.8);
    max-width: 38rem;
    margin-bottom: 0;
}

.cart-meta-label {
    display: block;
    color: rgba(226, 235, 239, 0.65);
    font-size: 0.85rem;
}

.cart-meta-name {
    font-size: 1.1rem;
    color: #ffffff;
}

.cart-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.25rem;
    box-shadow: 0 24px 60px rgba(7, 17, 23, 0.22);
    color: #121d23;
}

.cart-card + .cart-card {
    margin-top: 1.75rem;
}

.cart-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.cart-card-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #121d23;
}

.cart-card-subtitle {
    color: #53626a;
    margin-bottom: 0;
}

.badge-soft-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 183, 64, 0.16);
    color: #c79039;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.payment-method-options {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
}

.payment-method-option {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    border-radius: 18px;
    border: 1px solid rgba(18, 29, 35, 0.08);
    background: #f7f9fb;
    color: #1d2a32;
    font-weight: 600;
    min-width: 220px;
    transition: all 0.25s ease;
}

.payment-method-option .payment-method-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(140deg, rgba(244, 183, 64, 0.25), rgba(18, 29, 35, 0.06));
    color: #c79039;
    font-size: 1.35rem;
}

.payment-method-option .method-title {
    display: block;
    font-size: 1rem;
}

.payment-method-option .method-description {
    display: block;
    font-size: 0.85rem;
    font-weight: 400;
    color: #6a7982;
}

.payment-method-option:hover {
    border-color: rgba(18, 29, 35, 0.18);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(12, 24, 30, 0.12);
    transform: translateY(-2px);
}

.payment-method-option.active {
    border-color: rgba(199, 144, 57, 0.5);
    background: linear-gradient(140deg, rgba(244, 183, 64, 0.22), rgba(255, 255, 255, 0.9));
    box-shadow: 0 14px 30px rgba(199, 144, 57, 0.22);
}

.payment-details-grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.detail-block {
    border: 1px solid rgba(18, 29, 35, 0.08);
    border-radius: 18px;
    padding: 1.25rem;
    background: #f9fbfc;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.detail-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #7a8c97;
    letter-spacing: 0.05em;
}

.detail-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #121d23;
}

.detail-value-highlight {
    color: #c79039;
    font-size: 1.25rem;
}

.detail-hint {
    font-size: 0.85rem;
    color: #73828b;
    margin: 0;
}

.cart-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(18, 29, 35, 0), rgba(18, 29, 35, 0.12), rgba(18, 29, 35, 0));
    margin: 2rem 0;
}

.upload-receipt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.upload-content {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.upload-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(199, 144, 57, 0.14);
    color: #c79039;
    font-size: 1.8rem;
}

.upload-title {
    margin-bottom: 0.2rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.upload-text {
    margin: 0;
    font-size: 0.9rem;
    color: #5c6a74;
    max-width: 26rem;
}

.shipping-address {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 18px;
    border: 1px solid rgba(18, 29, 35, 0.08);
    background: #f9fbfc;
}

.address-badge {
    background: linear-gradient(120deg, rgba(244, 183, 64, 0.2), rgba(244, 183, 64, 0.45));
    color: #7a5112;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.address-content {
    flex: 1;
    min-width: 0;
}

.address-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
}

.address-details {
    margin-bottom: 0.4rem;
    color: #5c6a74;
}

.address-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1d2a32;
    font-weight: 600;
}

.cart-flow-card {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.cart-flow-card .cart-card-header {
    margin-bottom: 0;
}

.cart-section {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.cart-section-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.cart-section-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: #121d23;
}

.cart-section-hint {
    font-size: 0.85rem;
    color: #6a7982;
}

.cart-section-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(18, 29, 35, 0), rgba(18, 29, 35, 0.12), rgba(18, 29, 35, 0));
}

.upload-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
}

.upload-status {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5c6a74;
}

.upload-status[data-state="uploaded"] {
    color: #1d2a32;
}

.upload-status a {
    color: #c79039;
    text-decoration: none;
}

.cart-section-footer {
    margin-top: auto;
}

.cart-section-footer .btn {
    padding-block: 0.9rem;
}

.summary-card {
    position: sticky;
    top: 120px;
}

.summary-items-card {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.summary-section,
.items-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.cart-items-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.summary-list {
    margin: 0 0 1.5rem;
    padding: 0;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    font-size: 0.95rem;
    color: #4c5a63;
}

.summary-item + .summary-item {
    border-top: 1px dashed rgba(18, 29, 35, 0.1);
}

.summary-item dt,
.summary-item dd {
    margin: 0;
}

.summary-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(18, 29, 35, 0.12);
    border-bottom: 1px solid rgba(18, 29, 35, 0.12);
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.summary-total strong {
    font-size: 1.5rem;
    color: #121d23;
}

.items-card .cart-items-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
}

.cart-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.cart-item-thumb {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    overflow: hidden;
    background: #f1f5f7;
    flex-shrink: 0;
}

.cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-info {
    flex: 1;
    min-width: 0;
}

.cart-item-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #1d2a32;
}

.cart-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.cart-item-price {
    font-weight: 700;
    color: #121d23;
}

.cart-item-quantity {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #f1f5f7;
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
}

.quantity-btn {
    border: none;
    background: transparent;
    color: #4c5a63;
    font-size: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: color 0.2s ease;
}

.quantity-btn:hover {
    color: #c79039;
}

.quantity-value {
    font-weight: 700;
    min-width: 1.6rem;
    text-align: center;
}

.cart-support {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    border-radius: 18px;
    background: #f7f9fb;
    border: 1px solid rgba(18, 29, 35, 0.08);
    margin-bottom: 1.5rem;
}

.support-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(199, 144, 57, 0.15);
    color: #c79039;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.support-title {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.support-text {
    margin: 0;
    color: #5c6a74;
}

.items-card .btn-outline-gold {
    border-radius: 14px;
    font-weight: 600;
}

.order-success-modal .modal-dialog {
    max-width: 620px;
}

.order-success-modal .modal-content {
    border: none;
    border-radius: 32px;
    padding: 3rem 3.25rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 32px 70px rgba(9, 20, 26, 0.18);
}

.order-success-modal .modal-content::before,
.order-success-modal .modal-content::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(199, 144, 57, 0.12);
    z-index: 0;
}

.order-success-modal .modal-content::before {
    width: 220px;
    height: 220px;
    top: -110px;
    left: -40px;
}

.order-success-modal .modal-content::after {
    width: 160px;
    height: 160px;
    bottom: -80px;
    right: -30px;
}

.order-success-modal .modal-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
}

.order-success-icon {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, #c79039 0%, #f4b740 100%);
    color: #0b1419;
    font-size: 3rem;
    box-shadow: 0 18px 34px rgba(199, 144, 57, 0.32);
}

.order-success-title {
    font-size: 2rem;
    font-weight: 700;
    color: #121d23;
    margin: 0;
}

.order-success-text {
    color: #5b6871;
    margin: 0;
    max-width: 420px;
}

.order-success-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.order-success-actions .btn {
    min-width: 180px;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.85rem 1.75rem;
}

.order-success-actions .btn-outline-gold {
    color: #c79039;
    border-color: rgba(199, 144, 57, 0.45);
    background: rgba(199, 144, 57, 0.08);
}

.order-success-actions .btn-outline-gold:hover {
    background: rgba(199, 144, 57, 0.14);
}

.order-success-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(18, 29, 35, 0.08);
    border-radius: 50%;
    padding: 0.55rem;
    font-size: 0.85rem;
    opacity: 1;
    transition: background 0.2s ease;
}

.order-success-close:hover {
    background: rgba(18, 29, 35, 0.18);
}

@media (max-width: 1199.98px) {
    .summary-card {
        position: static;
    }
}

@media (max-width: 991.98px) {
    .cart-card {
        padding: 1.75rem;
    }

    .payment-method-option {
        min-width: 100%;
    }

    .shipping-address {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .product-page {
        padding-bottom: 80px;
    }

    .product-quick-stats {
        gap: 12px;
    }

    .quick-stat-item {
        width: 100%;
    }

    .product-media .media-frame {
        padding: 32px;
    }

    .product-media .media-frame.zoom-active img {
        transform: scale(1.35);
    }

    .related-card .card-media {
        padding: 20px;
    }

    .cart-card {
        padding: 1.5rem;
        border-radius: 18px;
    }

    .upload-content {
        align-items: flex-start;
    }

    .cart-item {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-item-meta {
        align-items: flex-start;
    }

    .order-success-modal .modal-content {
        padding: 2.25rem 1.75rem;
        border-radius: 26px;
    }

    .order-success-icon {
        width: 96px;
        height: 96px;
        font-size: 2.5rem;
    }

    .order-success-actions {
        gap: 0.75rem;
    }

    .order-success-actions .btn {
        min-width: 100%;
    }
}

@media (min-width: 992px) {
    .py-lg-6 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
}

.delivery-address-page .delivery-address-card {
    padding: 2.5rem;
}

.delivery-address-page .delivery-address-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.delivery-address-page .delivery-address-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #121d23;
}

.delivery-address-page .delivery-address-subtitle {
    margin-bottom: 0;
    color: #586770;
    max-width: 32rem;
}

.delivery-address-page .manage-address-btn {
    white-space: nowrap;
}

.address-options {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.25rem;
}

.address-option {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem 1.75rem;
    border-radius: 20px;
    border: 1px solid rgba(18, 29, 35, 0.08);
    background: #f7f9fb;
    cursor: pointer;
    transition: all 0.25s ease;
}

.address-option:hover {
    border-color: rgba(199, 144, 57, 0.5);
    box-shadow: 0 18px 40px rgba(7, 17, 23, 0.12);
    transform: translateY(-2px);
}

.address-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.address-option input[type="radio"]:focus-visible + .address-option-indicator {
    border-color: #c79039;
    box-shadow: 0 0 0 4px rgba(244, 183, 64, 0.25);
}

.address-option-indicator {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(18, 29, 35, 0.2);
    flex-shrink: 0;
    margin-top: 0.15rem;
    position: relative;
    transition: all 0.25s ease;
}

.address-option-indicator::after {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f4b740, #c79039);
    transform: scale(0);
    transition: transform 0.25s ease;
}

.address-option-body {
    flex: 1;
}

.address-option-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.address-option-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: #121d23;
}

.address-option-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(244, 183, 64, 0.15);
    color: #c79039;
}

.address-option-badge.badge-soft {
    background: rgba(88, 103, 112, 0.12);
    color: #586770;
}

.address-option-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    background: rgba(244, 183, 64, 0.18);
    color: #a97720;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.address-option-details {
    margin-bottom: 0.25rem;
    color: #1d2a32;
    font-weight: 600;
}

.address-option-meta {
    margin-bottom: 0;
    color: #5f6d76;
}

.address-option:has(input[type="radio"]:checked) {
    border-color: rgba(199, 144, 57, 0.6);
    background: linear-gradient(135deg, rgba(244, 183, 64, 0.12), rgba(247, 249, 251, 0.95));
    box-shadow: 0 18px 44px rgba(7, 17, 23, 0.16);
}

.address-option:has(input[type="radio"]:checked) .address-option-indicator {
    border-color: transparent;
    box-shadow: 0 0 0 6px rgba(244, 183, 64, 0.18);
}

.address-option:has(input[type="radio"]:checked) .address-option-indicator::after {
    transform: scale(1);
}

.address-option:has(input[type="radio"]:checked) .address-option-title {
    color: #0f1a20;
}

.address-option:has(input[type="radio"]:checked) .address-option-details {
    color: #0f1a20;
}

.delivery-address-footer {
    padding-top: 1rem;
    border-top: 1px solid rgba(18, 29, 35, 0.08);
}

@media (max-width: 575.98px) {
    .address-option {
        flex-direction: row;
        align-items: flex-start;
        padding: 1.35rem 1.25rem;
    }

    .address-option-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .address-option-tag {
        margin-top: 0.5rem;
    }

    .delivery-address-page .delivery-address-card {
        padding: 1.75rem;
    }
}

/* Profile dashboard layout */
.profile-dashboard {
    background: radial-gradient(circle at top left, rgba(249, 210, 114, 0.05), rgba(3, 11, 25, 0.9)), #030b19;
    color: #ffffff;
    padding: 7rem 0;
    min-height: 100vh;
}

.profile-dashboard .container {
    max-width: 80rem;
}

.profile-dashboard__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

@media (min-width: 992px) {
    .profile-dashboard__wrapper {
        flex-direction: row;
        align-items: flex-start;
    }

    .profile-sidebar {
        max-width: 20rem;
    }
}

.profile-sidebar {
    width: 100%;
}

.profile-sidebar__card {
    background: rgba(15, 29, 47, 0.95);
    border: 1px solid #1d2f45;
    border-radius: 1.875rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 12px 32px rgba(3, 12, 25, 0.35);
}

.profile-sidebar__user {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.profile-sidebar__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #f9d272, #d6a24c);
    color: #030b19;
    font-size: 1.5rem;
    font-weight: 600;
}

.profile-sidebar__welcome {
    font-size: 0.875rem;
    color: #98a7bf;
    margin: 0;
}

.profile-sidebar__name {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0.25rem 0 0;
    color: #ffffff;
}

.profile-sidebar__email {
    font-size: 0.875rem;
    color: #7f92af;
    margin: 0.25rem 0 0;
}

.profile-sidebar__balance {
    background: #0a1726;
    border: 1px solid #1d2f45;
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
}

.profile-sidebar__balance .label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7f92af;
    margin-bottom: 0.35rem;
}

.profile-sidebar__balance .amount {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
}

.profile-sidebar__balance .amount span {
    font-size: 1rem;
    font-weight: 500;
    color: #f9d272;
    margin-left: 0.25rem;
}

.profile-sidebar__balance .muted {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    color: #7f92af;
}

.profile-sidebar__nav {
    margin-top: 0.5rem;
}

.profile-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.profile-sidebar-menu__item {
    border-radius: 1.25rem;
    overflow: hidden;
}

.profile-sidebar-menu__link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #c7d3e8;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.profile-sidebar-menu__link .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #0f1d2f;
    border: 1px solid #1d2f45;
    color: #f9d272;
    font-size: 1rem;
}

.profile-sidebar-menu__link .badge {
    margin-left: auto;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f1c94f;
    color: #030b19;
    font-weight: 600;
}

.profile-sidebar-menu__item.is-active .profile-sidebar-menu__link {
    background: linear-gradient(135deg, #f9d272, #d6a24c);
    color: #030b19;
}

.profile-sidebar-menu__item.is-active .profile-sidebar-menu__link .icon {
    background: #030b19;
    border-color: transparent;
    color: #f9d272;
}

.profile-sidebar-menu__item.is-active .profile-sidebar-menu__link .badge {
    background: #030b19;
    color: #f9d272;
}

.profile-sidebar-menu__link:hover,
.profile-sidebar-menu__link:focus {
    color: #ffffff;
    background: rgba(13, 26, 43, 0.65);
}

.profile-sidebar__support {
    margin-top: 2rem;
}

.profile-sidebar__support .support-card {
    background: rgba(15, 29, 47, 0.95);
    border: 1px solid #1d2f45;
    border-radius: 1.875rem;
    padding: 1.5rem;
    box-shadow: 0 12px 32px rgba(3, 12, 25, 0.35);
    text-align: center;
}

.profile-sidebar__support h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.profile-sidebar__support p {
    font-size: 0.9rem;
    color: #7f92af;
    margin-bottom: 1rem;
}

.profile-sidebar__support .support-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #f9d272;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.profile-sidebar__support .support-link:hover,
.profile-sidebar__support .support-link:focus {
    color: #ffffff;
}

.profile-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.profile-wallet-card {
    background: linear-gradient(135deg, #13233a, #0b1827);
    border: 1px solid #1d2f45;
    border-radius: 1.875rem;
    box-shadow: 0 16px 40px rgba(3, 12, 25, 0.45);
    overflow: hidden;
}

.profile-wallet-card__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

@media (min-width: 992px) {
    .profile-wallet-card__content {
        flex-direction: row;
        justify-content: space-between;
    }
}

.profile-wallet-card__summary {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.profile-wallet-card__summary .eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #7f92af;
}

.profile-wallet-card__summary .amount {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
}

.profile-wallet-card__summary .amount span {
    font-size: 1.1rem;
    color: #f9d272;
    margin-left: 0.25rem;
}

.profile-wallet-card__summary p {
    font-size: 0.95rem;
    color: #9eb3d5;
    margin: 0;
}

.profile-wallet-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.profile-wallet-card__actions .btn {
    border-radius: 999px;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    border: 1px solid transparent;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.profile-wallet-card__actions .btn-light {
    background: #f9d272;
    color: #030b19;
}

.profile-wallet-card__actions .btn-light:hover {
    background: #f1c94f;
}

.profile-wallet-card__actions .btn-outline-light {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}

.profile-wallet-card__actions .btn-outline-light:hover {
    color: #f9d272;
    border-color: #ffffff;
}

.profile-wallet-card__details {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .profile-wallet-card__details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.profile-wallet-card__details .detail-tile {
    background: rgba(15, 29, 47, 0.7);
    border: 1px solid #1d2f45;
    border-radius: 1.5rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.profile-wallet-card__details .label {
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #7f92af;
}

.profile-wallet-card__details strong {
    font-size: 1.2rem;
    color: #ffffff;
}

.profile-wallet-card__details .status {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.profile-wallet-card__details .status-success {
    color: #59d9a2;
}

.profile-wallet-card__details .status-muted {
    color: #7f92af;
}

.profile-status-tabs {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #0a1726;
    border: 1px solid #1d2f45;
    border-radius: 999px;
    padding: 0.5rem;
}

.profile-status-tabs__item {
    flex: 1;
    border: none;
    background: transparent;
    color: #7f92af;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.profile-status-tabs__item.active {
    background: linear-gradient(135deg, #f9d272, #d6a24c);
    color: #030b19;
    box-shadow: 0 8px 18px rgba(249, 210, 114, 0.35);
}

.profile-status-tabs__item:hover,
.profile-status-tabs__item:focus {
    color: #ffffff;
}

.profile-content-card {
    background: rgba(15, 29, 47, 0.95);
    border: 1px solid #1d2f45;
    border-radius: 1.875rem;
    padding: 2.5rem;
    box-shadow: 0 16px 40px rgba(3, 12, 25, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 22rem;
}

.profile-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 24rem;
}

.profile-empty-state .icon {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #0a1726;
    color: #f9d272;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.profile-empty-state h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.profile-empty-state p {
    font-size: 0.95rem;
    color: #7f92af;
    margin: 0;
}

.profile-empty-state .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #f9d272, #d6a24c);
    color: #030b19;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    box-shadow: 0 10px 24px rgba(249, 210, 114, 0.35);
    transition: filter 0.2s ease;
}

.profile-empty-state .btn:hover,
.profile-empty-state .btn:focus {
    filter: brightness(1.05);
}

@media (max-width: 1024px) {
    .profile-wallet-card__details {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .profile-sidebar__card,
    .profile-sidebar__support .support-card {
        padding: 2rem;
    }

    .profile-wallet-card__content {
        padding: 2.5rem;
    }
}

@media (max-width: 768px) {
    .profile-sidebar__card,
    .profile-sidebar__support .support-card,
    .profile-wallet-card__content,
    .profile-content-card {
        padding: 1.5rem;
    }

    .profile-wallet-card__actions .btn {
        width: 100%;
        justify-content: center;
    }
}
