body {
    font-family: "Open Sans", Arial, sans-serif;
    background: #f8f9fd;
}

.shop-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffffff 0%, #f6d7b8 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.shop-brand__logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.ftco-animate {
    opacity: 1;
    visibility: visible;
}

#ftco-loader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.alert {
    margin: 0;
    border-radius: 0;
}

.shop-flash-stack {
    position: fixed;
    top: 96px;
    right: 20px;
    z-index: 1100;
    width: min(420px, calc(100vw - 40px));
}

.shop-flash {
    position: relative;
    margin-bottom: 12px;
    padding: 18px 52px 18px 18px;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.22);
    opacity: 1;
    color: #fff;
    border: 1px solid transparent;
    background: #111827;
}

.shop-flash__body {
    margin: 0;
}

.shop-flash__close {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 2rem;
    line-height: 1;
    opacity: 0.7;
    cursor: pointer;
}

.shop-flash__close:hover {
    opacity: 1;
}

li.dashboard-sidebar-item {
    list-style-type: none;
    border-bottom: 1px solid #d6d5d5;
    padding: 10px;
}

.shop-flash-success {
    background: #052e16;
    border-color: #166534;
}

.shop-flash-error,
.shop-flash-danger {
    background: #450a0a;
    border-color: #b91c1c;
}

.shop-flash-warning {
    background: #422006;
    border-color: #d97706;
}

.shop-flash-info {
    background: #082f49;
    border-color: #0284c7;
}

.hero-wrap.dashboard-hero {
    background-image: linear-gradient(120deg, rgba(17, 24, 39, 0.92), rgba(249, 109, 0, 0.72));
}

.dashboard-card,
.category-card,
.services-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.metric-card h2 {
    font-size: 2rem;
    margin-bottom: 0;
}

.category-card h3,
.dashboard-card h3 {
    color: #111827;
}

.notification-item,
.report-line {
    padding: 14px 0;
    border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.notification-item:last-child,
.report-line:last-child {
    border-bottom: 0;
}

.demo-note {
    color: #6b7280;
    font-size: 0.95rem;
}

.share-box {
    background: #f9fafb;
    border-radius: 14px;
    padding: 18px;
}

.services-wrap .icon,
.category-card .btn,
.dashboard-card .btn {
    transition: all 0.2s ease;
}

.product .bottom-area button {
    background: transparent;
    color: #fff;
}

.product .text {
    min-height: 180px;
}

.product-title {
    min-height: 56px;
    max-height: 56px;
    overflow: hidden;
}

.product-media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    padding: 18px;
    background: #fff;
    overflow: hidden;
}

.product-media__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table td,
.table th {
    vertical-align: middle;
}

.dashboard-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dashboard-panel-nav {
    margin-bottom: 24px;
}

.dashboard-list-toolbar {
    margin-bottom: 20px;
}

.dashboard-search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dashboard-search-form .form-control {
    min-width: 160px;
    flex: 1 1 160px;
}

.dashboard-thumb {
    width: 100%;
    max-width: 140px;
    border-radius: 12px;
    object-fit: cover;
}

.dashboard-thumb--sm {
    width: 60px;
    height: 60px;
    max-width: none;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
}

.payment-badge-pending {
    color: #92400e;
    background: #fef3c7;
}

.payment-badge-confirmed {
    color: #166534;
    background: #dcfce7;
}

.cart-actions {
    gap: 12px;
}