
.category-btn {
    background-color: #7a8cf39e;
    align-items: center;
    padding: 8px 12px;
    margin: 0 12px 8px 0;
    border-radius: 15px;
    /*  0 0 10px 5px rgba(199, 199, 199, .1);*/
    -moz-box-shadow: 0 0 10px 5px rgba(199, 199, 199, .1);
    box-shadow: 0 0 10px 5px rgba(199, 199, 199, .1);
    border: 3px solid transparent;
    font-weight: bolder;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    color: white;
    transition: transform 0.4s ease;
}

.nav-main-link .nav-main-link-name {
    font-weight: bold;
}

.category-btn-icon {
    height: 35px;
    border-radius: 6px;
}

.category-icon {
    height: 16px;
    width: 16px;
    border-radius: 6px;
    margin-right: 3px;
}



/* Business Glass Theme Override */
:root {
    --business-text: #f4f7fb;
    --business-text-soft: rgba(244, 247, 251, .74);
    --business-border: rgba(255, 255, 255, .16);
    --business-panel: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
    --business-panel-strong: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
    --business-shadow: 0 22px 54px rgba(8, 19, 40, .22);
    --business-accent: #6ea8fe;
    --business-accent-dark: #4b7fd6;
    --business-surface: rgba(15, 27, 47, .38);
}

.site-glass-body {
    color: var(--business-text);
}

.site-glass-body::before {
    background:
        radial-gradient(circle at 12% 15%, rgba(131, 163, 208, .16), transparent 22%),
        radial-gradient(circle at 88% 18%, rgba(181, 203, 234, .14), transparent 18%),
        radial-gradient(circle at 76% 86%, rgba(120, 151, 196, .12), transparent 20%),
        linear-gradient(145deg, rgba(14, 24, 42, .62), rgba(20, 33, 56, .44) 45%, rgba(10, 18, 30, .68));
}

.site-glass-shell::after {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(118, 148, 190, .16), transparent 66%);
    filter: blur(24px);
}

.glass-header .content-header,
.glass-nav-inner .content,
.glass-footer,
.glass-panel,
.glass-dropdown,
.nav-main-submenu {
    border: 1px solid var(--business-border) !important;
    background: var(--business-panel) !important;
    box-shadow: var(--business-shadow) !important;
}

.glass-header .content-header,
.glass-nav-inner .content,
.glass-footer {
    background: linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .05)) !important;
}

.shop-name .shop-title,
.nav-main-horizontal .nav-main-link,
.nav-main-horizontal .nav-main-heading,
.glass-footer a,
.glass-footer .fw-semibold,
.glass-footer .text-gray-dark,
.glass-dropdown .dropdown-item,
.glass-dropdown .text-success,
.glass-dropdown .fs-sm,
.glass-dropdown .fw-medium {
    color: var(--business-text) !important;
}

.glass-search-form .form-control,
.glass-search-form .input-group-text,
.glass-action-btn,
.language-select-theme .select2-selection {
    background: rgba(255, 255, 255, .08) !important;
    border-color: rgba(255, 255, 255, .12) !important;
    color: var(--business-text) !important;
}

.glass-search-form .form-control::placeholder {
    color: rgba(244, 247, 251, .5);
}

.glass-action-btn:hover,
.glass-search-form .input-group-text:hover,
.nav-main-horizontal .nav-main-link.active,
.nav-main-horizontal .nav-main-link:hover,
.nav-main-horizontal .nav-main-link:focus,
.section-link:hover,
.category-chip:hover {
    background: var(--business-panel-strong) !important;
}

.business-hero {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.business-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, .06), transparent 40%),
        radial-gradient(circle at 82% 20%, rgba(110, 168, 254, .14), transparent 24%);
    pointer-events: none;
}

.hero-kicker {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .14);
    color: var(--business-text);
}

.hero-title {
    max-width: 10em;
    color: #ffffff;
    text-shadow: 0 10px 28px rgba(7, 18, 38, .22);
}

.hero-subtitle,
.hero-stat-label,
.section-caption,
.section-link,
.category-chip-count,
.item-card-desc,
.glass-footer {
    color: var(--business-text-soft) !important;
}

.hero-btn-primary {
    background: linear-gradient(135deg, var(--business-accent), var(--business-accent-dark)) !important;
    border: 0 !important;
}

.hero-btn-secondary,
.section-link {
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    color: var(--business-text) !important;
}

.business-stat-grid {
    gap: 16px;
}

.hero-stat {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

.hero-stat::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, .06), transparent 70%);
}

.hero-stat-value,
.section-title,
.category-chip-name,
.item-text {
    color: #ffffff !important;
}

.section-eyebrow {
    color: rgba(194, 214, 240, .92);
}

.category-showcase {
    margin-bottom: 1.5rem;
}

.category-chip {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    box-shadow: none;
}

.category-chip-icon {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .14);
    border-radius: 14px;
}

.block-notice .notice-title {
    background: linear-gradient(135deg, rgba(83, 125, 185, .94), rgba(54, 89, 141, .94));
    box-shadow: 0 10px 22px rgba(17, 32, 62, .2);
}

.business-item-card {
    overflow: hidden;
}

.business-item-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    pointer-events: none;
}

.item-background {
    filter: blur(12px);
    opacity: .62;
}

.item-background::before {
    background: linear-gradient(180deg, rgba(47, 76, 120, .16), rgba(13, 23, 42, .5));
}

.item-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 14px 30px rgba(9, 20, 40, .18);
}

.support-wholesale {
    padding: 8px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
}

.item-mini-tag {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    color: var(--business-text);
}

.item-card-desc {
    min-height: 22px;
}

.ribbon-item-price {
    top: 16px;
    right: 14px;
    border-radius: 999px;
    padding: 0 16px;
    background: linear-gradient(135deg, rgba(88, 130, 188, .96), rgba(58, 94, 148, .96));
    box-shadow: 0 12px 26px rgba(16, 31, 62, .22);
}

.ribbon-item-stock {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 10px 14px;
    border-radius: 16px;
    background: rgba(10, 19, 34, .42);
    border: 1px solid rgba(255, 255, 255, .08);
}

.ribbon-item-stock .item-stock,
.ribbon-item-stock .item-sold {
    color: var(--business-text);
}

.ribbon-item-stock .item-number {
    color: #b8d7ff !important;
}

@media (max-width: 767.98px) {
    .business-hero {
        min-height: auto;
    }

    .hero-title {
        max-width: none;
    }
}

#page-header.glass-header,
#page-container > #main-container > .glass-nav-wrap,
.glass-nav-inner {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.glass-header .content-header,
.glass-nav-inner .content,
.glass-dropdown,
.nav-main-submenu,
#page-header-search {
    -webkit-backdrop-filter: blur(18px) !important;
    backdrop-filter: blur(18px) !important;
}

#page-header.glass-header,
#page-container > #main-container > .glass-nav-wrap,
.glass-nav-inner {
    background: transparent !important;
    box-shadow: none !important;
}

#page-container > #page-header,
#page-container > #main-container > .glass-nav-wrap {
    border: 0 !important;
}

.glass-header {
    padding-top: 18px;
}

.glass-nav-wrap {
    padding-top: 10px;
}

.glass-nav-inner .content,
.glass-header .content-header {
    background: var(--business-panel) !important;
}

#page-container {
    padding-bottom: 24px;
}

#page-footer,
.glass-footer {
    display: none !important;
}

.homepage-overview {
    margin-bottom: 1.25rem;
}

.notice-panel,
.compact-showcase,
.product-section-heading {
    position: relative;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.quick-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: linear-gradient(135deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .04));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.quick-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, .18);
    background: linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .05));
}

.quick-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    flex: 0 0 42px;
    background: rgba(110, 168, 254, .12);
    color: #dceaff;
}

.quick-card-icon .mcy-icon {
    width: 20px;
    height: 20px;
}

.quick-card-body {
    min-width: 0;
}

.quick-card-title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.quick-card-text,
.notice-body {
    font-size: 13px;
    line-height: 1.7;
    color: var(--business-text-soft);
}

.notice-panel {
    height: 100%;
    min-height: 100%;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.block-notice {
    background: linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .07)) !important;
}

.notice-panel .content-notice {
    min-height: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    text-shadow: none !important;
}

.notice-body {
    position: relative;
    z-index: 1;
    margin: 26px 12px 0;
    color: #eef4ff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.9;
    text-shadow: none !important;
}

.notice-body,
.notice-body p,
.block-notice .content-notice,
.block-notice .content-notice p {
    color: #eef4ff !important;
    text-shadow: none !important;
}

.compact-showcase {
    margin-bottom: 1.5rem;
}

.compact-showcase .section-heading,
.product-section-heading {
    margin-bottom: 16px;
}

.product-section-heading {
    padding: 0 4px;
}

#masonry-grid {
    margin-top: 0;
}

.item-box {
    margin-bottom: 0 !important;
}

.item-box > a {
    display: block;
    height: 100%;
}

.business-item-card {
    min-height: 100%;
}

.business-item-card .block-content {
    padding: 18px 18px 72px;
}

@media (max-width: 991.98px) {
    .notice-panel {
        min-height: 220px;
    }
}

@media (max-width: 767.98px) {
    #page-container {
        padding-bottom: 14px;
    }

    .business-item-card .block-content {
        padding-bottom: 82px;
    }
}

@media (max-width: 767.98px) {
    .glass-header {
        padding-top: 12px;
    }

    .glass-nav-wrap {
        padding-top: 8px;
    }
}
.item-card-icon {
    height: 60px;
    width: 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    overflow: hidden; /* 隐藏溢出容器的部分 */
    display: flex; /* 使用Flexbox来居中图片 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    margin: 0 auto;
    border-radius: 20px;
}

.item-card-icon img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* 裁剪图片以保持宽高比，覆盖容器 */
    object-position: center; /* 图片居中 */
}

.category-btn-text {
    padding-left: 5px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.item-box {
    transition: transform 0.5s ease-in-out; /* 应用于位置变化 */
    animation: fadeIn 0.5s ease-out; /* 使用fadeIn动画，持续时间1秒，缓动函数ease-out */
}


.item-block {
    background: linear-gradient(to right, #e8e8ffa6, #defdffe6) !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
    border-radius: 25px !important;
    cursor: pointer;
    user-select: none;
    transition: transform 0.4s ease;
    position: relative;
}

.item-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px !important;
    filter: blur(4px);
}

.item-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 25px;
}

.ribbon-item-price {
    color: #fff;
    background-color: #18b346ab;
    position: absolute;
    top: 1.75rem;
    right: 0;
    padding: 0 .75rem;
    height: 2.25rem;
    line-height: 2.25rem;
    z-index: 5;
    font-weight: 700;
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.support-wholesale {
    position: absolute;
    top: 10px;
    left: 10px;
}

.ribbon-item-box::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: "";
}

.ribbon-item-stock {
    background-color: #00b8ff52;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 0 .75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    z-index: 5;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    justify-content: space-between; /* 左右对齐 */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.ribbon-item-stock .item-stock {
    color: white;
    margin-left: 10px;
}

.ribbon-item-stock .item-sold {
    color: white;
    margin-right: 10px;
}


.item-block .item-text {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.ribbon-item-stock .item-stock .item-number {
    color: #60eeb7 !important;
}

.ribbon-item-stock .item-sold .item-number {
    color: #b4ee60 !important;
}

.block-notice {
    position: relative;
    border-radius: 25px !important;
}

.block-notice .content-notice {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    position: relative;
}

.block-notice .content-notice p {
    margin: 0;
}

.notice-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px !important;
    filter: blur(4px);
}

.notice-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 25px;
}

.block-notice .content-notice .notice-title {
    border-top-left-radius: 25px !important;
}

.item-image-main {
    background: linear-gradient(to right, rgb(156 119 255 / 33%), rgb(244 255 249));
    padding: 2px !important;
    height: 236px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

.item-image-main .img-link {
    display: revert !important;
}

.item-image-show {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.item-image-list {
    margin-top: 5px;
    text-align: center;
    background: linear-gradient(to right, rgb(106 151 181 / 7%), rgb(233 213 252 / 27%));
    border-radius: 10px;
    padding: 5px 0px;
    display: flex; /* 使用 flex 布局使图片横向排列 */
    overflow-x: hidden; /* 隐藏水平滚动条但允许滚动 */
    overflow-y: hidden;
    white-space: nowrap; /* 防止图片换行 */
    position: relative; /* 定位，以便于控制滚动 */
}

.item-image-list .item-image-sku-mini.image-active {
    border: 1px solid #ff87c4;
}

.item-image-list .item-image-sku-mini:hover {
    transform: scale(1.1);
}

.item-image-list .item-image-sku-mini:first-child {
    margin-left: 2px;
}

.item-image-list .item-image-sku-mini {
    cursor: pointer;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    display: inline-block;
    transition: transform 0.1s ease;
    transform: scale(1);
    flex: 0 0 auto;
    margin-right: 5px;
}

.item-image-list img {
    height: 64px;
    width: 64px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .category-btn:not(article) {
        border: none;
        transition: all 0.4s;
    }

    .category-btn:not(article):hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 8px rgba(73, 90, 47, .6);
    }

    .category-submenu {
        width: 100vh !important;
    }

    .item-block:not(article) {
        transition: all 0.4s;
    }

    .item-block:not(article):hover {
        transform: translateY(-4px);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
}

@media (max-width: 767.98px) {
    .category-btn:active {
        transform: scale(1.01);
    }

    .item-block:active {
        transform: scale(1.01);
    }

    .nav-main-horizontal.nav-main-hover .nav-main-item:hover > .nav-main-submenu {
        padding-left: 2rem !important;
    }
}


/**
商品页面
 */

.item-title-content {
    background: #ebeef2;
    background: linear-gradient(to right, rgb(106 151 181 / 7%), rgb(233 213 252 / 27%));
    border-radius: 10px;
    padding: 15px;
}

.item-controls {
    margin-top: 5px;
    /*   background: #ebeef2;*/
    /*background: linear-gradient(to right, rgb(106 151 181 / 7%), rgb(233 213 252 / 27%));*/
    border-radius: 10px;
    padding: 15px;
}

.sku-wrapper {
    display: flex; /* 启用Flexbox */
    flex-wrap: wrap; /* 允许子元素换行 */
}

.sku-item {
    flex: 0 1 auto;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 10px;
    border-radius: 6px;
    background-color: #ffffffa6;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: linear-gradient(to right, rgb(211, 204, 227), rgb(233, 228, 240));
    align-items: center;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: transform 0.5s ease-in-out; /* 应用于位置变化 */
    animation: fadeIn 0.5s ease-out; /* 使用fadeIn动画，持续时间1秒，缓动函数ease-out */
}

.sku-current {
    border: 1px solid #87cbd485;
    background: linear-gradient(to right, rgb(185 241 215), rgb(243 255 246)) !important;
}

.sku-wrapper .sku-item .sku-icon {
    display: flex;
    align-items: center; /* 确保图片在.sku-icon内垂直居中 */
    justify-content: center; /* 如果你还想要图片水平居中 */
    margin-right: 5px;
}

.sku-wrapper .sku-item .sku-icon img {
    height: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}

.sku-cate-td {
    vertical-align: middle;
    padding: 0 0 0 10px !important;
}

.sku-cate-td .cate-name {
    font-size: 16px;
    color: #7f7f7f;
    font-weight: revert;
}

.table .sku-attr-value {
    word-break: break-word; /* 对于较长的单词进行断行 */
    overflow-wrap: break-word; /* 确保内容被适当地包裹 */
}

.item-controls .form-check {
    min-height: inherit !important;
    margin-bottom: inherit !important;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .sku-item:active {
        transform: scale(1.01);
    }

    .introduce-content img {
        height: auto !important;
    }

    .introduce-content video {
        height: auto !important;
    }

    .introduce-content iframe {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .sku-item:not(article) {
        transition: all 0.4s;
    }

    .sku-item:not(article):hover {
        transform: translateY(-4px);
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
}

.introduce-content img {
    max-width: 100%;
}

.introduce-content video {
    max-width: 100%;
}

.introduce-content iframe {
    max-width: 100%;
}

.shop-checkout-btn {
    display: flex; /* 按钮并排显示 */
}

.checkout-btn {
    flex: 0 1 auto; /* 确保按钮平均分配空间 */
    border: none; /* 移除边框 */
    color: white; /* 文字颜色设置为白色 */
    padding: 10px 20px; /* 按钮内边距 */
    cursor: pointer; /* 鼠标悬停时显示指针 */
    outline: none; /* 移除焦点时的边框 */
    box-shadow: rgba(255, 203, 0, 0.2) 0px 9px 13px 0px;
    width: 160px;
}


.btn-buy-now {
    background: linear-gradient(90deg, rgb(255, 119, 0), rgb(255, 73, 0)); /* 左按钮背景渐变 */
    border-right: none; /* 移除右边框以避免中间出现间隔 */
}

.btn-add-cart {
    background: linear-gradient(90deg, rgb(255, 203, 0), rgb(255, 148, 2)); /* 右按钮背景渐变 */
}

.btn-no-stock {
    background: linear-gradient(90deg, #d9dfe8, #999);
    border-radius: 34px;
}

/* 为了更好的视觉效果，可能需要调整按钮的圆角 */
.shop-checkout-btn .btn-buy-now {
    border-top-left-radius: 34px; /* 左上角圆角 */
    border-bottom-left-radius: 34px; /* 左下角圆角 */
}

.shop-checkout-btn .btn-add-cart, .shop-checkout-btn .btn-add-stock {
    border-top-right-radius: 34px; /* 右上角圆角 */
    border-bottom-right-radius: 34px; /* 右下角圆角 */
}

.bg-gradient-blue {
    background: linear-gradient(to right, rgb(106 151 181 / 7%), rgb(233 213 252 / 27%));
}

.bg-lime-green {
    background: #44ca6d;
}

.bg-light-gray {
    background: #d2d2d2;
}


/**
checkout 页面
 */
/*
.pay-wrapper {
    display: flex; !* 启用Flexbox *!
    flex-wrap: wrap; !* 允许子元素换行 *!
}

.pay-item {
    flex: 0 1 auto;
    margin-right: 10px;
    padding: 8px 16px;
    border-radius: 15px;
    background-color: #ffffffa6;
    border: none;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background: linear-gradient(to right, rgb(177 255 219), rgb(246 246 255));
    align-items: center;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: transform 0.5s ease-in-out; !* 应用于位置变化 *!
    animation: fadeIn 0.5s ease-out; !* 使用fadeIn动画，持续时间1秒，缓动函数ease-out *!
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #61af61;
}

.pay-current {
    border: none;
    background: linear-gradient(to right, rgb(0 113 192), rgb(255 120 227)) !important;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.pay-wrapper .pay-item .pay-icon {
    display: flex;
    align-items: center; !* 确保图片在.sku-icon内垂直居中 *!
    justify-content: center; !* 如果你还想要图片水平居中 *!
    margin-right: 5px;
}

.pay-wrapper .pay-item .pay-icon img {
    height: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}*/

.shop-checkout-pay-btn {
    display: flex;
    justify-content: center; /* 将子元素居中对齐 */
    align-items: center; /* 垂直居中 */
    gap: 20px; /* 设置按钮之间的间距，可以根据需要调整 */
    margin-bottom: 40px;
}

.btn-pay-now, .btn-cancel-order {
    padding: 10px 20px; /* 按钮内边距，可以根据需要调整 */
    border: 1px solid transparent; /* 去除边框，或根据需要调整 */
    background-color: #007bff; /* 设置支付按钮的背景颜色，可以根据需要调整 */
    color: white; /* 文字颜色 */
    cursor: pointer; /* 鼠标悬停时显示手指指针 */
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.btn-cancel-order {
    background-color: #cbcdcf; /* 设置取消按钮的背景颜色，可以根据需要调整 */
}


.render-qrcode {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2), 0 0 20px 5px rgb(253, 224, 244);
}

.render-pay .pay-icon {
    display: flex; /* 启用Flexbox布局 */
    align-items: center; /* 垂直居中所有子元素 */
    justify-content: center; /* 水平居中所有子元素（如果需要） */
    margin: 20px auto 30px auto;
    font-weight: bold;
    font-size: 26px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), /* 添加阴影效果 */ -2px -2px 4px rgba(255, 255, 255, 0.5); /* 可选：添加更多层次的阴影以增强立体感 */
}

.render-pay .pay-icon svg {
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
}

.pay-icon-alipay {
    color: #1578ff;
}

.pay-icon-wxpay {
    color: #26b240;
}

.pay-icon-qqpay {
    color: #0099fe;
}

.pay-title span {
    margin-left: 1px;
    margin-right: 1px;;
}

.hour {
    color: #c8a531;
}

.minute {
    color: #28a745; /* 绿色背景 */
}

.second {
    color: #dc3545; /* 红色背景 */
}

.time-title {
    color: #5d75a0;
}

@media (max-width: 767.98px) {
    .pay-item:active {
        transform: scale(1.01);
    }
}

@media (min-width: 992px) {
    .pay-item:not(article) {
        transition: all 0.4s;
    }

    .pay-item:not(article):hover {
        transform: translateY(-4px);
    }
}

/**
订单查询
 */

.flex-container {
    display: flex;
    align-items: center;
}

.item-info .item-logo {
    margin-right: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 50px; /* 容器宽度 */
    height: 50px; /* 容器高度 */
    overflow: hidden; /* 隐藏溢出容器的部分 */
    display: flex; /* 使用Flexbox来居中图片 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    border-radius: 10px;
}

.item-info .item-logo img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* 裁剪图片以保持宽高比，覆盖容器 */
    object-position: center; /* 图片居中 */
}

.item-info .item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; /* 确保有足够的高度进行对齐 */
}

.item-info .item-content .item-name {
    font-weight: bold;
    font-size: 18px;
    color: #5077c0;
    margin-bottom: 4px;
}

.item-info .item-content .item-sku-name {
    color: #2ab875;
}


.order-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.order-header {
    background-color: #6c96f9;
    color: #ffffff;
    padding: 12px;
}

.order-header h2 {
    margin: 0;
}

.order-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-info span {
    display: block;
    margin-bottom: 5px;
}

.order-pay-type pay {
    color: #0dc8ff;
}


.order-pay-type img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -0.095rem;
}

.order-pay-type .pay-name {
    font-weight: bold;
    color: #5f8bf3;
}

@media (max-width: 768px) {
    .order-body {
        flex-direction: column;
    }
}

.search-order-btn {
    cursor: pointer;
}


/**
购物车
 */
.table-cart tbody tr:not(:last-child) {
    border-bottom: 20px solid transparent;
}

.quantity-change {
    display: flex;
    align-items: stretch; /* 确保按钮和输入框高度一致 */
    border: 1px solid #e9ddf7; /* 整体边框 */
    width: 88px;
    border-radius: 10px;
}

.quantity-change button,
.quantity-change input[type="text"] {
    display: block;
    flex: 0 0 auto; /* 确保按钮和输入框平分空间 */
    text-align: center;
    line-height: 30px; /* 调整行高以垂直居中文本 */
    font-size: 14px;
}

.quantity-change .change-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.quantity-change .change-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quantity-change button {
    background-color: #fff5fd63;
    border: none;
    cursor: pointer;
    color: #333;
    width: 24px;
}

/* 移除输入框的外观，使其看起来与按钮融为一体 */
.quantity-change input[type="text"] {
    border: none;
    outline: none;
    margin: 0; /* 移除默认的外边距 */
    width: 38px;
    color: #31a2d6;
}

/* 添加分隔线来区分按钮和输入框 */
.quantity-change button:first-child,
.quantity-change input[type="text"] {
    border-right: 1px solid #e9ddf7;
}

.quantity-change button:last-child {
    border-left: 1px solid #e9ddf7;
}

/* 鼠标悬停效果 */
.quantity-change button:hover {
    background-color: #e0e0e0;
}

.cart-widgets {
    /* 基础样式 */
    padding: 10px;
    position: relative; /* 为了定位修改按钮 */
    border: 2px solid transparent; /* 设置一个透明边框以防止内容跳动 */
}

.cart-widget-edit {
    /* 修改按钮的初始样式 */
    position: absolute;
    top: -12px;
    right: -12px;
    padding: 2px 5px;
    background-color: #f40;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    font-size: 12px;
    color: white;
    visibility: hidden; /* 初始隐藏 */
    margin: 10px; /* 根据容器的padding值调整，确保显示在虚线内 */
    cursor: pointer;
}

.cart-widgets:hover {
    /* 鼠标悬停时的虚线边框 */
    border: 2px dashed #ccc;
}

.cart-widgets:hover .cart-widget-edit {
    /* 鼠标悬停时显示修改按钮 */
    visibility: visible; /* 显示修改按钮 */
}

.cart-widget:not(:last-child) {
    /* 商品信息的基础样式 */
    margin-bottom: 8px; /* 商品信息之间的间距 */
}

.block-cart-btn {
    display: flex; /* 使用 Flexbox 布局 */
    justify-content: space-between; /* 两个按钮分别对齐到容器的两侧 */
    width: 100%; /* 容器宽度设置为 100%，确保充满父容器 */
}

.btn-cart-bill, .btn-cart-clear {
    border: 1px solid transparent; /* 设置透明边框 */
    color: white; /* 设置文字颜色 */
    text-align: center; /* 文字居中 */
    padding: 8px 16px; /* 设置内边距 */
    font-size: 14px; /* 设置字体大小 */
    transition: background-color 0.3s, color 0.3s; /* 添加过渡动画 */
    cursor: pointer; /* 设置鼠标指针为手型 */
    width: auto; /* 宽度自动，根据内容调整 */
    border-radius: 5px;
}

.btn-cart-bill {
    background-color: #007bff; /* 结账按钮的背景颜色 */
    margin-left: auto; /* 推到右边 */

}

.btn-cart-clear {
    background-color: #dc3545; /* 清空购物车按钮的背景颜色 */
    margin-right: auto; /* 推到左边 */
}

.btn-cart-bill:hover, .btn-cart-clear:hover {
    opacity: 0.8; /* 鼠标悬停时的透明度变化，添加视觉反馈 */
}

.sku-quantity-wrapper {
    display: flex;
    align-items: center; /* 确保内容在垂直方向上居中对齐 */
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sku-quantity-wrapper .quantity-input {
    width: 100px;
    border-radius: 4px 0 0 4px; /* 只对输入框的左侧和上下设置圆角 */
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #334155;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #dfe3ea;
    border-right: none; /* 移除输入框右侧的边框，使其和库存数量看起来更连贯 */
}

@media (max-width: 767.98px) {
    .sku-quantity-wrapper .quantity-input {
        width: 50px;
    }
}

.sku-stock {
    padding: .53rem .75rem; /* 添加一些内边距 */
    border: 1px solid #ccc; /* 设置边框颜色保持一致性 */
    border-radius: 0 4px 4px 0; /* 只对库存数量的右侧和上下设置圆角 */
    font-size: 0.9rem; /* 调整字体大小以匹配输入框 */
    font-weight: 400;
    color: white;
    border-left: none;
}

.sku-wholesale {
    padding: .53rem .75rem; /* 添加一些内边距 */
    border: 1px solid #ccc; /* 设置边框颜色保持一致性 */
    font-size: 0.9rem; /* 调整字体大小以匹配输入框 */
    font-weight: 400;
    color: white;
    border-left: none;
    border-right: none;
    background: #ee6969;
    cursor: pointer;
}

/**
支付功能
 */

.pay-container .layout-box {
    margin-bottom: 16px;
    margin-top: 10px;
}

.pay-container .layout-box .title {
    margin-bottom: 8px;
    color: #9e9c9c;
}

.pay-container .pay-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; /* 确保列表项靠左对齐 */
    margin: 0 -10px;
}

.pay-container .pay-list .pay-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    margin: 6px 10px 6px 10px;
    border: 2px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.pay-container .pay-list .pay-item img {
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

.pay-container .pay-list .pay-item:hover, .pay-container .pay-list .pay-item:focus {
    border-color: #aca8ff;
    box-shadow: 0 2px 5px rgba(0, 123, 255, 0.2);
    background-color: #eef4fe;
}

.pay-container .pay-list .pay-current {
    background-color: #e8f0fe;
    border-color: #aca8ff;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
}

.pay-container button {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    margin-bottom: 8px;
}

.pay-container button:hover {
    background-color: #0056b3;
}

.btn-pay-now[disabled="disabled"] {
    background-color: #ccc;
    cursor: not-allowed;
}


.shop-name {
    display: inline-flex; /* 使用flex布局让图标和名称在同一行显示 */
    align-items: center; /* 垂直居中对齐 */
    padding: 5px 8px; /* 添加一些内边距让它看起来不那么拥挤 */
    border-radius: 8px; /* 给元素添加圆角边框 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 添加一些阴影效果让它立体一些 */
    transition: all 0.3s ease; /* 添加一个过渡效果让鼠标悬停时有一个小动画 */
    cursor: pointer;
}


.shop-name .shop-logo {
    width: 26px; /* 图标的大小，根据需要调整 */
    height: 26px; /* 图标的大小，根据需要调整 */
    border-radius: 50%; /* 使图标变成圆形 */
    margin-right: 6px; /* 在图标和名称之间添加一些间隔 */
}

.shop-name .shop-title {
    font-size: 20px; /* 名称的字体大小，根据需要调整 */

    font-weight: bolder;
    white-space: nowrap;
}

.block-notice img {
    max-width: 100%;
}

.block-notice video {
    max-width: 100%;
}

.block-notice iframe {
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .block-notice img, .block-notice video, .block-notice iframe {
        height: auto !important;
    }
}


.language-select-theme {
    width: auto !important;
}

.language-select-theme .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: initial !important;
    overflow: hidden;
}

.language-select-theme.select2-container--open {
    width: 150px !important;
}

.language-select-theme.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: transparent !important;
    box-shadow: none !important;
}

.language-select-theme .select2-selection {
    background-color: #283547 !important;
    border: none !important;
    color: #fff !important;
}

.language-select-theme .select2-selection--single {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.language-select-theme .select2-selection__rendered .table-item-name {
    color: #ffffff !important;
}


:root {
    --anime-bg: rgba(255, 255, 255, .14);
    --anime-bg-strong: rgba(255, 255, 255, .2);
    --anime-border: rgba(255, 255, 255, .28);
    --anime-text: #f7fbff;
    --anime-text-soft: rgba(247, 251, 255, .76);
    --anime-shadow: 0 24px 60px rgba(28, 38, 79, .22);
    --anime-pink: #ff9fc8;
    --anime-blue: #8fbaff;
    --anime-purple: #a78bfa;
    --anime-mint: #87ead8;
}

.site-glass-body {
    color: var(--anime-text);
}

.site-glass-body::before {
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 182, 215, .22), transparent 23%),
        radial-gradient(circle at 88% 14%, rgba(158, 196, 255, .25), transparent 21%),
        radial-gradient(circle at 78% 82%, rgba(147, 225, 211, .18), transparent 20%),
        linear-gradient(145deg, rgba(62, 83, 148, .34), rgba(142, 102, 176, .18) 45%, rgba(25, 34, 72, .42));
}

.site-glass-shell::after {
    content: "";
    position: fixed;
    inset: auto auto 10% -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 193, 220, .26), transparent 66%);
    filter: blur(12px);
    pointer-events: none;
    z-index: 0;
}

.glass-header .content-header,
.glass-nav-inner .content,
.glass-footer,
.glass-panel,
.glass-dropdown,
.nav-main-submenu {
    border-color: var(--anime-border) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08)) !important;
    box-shadow: var(--anime-shadow) !important;
}

.glass-header .content-header,
.glass-nav-inner .content,
.glass-footer {
    background: linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(232, 240, 255, .08)) !important;
}

.shop-logo {
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .18);
}

.glass-search-form .form-control,
.glass-search-form .input-group-text,
.glass-action-btn,
.language-select-theme .select2-selection {
    background: rgba(255, 255, 255, .13) !important;
    color: var(--anime-text) !important;
}

.nav-main-horizontal .nav-main-link.active,
.nav-main-horizontal .nav-main-link:hover,
.nav-main-horizontal .nav-main-link:focus {
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08)) !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.anime-hero {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.anime-hero::before,
.anime-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.anime-hero::before {
    top: -40px;
    right: -40px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(255, 179, 210, .32), rgba(255, 179, 210, 0) 68%);
}

.anime-hero::after {
    left: 42%;
    bottom: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(146, 196, 255, .3), rgba(146, 196, 255, 0) 68%);
}

.hero-kicker {
    background: rgba(255, 255, 255, .16);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .24);
}

.hero-title {
    max-width: 9em;
    text-shadow: 0 12px 35px rgba(45, 54, 98, .3);
}

.hero-subtitle {
    max-width: 540px;
    color: var(--anime-text-soft);
}

.hero-btn-primary {
    background: linear-gradient(135deg, rgba(255, 151, 196, .95), rgba(148, 177, 255, .92)) !important;
    border: 0 !important;
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, .12) !important;
}

.anime-stat-grid {
    gap: 16px;
}

.hero-stat {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
}

.hero-stat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), transparent 65%);
    pointer-events: none;
}

.hero-stat-value {
    color: #fff;
    letter-spacing: .04em;
}

.hero-stat-label {
    color: var(--anime-text-soft);
}

.category-showcase {
    margin-bottom: 1.5rem;
}

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

.section-eyebrow {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 234, 245, .92);
}

.section-title {
    margin: 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 800;
    color: #fff;
}

.section-link,
.section-caption {
    color: var(--anime-text-soft);
}

.section-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .14);
}

.product-section-heading {
    margin: 10px 0 16px;
}

.category-chip-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.category-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    color: var(--anime-text);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.category-chip:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, .16);
    box-shadow: 0 16px 35px rgba(33, 44, 91, .18);
}

.category-chip-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 48px;
    background: rgba(255, 255, 255, .18);
    border: 1px solid rgba(255, 255, 255, .22);
}

.category-chip-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-chip-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.category-chip-name {
    font-weight: 700;
    color: #fff;
}

.category-chip-count {
    font-size: 13px;
    color: var(--anime-text-soft);
}

.block-notice .content-notice {
    color: #fefeff;
}

.block-notice .notice-title {
    background: linear-gradient(135deg, rgba(255, 160, 201, .88), rgba(145, 184, 255, .88));
    color: #fff;
    box-shadow: 0 10px 28px rgba(58, 71, 142, .24);
}

.anime-item-card {
    overflow: hidden;
    padding-top: 6px;
}

.anime-item-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03));
    pointer-events: none;
}

.item-background {
    filter: blur(14px);
    opacity: .76;
}

.item-background::before {
    background: linear-gradient(180deg, rgba(92, 120, 191, .18), rgba(24, 33, 70, .42));
}

.item-card-icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .16);
    box-shadow: 0 18px 36px rgba(33, 43, 91, .2);
}

.support-wholesale {
    padding: 8px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
}

.item-mini-tag {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #fff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
}

.item-text {
    color: #fff !important;
    text-shadow: 0 8px 25px rgba(31, 39, 79, .28) !important;
}

.item-card-desc {
    min-height: 22px;
    margin-bottom: 22px;
    font-size: 13px;
    color: var(--anime-text-soft);
}

.ribbon-item-price {
    top: 16px;
    right: 14px;
    border-radius: 999px;
    padding: 0 16px;
    background: linear-gradient(135deg, rgba(255, 156, 199, .94), rgba(141, 187, 255, .94));
    box-shadow: 0 12px 30px rgba(64, 79, 153, .24);
}

.ribbon-item-stock {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    padding: 10px 14px;
    border-radius: 18px;
    background: rgba(18, 29, 61, .42);
    border: 1px solid rgba(255, 255, 255, .08);
}

.ribbon-item-stock .item-number {
    color: #fff8a6 !important;
}

.glass-footer {
    color: var(--anime-text-soft);
}

@media (max-width: 991.98px) {
    .category-chip-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 767.98px) {
    .anime-hero {
        min-height: auto;
    }

    .hero-title {
        max-width: none;
    }

    .category-chip-list {
        grid-template-columns: 1fr;
    }

    .item-card-desc {
        margin-bottom: 44px;
    }
}


.site-glass-body {
    position: relative;
    min-height: 100vh;
    color: #eef4ff;
}

.site-glass-body::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(116, 170, 255, .26), transparent 32%),
        radial-gradient(circle at top right, rgba(168, 106, 255, .18), transparent 24%),
        radial-gradient(circle at bottom center, rgba(67, 214, 198, .16), transparent 28%),
        linear-gradient(135deg, rgba(10, 18, 35, .45), rgba(17, 30, 58, .22));
    pointer-events: none;
    z-index: 0;
}

#page-container.site-glass-shell,
.site-glass-shell #main-container {
    position: relative;
    background: transparent !important;
    z-index: 1;
}

.glass-header,
.glass-nav-wrap,
.glass-footer,
.glass-panel,
.glass-dropdown,
.nav-main-submenu,
#page-header-search {
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.glass-header {
    background: transparent !important;
}

.glass-header .content-header {
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 22px;
    background: rgba(9, 20, 43, .42);
    box-shadow: 0 18px 45px rgba(7, 19, 43, .24);
}

.shop-name {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.shop-logo {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.shop-name .shop-title {
    color: #f4f8ff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, .2);
}

.glass-search-form .form-control,
.glass-search-form .input-group-text,
.glass-action-btn,
.language-select-theme .select2-selection {
    background: rgba(255, 255, 255, .1) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    color: #eef4ff !important;
    box-shadow: none !important;
}

.glass-search-form .form-control::placeholder {
    color: rgba(238, 244, 255, .72);
}

.glass-search-form .input-group-text {
    border-left: 0 !important;
}

.glass-action-btn {
    border-radius: 14px !important;
}

.glass-action-btn:hover,
.glass-search-form .input-group-text:hover {
    background: rgba(255, 255, 255, .16) !important;
}

.glass-dropdown {
    overflow: hidden;
    border-radius: 20px !important;
    background: rgba(12, 24, 48, .72) !important;
    box-shadow: 0 18px 45px rgba(5, 16, 38, .28);
}

.glass-dropdown .dropdown-item,
.glass-dropdown .text-success,
.glass-dropdown .fs-sm,
.glass-dropdown .fw-medium {
    color: #eef4ff !important;
}

.glass-nav-wrap {
    margin-top: 18px;
    background: transparent !important;
}

.glass-nav-inner {
    background: transparent !important;
}

.glass-nav-inner .content {
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(10, 20, 40, .34);
    box-shadow: 0 18px 40px rgba(8, 18, 38, .2);
    position: relative;
    overflow: visible !important;
    z-index: 30;
}

.nav-main-horizontal,
.nav-main-horizontal .nav-main-item {
    position: relative;
}

.nav-main-horizontal .nav-main-link,
.nav-main-horizontal .nav-main-heading {
    color: rgba(240, 246, 255, .92) !important;
}

.nav-main-horizontal .nav-main-link.active,
.nav-main-horizontal .nav-main-link:hover,
.nav-main-horizontal .nav-main-link:focus {
    background: rgba(255, 255, 255, .12) !important;
    color: #fff !important;
    border-radius: 14px;
}

.nav-main-submenu {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px !important;
    background: rgba(12, 24, 48, .78) !important;
    box-shadow: 0 16px 42px rgba(6, 15, 35, .24);
    z-index: 60 !important;
}

.content {
    position: relative;
}

.glass-panel {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .16) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .06)) !important;
    box-shadow: 0 20px 50px rgba(5, 18, 42, .22) !important;
}

.home-hero {
    margin-bottom: 1.5rem;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .24), transparent 22%),
        radial-gradient(circle at 85% 25%, rgba(134, 203, 255, .22), transparent 18%),
        radial-gradient(circle at 75% 80%, rgba(171, 135, 255, .18), transparent 20%);
    pointer-events: none;
}

.hero-kicker,
.hero-subtitle,
.hero-stat-label {
    color: rgba(236, 243, 255, .78);
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-title {
    margin: 18px 0 14px;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .22);
}

.hero-subtitle {
    max-width: 620px;
    margin-bottom: 26px;
    font-size: 1rem;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-btn-primary,
.hero-btn-secondary {
    min-width: 132px;
    padding: 11px 20px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .14) !important;
    box-shadow: 0 12px 28px rgba(6, 17, 39, .16);
}

.hero-btn-primary {
    background: linear-gradient(135deg, rgba(77, 135, 255, .9), rgba(115, 86, 255, .88)) !important;
}

.hero-btn-secondary {
    background: rgba(255, 255, 255, .1) !important;
    color: #eef4ff !important;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hero-stat {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
}

.hero-stat:last-child {
    grid-column: 1 / -1;
}

.hero-stat-value {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}

.hero-stat-label {
    margin-top: 6px;
    font-size: .92rem;
}

.block-notice {
    background: transparent !important;
}

.block-notice .content-notice,
.item-block .block-content {
    position: relative;
    z-index: 1;
}

.block-notice .content-notice {
    color: #f6f8ff;
}

.item-block {
    border-radius: 26px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .07)) !important;
}

.item-background,
.notice-background {
    filter: blur(10px);
    opacity: .7;
}

.item-background::before,
.notice-background::before {
    background: linear-gradient(180deg, rgba(15, 27, 52, .18), rgba(13, 27, 47, .44));
}

.item-card-icon {
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 12px 36px rgba(6, 18, 38, .18);
}

.ribbon-item-price {
    background: linear-gradient(135deg, rgba(49, 196, 141, .92), rgba(18, 174, 105, .85));
    box-shadow: 0 12px 28px rgba(23, 124, 81, .28);
}

.ribbon-item-stock {
    height: auto;
    padding-top: 9px;
    padding-bottom: 9px;
    background: rgba(14, 25, 45, .42);
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.item-block .item-text,
.ribbon-item-stock .item-stock,
.ribbon-item-stock .item-sold {
    color: #f8fbff;
}

.glass-footer {
    margin: 30px auto 40px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 22px;
    background: rgba(10, 20, 40, .34) !important;
    box-shadow: 0 18px 40px rgba(8, 18, 38, .2);
}

.glass-footer a,
.glass-footer .fw-semibold,
.glass-footer .text-gray-dark {
    color: #eef4ff !important;
}

@media (min-width: 768px) {
    .content {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 991.98px) {
    .glass-header .content-header,
    .glass-nav-inner .content,
    .glass-footer {
        border-radius: 18px;
    }

    .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hero-stat:last-child {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .glass-header .content-header {
        margin-top: 12px;
    }

    .glass-nav-wrap {
        margin-top: 12px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-stat:last-child {
        grid-column: auto;
    }

    .ribbon-item-stock {
        flex-direction: column;
        gap: 4px;
        line-height: 1.4;
    }

    .ribbon-item-stock .item-stock,
    .ribbon-item-stock .item-sold {
        margin: 0;
    }

    .glass-footer {
        margin-bottom: 20px;
    }
}


