body {
    background: radial-gradient(circle at 12% 55%, rgba(33, 150, 243, 0.15), rgba(255, 255, 255, 0) 25%), radial-gradient(circle at 85% 33%, rgba(108, 99, 255, 0.176), rgba(255, 255, 255, 0) 25%) rgb(255, 255, 255) !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main,
.blog-container,
.container {
    flex: 1 0 auto;
}

footer,
.main-footer {
    flex-shrink: 0;
}

@media (min-width: 769px) {
    html.dc-hide-pc-menu .m-btn,
    html.dc-hide-pc-menu #m-btn,
    html.dc-hide-pc-search .search,
    html.dc-hide-pc-user .header-user,
    html.dc-hide-pc-order .header-search-order-btn,
    html.dc-hide-pc-help .header-help-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    html.dc-hide-mobile-menu .m-btn,
    html.dc-hide-mobile-menu #m-btn,
    html.dc-hide-mobile-search .search,
    html.dc-hide-mobile-user .header-user,
    html.dc-hide-mobile-help .header-help-mobile {
        display: none !important;
    }
}

html.dc-hide-footer .main-footer {
    display: none !important;
}

html.dc-auth-partial-disabled .m-btn {
    right: 50px;
}

html.dc-single-page-header .h-fix {
    background: #0c6be1 !important;
}

html.dc-single-page-header .logo-brand .brand-title,
html.dc-single-page-header .header .nav-bar li a,
html.dc-single-page-header .header .nav-bar li a:hover,
html.dc-single-page-header .search i.fa,
html.dc-single-page-header .header-user i.fa,
html.dc-single-page-header .m-btn i.fa,
html.dc-single-page-header .header-help-btn {
    color: #fff !important;
}

html.dc-single-page-header .logo-brand .brand-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
}

html.dc-single-page-header .header .nav-bar li a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

html.dc-single-page-header .header-search-order-btn .a {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

html.dc-single-page-header .header-help-btn {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

html.dc-shop-header-bg .h-fix {
    background: var(--dc-shop-header-bg) !important;
}

html.dc-shop-header-bg .header .nav-bar li a,
html.dc-shop-header-bg .search i.fa,
html.dc-shop-header-bg .header-user i.fa,
html.dc-shop-header-bg .m-btn i.fa,
html.dc-shop-header-bg .header-help-btn {
    color: #fff !important;
}

html.dc-shop-header-bg .header .nav-bar li a:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

html.dc-shop-header-bg .header-search-order-btn .a {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

html.dc-shop-header-bg .header-help-btn {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

html.dc-shop-title-color .logo-brand .brand-title {
    color: var(--dc-shop-title-color) !important;
}

html.dc-shop-subtitle-color .logo-brand .brand-subtitle {
    color: var(--dc-shop-subtitle-color) !important;
}

html.dc-shop-nav-active-color .header .nav-bar li.active > a,
html.dc-shop-nav-active-color .header .nav-bar li a.active {
    color: var(--dc-shop-nav-active-color) !important;
}

html.dc-shop-nav-active-bg .header .nav-bar li.active > a,
html.dc-shop-nav-active-bg .header .nav-bar li a.active {
    background: var(--dc-shop-nav-active-bg) !important;
    border-radius: 4px;
}

html.dc-bg-video-enabled body {
    background: transparent !important;
}

#fk-bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}

html.dc-force-mobile-shell,
html.dc-force-mobile-shell body,
html.dc-force-mobile-shell * {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

html.dc-force-mobile-shell::-webkit-scrollbar,
html.dc-force-mobile-shell body::-webkit-scrollbar,
html.dc-force-mobile-shell *::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background: transparent !important;
}

html.dc-force-mobile-shell::-webkit-scrollbar-track,
html.dc-force-mobile-shell body::-webkit-scrollbar-track,
html.dc-force-mobile-shell *::-webkit-scrollbar-track,
html.dc-force-mobile-shell::-webkit-scrollbar-thumb,
html.dc-force-mobile-shell body::-webkit-scrollbar-thumb,
html.dc-force-mobile-shell *::-webkit-scrollbar-thumb,
html.dc-force-mobile-shell::-webkit-scrollbar-corner,
html.dc-force-mobile-shell body::-webkit-scrollbar-corner,
html.dc-force-mobile-shell *::-webkit-scrollbar-corner {
    display: none !important;
    background: transparent !important;
}

.header-search-expand {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    width: 0;
    opacity: 0;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 0;
    transition: width 0.3s ease, opacity 0.25s ease, padding 0.3s ease;
    white-space: nowrap;
    z-index: 10;
}

.search-active .header-search-expand {
    width: 340px;
    opacity: 1;
    padding: 5px 5px 5px 16px;
}

.search-active .s-btn {
    display: none;
}

.header-search-input {
    flex: 1;
    min-width: 0;
    height: 34px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #333;
}

.header-search-input::placeholder {
    color: #aaa;
}

.header-search-submit {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: var(--theme-primary, #4c7d71);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: opacity 0.2s;
}

.header-search-submit:hover {
    opacity: 0.85;
}

.header-search-expand i.fa {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    display: inline !important;
    opacity: 1 !important;
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

.header-search-submit i.fa {
    color: #fff !important;
    font-size: 14px !important;
}

.header-search-close {
    display: none !important;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #999 !important;
    font-size: 14px !important;
    border-radius: 50%;
    transition: 0.15s;
    opacity: 1 !important;
    line-height: 1 !important;
    padding: 0 !important;
    background: none !important;
    margin-left: 2px;
}

.search-active .search .header-search-close {
    display: flex !important;
}

.header-search-close:hover {
    background: rgba(0, 0, 0, 0.06) !important;
    color: #333 !important;
}

.search-active .logo-brand,
.search-active .nav-container {
    transition: opacity 0.2s;
}

@media (max-width: 768px) {
    .search-active .logo-brand {
        opacity: 0;
        pointer-events: none;
        position: absolute;
    }

    .search-active .nav-container {
        display: none;
    }

    .search-active .header-search-expand {
        width: calc(100vw - 180px);
    }
}

@media (max-width: 480px) {
    .search-active .header-search-expand {
        width: calc(100vw - 120px);
    }
}

html[data-theme="dark"] .header-search-expand {
    background: #1e1e1e;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .header-search-input {
    color: #e0e0e0;
}

html[data-theme="dark"] .header-search-input::placeholder,
html[data-theme="dark"] .header-search-close {
    color: #888;
}

html[data-theme="dark"] .header-search-close:hover {
    background: #333;
    color: #e0e0e0;
}
