@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600;700&display=swap");

/* Dark Mode Variables - Only applied when [data-theme="dark"] or default */
body.sc7-commercial {
    /* Variables are now defined in theme-variables.css */
    /* This file contains component-specific styles */
    min-height: 100vh;
    background-color: var(--shop-bg);
    background-image:
        radial-gradient(circle at 12% 0, rgba(0, 217, 146, .10), transparent 320px),
        radial-gradient(circle at 88% 18%, rgba(47, 214, 161, .08), transparent 420px),
        radial-gradient(circle at 50% 48%, rgba(0, 217, 146, .035), transparent 520px),
        linear-gradient(180deg, rgba(7, 7, 9, .96) 0%, rgba(5, 5, 7, .98) 42%, rgba(4, 4, 5, 1) 100%);
    background-attachment: fixed;
    color: var(--shop-text);
    font-family: var(--shop-font);
}

body.sc7-commercial::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .12;
    pointer-events: none;
    background-image: radial-gradient(rgba(184, 179, 176, .22) 1px, transparent 1px);
    background-size: 34px 34px;
}

body.sc7-commercial::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(5, 5, 7, 0) 0%, rgba(5, 5, 7, .08) 44%, rgba(5, 5, 7, .26) 100%);
}

body.sc7-commercial h1,
body.sc7-commercial h2,
body.sc7-commercial h3,
body.sc7-commercial h4,
body.sc7-commercial h5,
body.sc7-commercial h6 {
    color: var(--shop-text);
    font-family: var(--shop-font);
    letter-spacing: 0;
}

body.sc7-commercial a {
    color: inherit;
}

body.sc7-commercial .fa,
body.sc7-commercial .fas,
body.sc7-commercial .far,
body.sc7-commercial .fab,
body.sc7-commercial .fa-solid,
body.sc7-commercial .fa-regular,
body.sc7-commercial .fa-brands {
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free" !important;
    font-style: normal;
}

body.sc7-commercial .fas,
body.sc7-commercial .fa,
body.sc7-commercial .fa-solid {
    font-weight: 900 !important;
}

body.sc7-commercial .far,
body.sc7-commercial .fa-regular {
    font-weight: 400 !important;
}

body.sc7-commercial [class^="icofont-"],
body.sc7-commercial [class*=" icofont-"] {
    font-family: IcoFont !important;
    font-style: normal;
}

body.sc7-commercial .container {
    max-width: 1280px;
}

body.sc7-commercial .header-top,
body.sc7-commercial .header-part,
body.sc7-commercial .navbar-part,
body.sc7-commercial .mobile-menu,
body.sc7-commercial #top-menu-right,
body.sc7-commercial #top-menu-left {
    display: none !important;
}

body.sc7-commercial .sc7-topbar {
    position: sticky;
    top: 0;
    z-index: 70;
    border-bottom: 1px solid var(--shop-border);
    background: rgba(5, 5, 7, .92);
    backdrop-filter: blur(18px);
}

body.sc7-commercial .sc7-utilitybar {
    min-height: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid rgba(61, 58, 57, .55);
    color: var(--shop-subtle);
    font-size: 12px;
    font-weight: 800;
}

body.sc7-commercial .sc7-utilitybar-welcome,
body.sc7-commercial .sc7-utilitybar-switches,
body.sc7-commercial .sc7-utilitybar-links {
    min-width: 0;
    display: flex;
    align-items: center;
}

body.sc7-commercial .sc7-utilitybar-welcome {
    gap: 8px;
    white-space: nowrap;
}

body.sc7-commercial .sc7-utilitybar-welcome i,
body.sc7-commercial .sc7-utilitybar-welcome strong,
body.sc7-commercial .sc7-utilitybar-links a:hover {
    color: var(--shop-green);
}

body.sc7-commercial .sc7-utilitybar-welcome span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.sc7-commercial .sc7-utilitybar-switches {
    justify-content: center;
    gap: 8px;
}

body.sc7-commercial .sc7-utility-select {
    height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(61, 58, 57, .8);
    border-radius: 6px;
    background: rgba(16, 16, 16, .72);
    padding: 0 9px;
}

body.sc7-commercial .sc7-utility-select i {
    color: var(--shop-green);
    font-size: 11px;
}

body.sc7-commercial .sc7-utility-select select {
    min-width: 58px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--shop-muted);
    font: 800 12px/1 var(--shop-font);
    letter-spacing: 0;
    cursor: pointer;
}

body.sc7-commercial .sc7-utility-select select option {
    background: var(--shop-surface);
    color: var(--shop-text);
}

body.sc7-commercial .sc7-utilitybar-links {
    justify-content: flex-end;
    gap: 14px;
}

body.sc7-commercial .sc7-utilitybar-links a {
    white-space: nowrap;
    transition: color .2s ease;
}

body.sc7-commercial .sc7-nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

body.sc7-commercial .sc7-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
}

body.sc7-commercial .sc7-brand-mark {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 217, 146, .7);
    border-radius: 7px;
    background: var(--shop-surface);
    color: var(--shop-green);
    box-shadow: 0 0 28px rgba(0, 217, 146, .18);
}

body.sc7-commercial .sc7-brand-copy strong,
body.sc7-commercial .sc7-brand-copy small {
    display: block;
}

body.sc7-commercial .sc7-brand-copy strong {
    max-width: 240px;
    overflow: hidden;
    color: var(--shop-text);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sc7-commercial .sc7-brand-copy small {
    margin-top: 3px;
    color: var(--shop-subtle);
    font-family: var(--shop-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

body.sc7-commercial .sc7-nav-links,
body.sc7-commercial .sc7-nav-actions {
    display: flex;
    align-items: center;
}

body.sc7-commercial .sc7-nav-links {
    gap: 28px;
    color: var(--shop-muted);
    font-size: 14px;
    font-weight: 750;
}

body.sc7-commercial .sc7-nav-links a {
    transition: color .2s ease;
}

body.sc7-commercial .sc7-nav-links a:hover {
    color: var(--shop-green);
}

body.sc7-commercial .sc7-nav-actions {
    gap: 10px;
}

body.sc7-commercial .sc7-balance-pill {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--shop-border);
    border-radius: 7px;
    background: var(--shop-surface);
    padding: 0 13px;
}

body.sc7-commercial .sc7-balance-pill span {
    max-width: 110px;
    overflow: hidden;
    color: var(--shop-muted);
    font-size: 13px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.sc7-commercial .sc7-balance-pill strong {
    color: var(--shop-green);
    font-family: var(--shop-mono);
    font-size: 13px;
}

body.sc7-commercial .sc7-mobile-toggle {
    display: none !important;
    width: 44px;
    padding: 0;
}

body.sc7-commercial .sc7-mobile-panel {
    display: none;
    border-top: 1px solid var(--shop-border);
    padding: 10px 0 16px;
}

body.sc7-commercial .sc7-mobile-panel.is-open {
    display: block;
}

body.sc7-commercial .sc7-mobile-panel a {
    display: block;
    border-bottom: 1px solid rgba(61, 58, 57, .5);
    color: var(--shop-muted);
    padding: 13px 0;
    font-weight: 800;
}

body.sc7-commercial .sc7-mobile-panel a:hover {
    color: var(--shop-green);
}

body.sc7-commercial .header-top {
    border-bottom: 1px solid var(--shop-border);
    background: rgba(5, 5, 7, .94);
    color: var(--shop-subtle);
}

body.sc7-commercial .header-top a,
body.sc7-commercial .header-top p,
body.sc7-commercial .header-select,
body.sc7-commercial .header-select i {
    color: var(--shop-muted);
}

body.sc7-commercial .header-top a:hover {
    color: var(--shop-green);
}

body.sc7-commercial .header-part {
    background: rgba(5, 5, 7, .9);
    border-bottom: 1px solid var(--shop-border);
    backdrop-filter: blur(18px);
}

body.sc7-commercial .header-logo img,
body.sc7-commercial .footer-logo img,
body.sc7-commercial .nav-header img,
body.sc7-commercial .header-media-group img {
    max-height: 58px;
    object-fit: contain;
}

body.sc7-commercial .header-logo,
body.sc7-commercial .footer-logo,
body.sc7-commercial .nav-header a,
body.sc7-commercial .header-media-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: #f7f7f2;
    padding: 8px 14px;
}

body.sc7-commercial .header-content {
    min-height: 86px;
}

body.sc7-commercial .header-form {
    max-width: 560px;
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    overflow: hidden;
}

body.sc7-commercial .header-form input {
    background: transparent;
    color: var(--shop-text);
    font-weight: 600;
}

body.sc7-commercial .header-form input::placeholder {
    color: var(--shop-subtle);
}

body.sc7-commercial .header-form button {
    color: var(--shop-green);
}

body.sc7-commercial .header-widget,
body.sc7-commercial .header-user,
body.sc7-commercial .header-src {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    color: var(--shop-text);
    box-shadow: none;
}

body.sc7-commercial .header-widget:hover,
body.sc7-commercial .header-user:hover,
body.sc7-commercial .header-src:hover {
    border-color: var(--shop-green);
    color: var(--shop-green);
}

body.sc7-commercial .header-widget sup {
    background: var(--shop-green);
    color: var(--shop-bg);
    font-family: var(--shop-mono);
}

body.sc7-commercial .header-widget img {
    border: 1px solid rgba(0, 217, 146, .45);
    background: rgba(0, 217, 146, .1);
}

body.sc7-commercial .header-widget span p:first-child {
    color: var(--shop-text);
}

body.sc7-commercial .header-widget span p:last-child,
body.sc7-commercial .text-wallet {
    color: var(--shop-green) !important;
    font-family: var(--shop-mono);
}

body.sc7-commercial .navbar-part {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid var(--shop-border);
    background: rgba(5, 5, 7, .88);
    backdrop-filter: blur(16px);
}

body.sc7-commercial .navbar-content {
    border: 0;
}

body.sc7-commercial .navbar-link {
    color: var(--shop-muted);
    font-weight: 800;
}

body.sc7-commercial .navbar-link:hover,
body.sc7-commercial .navbar-item:hover .navbar-link {
    color: var(--shop-green);
}

body.sc7-commercial .navbar-info {
    color: var(--shop-muted);
}

body.sc7-commercial .navbar-info i,
body.sc7-commercial .navbar-info svg {
    color: var(--shop-green);
}

body.sc7-commercial .navbar-info small {
    color: var(--shop-subtle);
}

body.sc7-commercial .navbar-info span {
    color: var(--shop-text);
}

body.sc7-commercial .megamenu,
body.sc7-commercial .dropdown-position-list,
body.sc7-commercial .nav-sidebar,
body.sc7-commercial .category-sidebar,
body.sc7-commercial .cart-sidebar {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .48);
}

/* Product page redesign styles */
.product-page-gallery {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-gallery-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--shop-border);
    background: var(--shop-surface-2);
}
.product-gallery-main img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.05));
}
.product-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: linear-gradient(90deg,#ff6bcb,#8b5cf6);
    color: white;
    padding: 6px 10px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    box-shadow: 0 6px 22px rgba(139,92,246,0.18);
}
.product-gallery-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
}
.product-gallery-thumbs .thumb-btn {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    padding: 6px;
    border-radius: 8px;
}
.product-gallery-thumbs img { width: 72px; height: 56px; object-fit: cover; display:block; }

.product-page-info .product-title { font-size: 26px; font-weight:900; display:flex; gap:10px; align-items:center; }
.product-meta { display:flex; gap:18px; margin:10px 0; color:var(--shop-subtle); }
.product-price { margin:12px 0; display:flex; gap:12px; align-items:baseline; }
.product-price .orig{ color:var(--shop-subtle); text-decoration:line-through; }
.product-price .now{ color:var(--shop-green); font-size:28px; font-weight:900; }
.product-short { color:var(--shop-muted); margin-bottom:16px; }
.product-actions-row { display:flex; gap:12px; margin-bottom:14px; align-items:center; }
.sc7-btn { border-radius:10px; padding:12px 18px; font-weight:900; display:inline-flex; gap:8px; align-items:center; }
.sc7-btn-primary { background:var(--shop-green); color:var(--shop-bg); border:1px solid var(--shop-green); }
.sc7-btn-outline { background:transparent; border:1px solid var(--shop-border); color:var(--shop-text); }
.product-share { margin-top:8px; }
.product-share .share-list a { margin-right:8px; color:var(--shop-muted); font-size:18px; }

@media (max-width:991px){
    .product-gallery-main img { height:360px; }
}
@media (max-width:575px){
    .product-gallery-main img { height:220px; }
    .product-page-gallery, .product-page-info { padding:0 6px; }
}

body.sc7-commercial .dropdown-position-list a,
body.sc7-commercial .megamenu a,
body.sc7-commercial .category-link,
body.sc7-commercial .nav-link {
    color: var(--shop-muted);
}

body.sc7-commercial .dropdown-position-list a:hover,
body.sc7-commercial .megamenu a:hover,
body.sc7-commercial .category-link:hover,
body.sc7-commercial .nav-link:hover {
    color: var(--shop-green);
    background: rgba(0, 217, 146, .06);
}

body.sc7-commercial .feature-part,
body.sc7-commercial .inner-section,
body.sc7-commercial .profile-part {
    background: transparent;
}

body.sc7-commercial .section {
    margin-bottom: 72px;
}

.shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px; /* give more width to the right panel (notification) */
    gap: 24px;
    align-items: stretch;
    margin: 42px 0 28px;
}

.shop-hero-content,
.shop-hero-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(16, 16, 16, .96), rgba(21, 21, 20, .86));
    box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

.shop-hero.sc7-demo-hero {
    grid-template-columns: 1fr 460px; /* keep a fixed comfortable width for the notify card */
    align-items: center;
    margin: 34px 0 0;
    padding: 44px 0;
}

.shop-hero-content {
    padding: 34px;
}

.shop-hero.sc7-demo-hero .shop-hero-content {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.shop-hero.sc7-demo-hero .shop-hero-content::before {
    display: none;
}

.shop-hero-content::before,
.shop-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    pointer-events: none;
    background: radial-gradient(circle at 85% 12%, rgba(0, 217, 146, .16), transparent 260px);
}

.shop-hero-kicker {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(0, 217, 146, .42);
    border-radius: 999px;
    background: rgba(0, 217, 146, .08);
    color: var(--shop-green);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.shop-hero h1 {
    position: relative;
    max-width: 760px;
    margin: 20px 0 0;
    font-size: 52px;
    line-height: 1.02;
    font-weight: 800;
}

.shop-hero h1 span {
    color: var(--shop-green);
    filter: drop-shadow(0 0 18px rgba(0, 217, 146, .35));
}

.shop-hero p {
    position: relative;
    max-width: 650px;
    margin: 16px 0 0;
    color: var(--shop-muted);
    font-size: 16px;
    line-height: 1.7;
}

.shop-hero-search {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    align-items: center;
    max-width: 680px;
    margin-top: 26px;
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-bg);
    overflow: hidden;
}

.shop-hero-search i {
    color: var(--shop-subtle);
    text-align: center;
}

.shop-hero-search input {
    min-width: 0;
    height: 54px;
    color: var(--shop-text);
    font-weight: 700;
}

.shop-hero-search input::placeholder {
    color: var(--shop-subtle);
}

.shop-hero-search button,
.shop-hero-cta,
body.sc7-commercial .btn-buy,
body.sc7-commercial .shop-widget-btn,
body.sc7-commercial .btn.btn-primary,
body.sc7-commercial .btn.btn-info,
body.sc7-commercial .btn.btn-success {
    border: 1px solid var(--shop-green);
    border-radius: 6px;
    background: var(--shop-green);
    color: var(--shop-bg) !important;
    font-weight: 900;
    box-shadow: 0 0 24px rgba(0, 217, 146, .18);
}

.shop-hero-search button {
    height: 44px;
    margin-right: 5px;
    padding: 0 18px;
}

body.sc7-commercial .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body.sc7-commercial .btn {
    border-radius: 7px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    font-weight: 900;
}

body.sc7-commercial .btn-primary {
    border: 1px solid var(--shop-green) !important;
    background: var(--shop-green) !important;
    color: var(--shop-bg) !important;
}

body.sc7-commercial .btn-outline {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    color: var(--shop-text);
}

body.sc7-commercial .btn-outline:hover {
    border-color: var(--shop-green);
    color: var(--shop-green);
}

body.sc7-commercial .sc7-terminal-card {
    position: relative;
    width: 100%;
    max-width: 460px; /* larger maximum width */
    margin-left: auto;
    border: 1px solid var(--shop-border);
    border-radius: 14px;
    background: var(--shop-surface);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}

body.sc7-commercial .sc7-terminal-card::before {
    content: "";
    position: absolute;
    inset: -22px;
    z-index: -1;
    border: 1px solid rgba(0, 217, 146, .18);
    background: rgba(0, 217, 146, .045);
    filter: blur(18px);
}

.announcement-preview {
    margin: 12px 14px 0 14px;
    padding: 12px 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(26, 26, 26, .6), rgba(16,16,16,.6));
    border: 1px solid rgba(147, 51, 166, .12);
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.terminal-notify {
    padding: 18px 18px; /* more breathing room */
}
.terminal-notify .notify-preview {
    color: #f0b6ff;
    font-size: 15px;
    line-height: 1.6;
    max-height: 140px; /* show more lines */
    overflow: hidden;
}
.terminal-notify .notify-preview {
    position: relative;
    padding-right: 8px;
}
.terminal-notify .notify-preview::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 48px; /* taller fade to match bigger preview */
    width: 60%;
    background: linear-gradient(90deg, rgba(0,0,0,0), var(--shop-surface));
    pointer-events: none;
}
.terminal-notify .notify-preview a{ color: #f0b6ff; text-decoration: underline; }
.terminal-notify .notify-actions {
    margin-top: 10px;
    text-align: right;
}
.terminal-title {
    font-size: 13px;
    color: var(--shop-subtle);
}
.announcement-preview .preview-text{
    color: #f0b6ff;
    font-size: 13px;
    line-height: 1.4;
    max-height: 48px;
    overflow: hidden;
}
.announcement-preview .preview-btn{
    flex: 0 0 auto;
    padding: 6px 12px;
}

body.sc7-commercial .terminal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--shop-border);
    padding: 10px 12px;
}

body.sc7-commercial .dots {
    display: flex;
    gap: 8px;
}

body.sc7-commercial .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

body.sc7-commercial .dot.red {
    background: var(--shop-red);
}

body.sc7-commercial .dot.yellow {
    background: var(--shop-amber);
}

body.sc7-commercial .dot.green {
    background: var(--shop-green);
}

body.sc7-commercial .terminal-title,
body.sc7-commercial .code-block,
body.sc7-commercial .terminal-metric strong {
    font-family: var(--shop-mono);
}

body.sc7-commercial .terminal-title {
    color: var(--shop-subtle);
    font-size: 12px;
}

body.sc7-commercial .code-block {
    padding: 16px 14px;
    color: var(--shop-muted);
    font-size: 12px;
    line-height: 1.6;
}

body.sc7-commercial .code-block .purple {
    color: #818cf8;
}

body.sc7-commercial .code-block .key {
    color: var(--shop-subtle);
}

body.sc7-commercial .code-block .string,
body.sc7-commercial .terminal-metric .green {
    color: var(--shop-green);
}

body.sc7-commercial .terminal-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--shop-border);
}

body.sc7-commercial .terminal-metric {
    padding: 14px 12px;
}

body.sc7-commercial .terminal-metric:first-child {
    border-right: 1px solid var(--shop-border);
}

body.sc7-commercial .terminal-metric span {
    color: var(--shop-subtle);
    font-size: 12px;
}

body.sc7-commercial .terminal-metric strong {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    letter-spacing: 0;
}

/* Increase the notify action button size so it visually balances the larger card */
.terminal-notify .notify-actions .btn {
    padding: 10px 18px;
    font-size: 15px;
}

.shop-hero-panel {
    padding: 28px;
}

.shop-hero-panel span,
.shop-hero-panel small {
    position: relative;
    display: block;
    color: var(--shop-subtle);
    font-weight: 700;
}

.shop-hero-panel > strong {
    position: relative;
    display: block;
    margin-top: 10px;
    color: var(--shop-green);
    font-family: var(--shop-mono);
    font-size: 34px;
    line-height: 1.1;
}

.shop-hero-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    padding: 12px 16px;
}

.shop-hero-mini {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
}

.shop-hero-mini div {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: rgba(5, 5, 7, .64);
    padding: 12px 10px;
}

.shop-hero-mini b {
    display: block;
    color: var(--shop-text);
    font-family: var(--shop-mono);
}

body.sc7-commercial .sc7-quick-actions {
    padding-top: 0;
    margin: 0 0 34px;
}

body.sc7-commercial .quick-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

body.sc7-commercial .quick-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--shop-border);
    border-radius: 10px;
    background: var(--shop-surface);
    padding: 16px 18px;
    transition: transform .25s ease, border-color .25s ease;
}

body.sc7-commercial .quick-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0, 217, 146, .18), transparent 35%);
    transition: opacity .25s ease;
}

body.sc7-commercial .quick-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 217, 146, .75);
}

body.sc7-commercial .quick-card:hover::before {
    opacity: 1;
}

body.sc7-commercial .quick-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border: 1px solid var(--shop-border);
    border-radius: 7px;
    background: var(--shop-bg);
    color: var(--shop-green);
}

body.sc7-commercial .quick-content {
    position: relative;
}

body.sc7-commercial .quick-content strong {
    display: block;
    color: var(--shop-text);
    font-size: 15px;
}

body.sc7-commercial .quick-content span {
    display: block;
    margin-top: 4px;
    color: var(--shop-subtle);
    font-size: 13px;
}

body.sc7-commercial .sc7-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-left: 0;
    margin-right: 0;
}

body.sc7-commercial .sc7-product-layout > [class*="col-"] {
    width: auto;
    max-width: none;
    flex: initial;
    padding-left: 0;
    padding-right: 0;
}

body.sc7-commercial .sc7-product-layout > .col-md-12,
body.sc7-commercial .sc7-product-layout > .all-product-main {
    grid-column: 1 / -1;
}

body.sc7-commercial .sc7-product-layout > br {
    display: none;
}

body.sc7-commercial .sc7-product-main {
    grid-column: 1 / -1;
}

body.sc7-commercial .sc7-wallet-sidebar,
body.sc7-commercial .card-wallet-home {
    position: sticky;
    top: 98px;
}

body.sc7-commercial .account-card,
body.sc7-commercial .feature-card,
body.sc7-commercial .card,
body.sc7-commercial .user-form-card,
body.sc7-commercial .contact-card,
body.sc7-commercial .blog-card {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    color: var(--shop-text);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

body.sc7-commercial .account-card p,
body.sc7-commercial .feature-desc,
body.sc7-commercial .footer-desc,
body.sc7-commercial .page-info,
body.sc7-commercial .label-text,
body.sc7-commercial .form-label,
body.sc7-commercial label {
    color: var(--shop-muted);
}

body.sc7-commercial .home-heading {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    box-shadow: none;
}

body.sc7-commercial .home-heading h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 56px;
    padding: 0 18px;
    color: var(--shop-text);
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25;
}

body.sc7-commercial .home-heading h3 i,
body.sc7-commercial .home-heading h3 img {
    color: var(--shop-green);
    filter: drop-shadow(0 0 8px rgba(0, 217, 146, .28));
}

body.sc7-commercial .custom-button-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

body.sc7-commercial .custom-button-list li {
    margin-left: 0;
}

body.sc7-commercial .btn-category-home {
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    background: var(--shop-surface);
    color: var(--shop-muted);
    padding: 10px 14px;
    font-weight: 900;
}

body.sc7-commercial .btn-category-home:hover,
body.sc7-commercial .btn-category-home.active {
    border-color: var(--shop-green);
    background: rgba(0, 217, 146, .1);
    color: var(--shop-green);
}

body.sc7-commercial .all-product-main {
    margin-bottom: 10px;
}

body.sc7-commercial .box-product-main {
    min-height: 96px;
    border: 1px solid var(--shop-border);
    border-radius: 8px !important;
    background-color: var(--shop-surface) !important;
    background-image: none !important;
    box-shadow: none !important;
    transition: transform .2s ease, border-color .2s ease;
}

body.sc7-commercial .box-product-main > a {
    display: block;
    height: 100%;
    padding: 16px 18px;
}

body.sc7-commercial .box-product-main .d-flex {
    gap: 14px;
}

body.sc7-commercial .box-product-main:hover {
    transform: translateY(-3px);
    border-color: var(--shop-green);
}

body.sc7-commercial .box-img-product {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: rgba(5, 5, 7, .72);
    padding: 10px;
}

body.sc7-commercial .box-img-product img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

body.sc7-commercial .box-text-style div:first-child {
    color: var(--shop-text) !important;
    font-size: 16px !important;
}

body.sc7-commercial .box-text-style div:last-child {
    color: var(--shop-subtle) !important;
    font-size: 14px !important;
    opacity: 1 !important;
}

body.sc7-commercial .sc7-catalog-head,
body.sc7-commercial .sc7-product-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

body.sc7-commercial .sc7-overline {
    display: block;
    color: var(--shop-green);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

body.sc7-commercial .sc7-catalog-head h2,
body.sc7-commercial .sc7-product-section-head h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 7px 0 0;
    color: var(--shop-text);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
}

body.sc7-commercial .sc7-product-section-head h3 {
    font-size: 28px;
}

body.sc7-commercial .sc7-product-section-head h3 img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

body.sc7-commercial .sc7-history-link,
body.sc7-commercial .sc7-result-count {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    background: var(--shop-surface);
    color: var(--shop-subtle);
    padding: 9px 13px;
    font-family: var(--shop-mono);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

body.sc7-commercial .sc7-history-link:hover {
    border-color: var(--shop-green);
    color: var(--shop-green);
}

body.sc7-commercial .sc7-filter-panel {
    border: 1px solid var(--shop-border);
    border-radius: 10px;
    background: var(--shop-surface);
    padding: 14px;
    margin-bottom: 22px;
}

body.sc7-commercial .sc7-category-row {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

body.sc7-commercial .sc7-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    width: auto !important;
    min-height: 42px;
    border-radius: 7px;
    padding: 0 13px;
    margin: 0 !important;
}

body.sc7-commercial .sc7-category-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
}

body.sc7-commercial .sc7-category-icon img {
    max-width: 22px;
    max-height: 22px;
    object-fit: contain;
}

body.sc7-commercial .skeleton-category-btn {
    width: 148px;
    height: 42px;
    border: 1px solid var(--shop-border);
    border-radius: 7px;
    background: linear-gradient(90deg, var(--shop-surface), var(--shop-surface-2), var(--shop-surface));
    background-size: 180% 100%;
    animation: sc7Skeleton 1.15s linear infinite;
}

body.sc7-commercial .sc7-product-section {
    margin-bottom: 34px;
}

body.sc7-commercial .sc7-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    body.sc7-commercial .sc7-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.sc7-commercial .shop-hero {
        grid-template-columns: 1fr; /* stack hero and terminal on small screens */
    }
}
@media (max-width: 575px) {
    body.sc7-commercial .sc7-product-grid {
        grid-template-columns: 1fr;
    }
}

body.sc7-commercial .sc7-product-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--shop-border);
    border-radius: 10px;
    background: var(--shop-surface);
    min-height: 100%;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.sc7-commercial .sc7-product-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(0, 217, 146, .1), transparent 40%, rgba(255, 255, 255, .03));
    transition: opacity .3s ease;
}

body.sc7-commercial .sc7-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 217, 146, .72);
    box-shadow: 0 0 35px rgba(0, 217, 146, .08);
}

body.sc7-commercial .sc7-product-card:hover::before {
    opacity: 1;
}

body.sc7-commercial .sc7-product-card.is-out {
    opacity: .72;
}

body.sc7-commercial .sc7-product-card-main {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;
    border-bottom: 1px solid var(--shop-border);
}

body.sc7-commercial .sc7-product-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
}

body.sc7-commercial .sc7-product-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 1px solid var(--shop-border);
    border-radius: 7px;
    background: var(--shop-bg);
    color: var(--shop-green);
}

body.sc7-commercial .sc7-product-icon img {
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

body.sc7-commercial .sc7-product-badge {
    border: 1px solid rgba(0, 217, 146, .42);
    border-radius: 999px;
    background: rgba(0, 217, 146, .1);
    color: var(--shop-green);
    padding: 6px 9px;
    font-size: 10px;
    font-weight: 950;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

body.sc7-commercial .sc7-product-badge.is-muted {
    border-color: rgba(251, 86, 91, .45);
    background: rgba(251, 86, 91, .1);
    color: var(--shop-red);
}

body.sc7-commercial .sc7-product-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

body.sc7-commercial .sc7-product-meta span {
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    background: rgba(5, 5, 7, .52);
    color: var(--shop-subtle);
    padding: 6px 9px;
    font-size: 11px;
    font-weight: 800;
}

body.sc7-commercial .sc7-product-meta b,
body.sc7-commercial .sc7-product-meta .is-discount {
    color: var(--shop-green);
    font-family: var(--shop-mono);
}

body.sc7-commercial .sc7-product-title {
    margin: 16px 0 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

body.sc7-commercial .sc7-product-title a:hover {
    color: var(--shop-green);
}

body.sc7-commercial .sc7-product-desc {
    margin: 10px 0 0;
    min-height: 70px;
    color: var(--shop-muted);
    font-size: 14px;
    line-height: 1.6;
}

body.sc7-commercial .sc7-product-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--shop-border);
    text-align: center;
}

body.sc7-commercial .sc7-product-stats div {
    padding: 13px 8px;
}

body.sc7-commercial .sc7-product-stats div:not(:last-child) {
    border-right: 1px solid var(--shop-border);
}

body.sc7-commercial .sc7-product-stats span,
body.sc7-commercial .sc7-empty-state span {
    display: block;
    color: var(--shop-subtle);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

body.sc7-commercial .sc7-product-stats strong {
    display: block;
    margin-top: 6px;
    color: var(--shop-text);
    font-family: var(--shop-mono);
    font-size: 13px;
}

body.sc7-commercial .sc7-product-stats .green {
    color: var(--shop-green);
}

body.sc7-commercial .sc7-product-actions {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 14px;
}

body.sc7-commercial .sc7-product-actions .btn {
    width: 100%;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
}

body.sc7-commercial .sc7-product-actions .btn:disabled {
    cursor: not-allowed;
    opacity: .55;
}

body.sc7-commercial .sc7-product-card.is-loading {
    min-height: 286px;
    background: linear-gradient(90deg, var(--shop-surface), var(--shop-surface-2), var(--shop-surface));
    background-size: 180% 100%;
    animation: sc7Skeleton 1.15s linear infinite;
}

body.sc7-commercial .sc7-empty-state {
    grid-column: 1 / -1;
    border: 1px dashed rgba(79, 93, 117, .55);
    border-radius: 10px;
    background: rgba(16, 16, 16, .62);
    padding: 34px;
    text-align: center;
}

body.sc7-commercial .sc7-empty-state strong {
    display: block;
    margin-bottom: 8px;
    color: var(--shop-text);
}

body.sc7-commercial .sc7-more-row,
body.sc7-commercial .sc7-bottom-paginate {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

body.sc7-commercial .sc7-bottom-paginate {
    justify-content: space-between;
    gap: 16px;
}

@keyframes sc7Skeleton {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -180% 0;
    }
}

body.sc7-commercial #products-container > .row > div {
    margin-bottom: 16px;
}

body.sc7-commercial .feature-card {
    overflow: hidden;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

body.sc7-commercial .feature-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 217, 146, .72);
    box-shadow: 0 0 34px rgba(0, 217, 146, .08);
}

body.sc7-commercial .feature-content {
    padding: 20px;
}

body.sc7-commercial .feature-name a {
    color: var(--shop-text);
    font-weight: 900;
    font-size: 17px;
    line-height: 1.35;
}

body.sc7-commercial .feature-name a:hover {
    color: var(--shop-green);
}

body.sc7-commercial .feature-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

body.sc7-commercial .feature-desc i {
    color: var(--shop-green);
}

body.sc7-commercial .label-text {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 10px 7px 0 0;
    border: 1px solid var(--shop-border);
    border-radius: 999px;
    background: rgba(5, 5, 7, .52);
    padding: 6px 9px;
    font-size: 12px;
    font-weight: 800;
}

body.sc7-commercial .label-text b {
    color: var(--shop-green);
    font-family: var(--shop-mono);
}

body.sc7-commercial .label-text.off {
    border-color: rgba(251, 86, 91, .55);
    color: var(--shop-red);
}

body.sc7-commercial .feature-price {
    margin-bottom: 12px;
    text-align: right;
}

body.sc7-commercial .feature-price span {
    color: var(--shop-green);
    font-family: var(--shop-mono);
    font-weight: 900;
}

body.sc7-commercial .feature-price del {
    display: block;
    color: var(--shop-subtle);
}

body.sc7-commercial .btn-buy,
body.sc7-commercial .btn-more {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
}

body.sc7-commercial .btn-more {
    border: 1px solid var(--shop-border);
    border-radius: 6px;
    background: transparent;
    color: var(--shop-text);
    font-weight: 900;
}

body.sc7-commercial .btn-buy:hover,
body.sc7-commercial .shop-widget-btn:hover,
.shop-hero-search button:hover,
.shop-hero-cta:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

body.sc7-commercial .product-box4,
body.sc7-commercial .product-box5,
body.sc7-commercial .product-box6,
body.sc7-commercial .product-card {
    overflow: hidden;
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface) !important;
    color: var(--shop-text);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
    transition: transform .2s ease, border-color .2s ease;
}

body.sc7-commercial .product-box4:hover,
body.sc7-commercial .product-box5:hover,
body.sc7-commercial .product-box6:hover,
body.sc7-commercial .product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 217, 146, .72);
}

body.sc7-commercial .product-head-box4,
body.sc7-commercial .product-body-box4,
body.sc7-commercial .product-footer-box4,
body.sc7-commercial .product-buttons-box4 {
    background: transparent !important;
    color: var(--shop-text);
}

body.sc7-commercial .product-head-box4 {
    border-bottom: 1px solid var(--shop-border);
}

body.sc7-commercial .product-head-box4 h4,
body.sc7-commercial .product-body-box4 p,
body.sc7-commercial .product-footer-box4 strong {
    color: var(--shop-text) !important;
}

body.sc7-commercial .product-body-box4 p {
    color: var(--shop-muted) !important;
}

body.sc7-commercial .product-body-box4 i {
    color: var(--shop-green);
}

body.sc7-commercial .product-footer-box4 {
    border-top: 1px solid var(--shop-border);
    border-bottom: 1px solid var(--shop-border);
}

body.sc7-commercial .border-end-box4 {
    border-color: var(--shop-border) !important;
}

body.sc7-commercial .price-box4 b,
body.sc7-commercial .proce-box4-not-discount,
body.sc7-commercial .price-box4 span {
    color: var(--shop-green) !important;
    font-family: var(--shop-mono);
}

body.sc7-commercial .more-btn-box4,
body.sc7-commercial .buy-btn-box4 {
    min-height: 42px;
    border-radius: 6px !important;
    font-weight: 900;
}

body.sc7-commercial .more-btn-box4 {
    border: 1px solid var(--shop-border) !important;
    background: transparent !important;
    color: var(--shop-text) !important;
}

body.sc7-commercial .buy-btn-box4 {
    border: 1px solid var(--shop-green) !important;
    background: var(--shop-green) !important;
    color: var(--shop-bg) !important;
}

body.sc7-commercial .card-wallet-home {
    position: sticky;
    top: 92px;
}

body.sc7-commercial .my-wallet {
    border-bottom: 1px solid var(--shop-border);
    margin-bottom: 16px;
    padding-bottom: 16px;
}

body.sc7-commercial .my-wallet h3,
body.sc7-commercial .wallet-card h3 {
    color: var(--shop-green);
    font-family: var(--shop-mono);
    font-weight: 900;
}

body.sc7-commercial .wallet-card {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: rgba(5, 5, 7, .52);
    margin-bottom: 10px;
    padding: 16px;
}

body.sc7-commercial .form-control,
body.sc7-commercial .form-select,
body.sc7-commercial select,
body.sc7-commercial textarea,
body.sc7-commercial .nice-select {
    border: 1px solid var(--shop-border);
    border-radius: 7px;
    background: var(--shop-bg);
    color: var(--shop-text);
    box-shadow: none;
}

body.sc7-commercial .form-control:focus,
body.sc7-commercial .form-select:focus,
body.sc7-commercial textarea:focus {
    border-color: var(--shop-green);
    box-shadow: 0 0 0 3px rgba(0, 217, 146, .12);
}

body.sc7-commercial .form-control::placeholder,
body.sc7-commercial textarea::placeholder {
    color: var(--shop-subtle);
}

body.sc7-commercial .top-filter {
    border-top: 1px solid var(--shop-border);
    margin-top: 14px;
    padding-top: 14px;
}

body.sc7-commercial .filter-label {
    color: var(--shop-subtle);
}

body.sc7-commercial .filter-select,
body.sc7-commercial .form-select.filter-select {
    background: var(--shop-surface) !important;
    border-color: var(--shop-border) !important;
    color: var(--shop-text) !important;
}

body.sc7-commercial select option {
    background: var(--shop-surface);
    color: var(--shop-text);
}

body.sc7-commercial .bottom-paginate {
    border-top: 1px solid var(--shop-border);
    margin-top: 12px;
    padding-top: 12px;
}

body.sc7-commercial .bottom-paginate .page-info {
    color: var(--shop-subtle);
}

body.sc7-commercial .pagination a,
body.sc7-commercial .pagination span {
    background: var(--shop-surface) !important;
    border-color: var(--shop-border) !important;
    color: var(--shop-muted) !important;
}

body.sc7-commercial .pagination .active a,
body.sc7-commercial .pagination .active span {
    background: var(--shop-green) !important;
    border-color: var(--shop-green) !important;
    color: var(--shop-bg) !important;
}

body.sc7-commercial .table-scroll {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    overflow: hidden;
}

body.sc7-commercial .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
    --bs-table-hover-bg: rgba(0, 217, 146, 0.06);
    --bs-table-color: var(--shop-muted);
    --bs-table-border-color: var(--shop-border-soft);
    color: var(--shop-muted);
    border-color: var(--shop-border);
    background: transparent !important;
}

body.sc7-commercial .table thead,
body.sc7-commercial .table thead tr,
body.sc7-commercial .table th {
    border-color: var(--shop-border) !important;
    background: var(--shop-surface-3) !important;
    color: var(--shop-text) !important;
    font-weight: 900;
}

body.sc7-commercial .table td {
    border-color: var(--shop-border-soft) !important;
    color: var(--shop-muted);
    background: transparent !important;
}

body.sc7-commercial .table tbody {
    background: transparent !important;
}

body.sc7-commercial .table tbody tr {
    background: transparent !important;
}

body.sc7-commercial .table tfoot,
body.sc7-commercial .table tfoot tr,
body.sc7-commercial .table tfoot td {
    background: var(--shop-surface) !important;
    border-color: var(--shop-border) !important;
    color: var(--shop-muted);
}

body.sc7-commercial .table-hover tbody tr:hover {
    background: rgba(0, 217, 146, .06) !important;
}

/* Nuclear Bootstrap 5 table override */
body.sc7-commercial .table > :not(caption) > * > * {
    background-color: transparent !important;
    border-bottom-color: var(--shop-border-soft) !important;
    color: inherit;
    box-shadow: none !important;
}

body.sc7-commercial .table > thead > * > * {
    background-color: var(--shop-surface-3) !important;
    color: var(--shop-text) !important;
}

body.sc7-commercial .table > :not(:first-child) {
    border-top: none;
}

body.sc7-commercial .badge.bg-primary,
body.sc7-commercial .bg-primary {
    background-color: rgba(0, 217, 146, .16) !important;
    color: var(--shop-green) !important;
    border: 1px solid rgba(0, 217, 146, .36);
}

body.sc7-commercial .btn-danger,
body.sc7-commercial .btn.btn-danger {
    border: 1px solid var(--shop-red);
    border-radius: 6px;
    background: var(--shop-red);
    color: var(--shop-bg) !important;
    font-weight: 900;
}

body.sc7-commercial .modal-content {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    color: var(--shop-text);
}

body.sc7-commercial .modal-header,
body.sc7-commercial .modal-footer {
    border-color: var(--shop-border);
}

body.sc7-commercial .modal-title {
    color: var(--shop-text);
}

body.sc7-commercial .user-form-title h2,
body.sc7-commercial .user-form-title p {
    color: var(--shop-text);
}

body.sc7-commercial .user-form-title p,
body.sc7-commercial .form-button p a,
body.sc7-commercial .user-form-remind p {
    color: var(--shop-muted);
}

body.sc7-commercial .form-button button,
body.sc7-commercial #btnLoginPage,
body.sc7-commercial #btnRegister,
body.sc7-commercial #btnForgotPassword {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--shop-green);
    border-radius: 7px;
    background: var(--shop-green);
    color: var(--shop-bg);
    font-weight: 900;
}

body.sc7-commercial .form-button p a:hover,
body.sc7-commercial .user-form-remind p a {
    color: var(--shop-green);
}

body.sc7-commercial .user-form-remind {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

body.sc7-commercial .swal2-popup,
body.sc7-commercial .notify {
    border: 1px solid var(--shop-border);
    background: var(--shop-surface);
    color: var(--shop-text);
}

body.sc7-commercial .footer-part {
    border-top: 1px solid var(--shop-border);
    background: var(--shop-bg);
}

body.sc7-commercial .footer-widget {
    color: var(--shop-muted);
}

body.sc7-commercial .footer-title {
    color: var(--shop-text);
    font-weight: 900;
}

body.sc7-commercial .footer-contact li,
body.sc7-commercial .footer-links a,
body.sc7-commercial .footer-desc,
body.sc7-commercial .footer-copytext {
    color: var(--shop-muted);
}

body.sc7-commercial .footer-contact i,
body.sc7-commercial .footer-contact svg {
    color: var(--shop-green);
}

body.sc7-commercial .footer-bottom {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
}

body.sc7-commercial .backtop {
    border: 1px solid var(--shop-green);
    background: var(--shop-green);
    color: var(--shop-bg);
}

body.sc7-commercial #top-menu-right,
body.sc7-commercial #top-menu-left {
    border: 1px solid var(--shop-border);
    border-radius: 8px;
    background: var(--shop-surface);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .34);
}

body.sc7-commercial #top-menu-right .menu-item,
body.sc7-commercial #top-menu-left .menu-item {
    border-bottom: 1px solid var(--shop-border);
    color: var(--shop-muted);
}

body.sc7-commercial #top-menu-right .menu-item:hover,
body.sc7-commercial #top-menu-left .menu-item:hover,
body.sc7-commercial #top-menu-right .menu-item.active,
body.sc7-commercial #top-menu-left .menu-item.active {
    color: var(--shop-green);
    background: rgba(0, 217, 146, .08);
}

body.sc7-commercial .skeleton-card,
body.sc7-commercial .home-categories-skeleton .skeleton-category-btn {
    border: 1px solid var(--shop-border);
    background: linear-gradient(90deg, var(--shop-surface), var(--shop-surface-2), var(--shop-surface));
}

body.sc7-commercial .loading-text {
    color: var(--shop-muted);
}

body.sc7-commercial .loading-dots span {
    background: var(--shop-green);
}

body.sc7-commercial .empty-state {
    border: 1px dashed rgba(0, 217, 146, .38);
    border-radius: 8px;
    background: rgba(16, 16, 16, .72);
    color: var(--shop-muted);
}

body.sc7-commercial .bank-card {
    border: 1px solid var(--shop-border) !important;
    background: var(--shop-surface) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .32) !important;
}

body.sc7-commercial .bank-card-header,
body.sc7-commercial [style*="background:linear-gradient(135deg,#92400e"],
body.sc7-commercial [style*="background:linear-gradient(135deg,#065f46"] {
    background: linear-gradient(135deg, rgba(0, 217, 146, .18), rgba(16, 16, 16, .96)) !important;
    border-bottom: 1px solid var(--shop-border);
}

body.sc7-commercial .bank-qr-wrap,
body.sc7-commercial .bank-info,
body.sc7-commercial [style*="color:#374151"] {
    background: var(--shop-surface) !important;
    color: var(--shop-muted) !important;
}

body.sc7-commercial .bank-info-row {
    border-color: var(--shop-border) !important;
}

@media (max-width: 991px) {
    body.sc7-commercial {
        padding-bottom: 0;
    }

    body.sc7-commercial .navbar-part {
        position: static;
    }

    body.sc7-commercial .sc7-nav-links,
    body.sc7-commercial .sc7-nav-actions {
        display: none;
    }

    body.sc7-commercial .sc7-mobile-toggle {
        display: inline-flex !important;
    }

    body.sc7-commercial .sc7-brand-copy strong {
        max-width: 180px;
    }

    body.sc7-commercial .header-content > .header-logo {
        display: none;
    }

    .shop-hero,
    .shop-hero.sc7-demo-hero {
        grid-template-columns: 1fr;
        margin-top: 24px;
        padding: 32px 0;
    }

    .shop-hero h1 {
        font-size: 40px;
    }

    body.sc7-commercial .quick-grid,
    body.sc7-commercial .sc7-product-layout,
    body.sc7-commercial .sc7-product-grid {
        grid-template-columns: 1fr;
    }

    body.sc7-commercial .quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.sc7-commercial .sc7-wallet-sidebar,
    body.sc7-commercial .card-wallet-home {
        position: static;
    }

    body.sc7-commercial .sc7-product-main,
    body.sc7-commercial .sc7-wallet-sidebar {
        grid-column: 1 / -1;
    }

    body.sc7-commercial .header-content {
        min-height: 74px;
    }
}

@media (max-width: 767px) {
    body.sc7-commercial .container {
        width: min(100% - 24px, 1280px);
    }

    body.sc7-commercial .sc7-utilitybar {
        min-height: 38px;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr);
        justify-content: space-between;
        gap: 10px;
        font-size: 10px;
    }

    body.sc7-commercial .sc7-utilitybar-welcome {
        display: none;
    }

    body.sc7-commercial .sc7-utilitybar-switches {
        gap: 5px;
    }

    body.sc7-commercial .sc7-utility-select {
        height: 24px;
        gap: 0;
        padding: 0 5px;
    }

    body.sc7-commercial .sc7-utility-select i {
        display: none;
    }

    body.sc7-commercial .sc7-utility-select select {
        min-width: 43px;
        font-size: 10px;
    }

    body.sc7-commercial .sc7-utilitybar-links {
        justify-content: flex-end;
        gap: 10px;
        overflow: visible;
    }

    body.sc7-commercial .sc7-utilitybar-links a {
        font-size: 10px;
    }

    .shop-hero-content,
    .shop-hero-panel {
        padding: 20px;
    }

    .shop-hero h1 {
        font-size: 35px;
        line-height: 1.03;
    }

    .shop-hero-kicker {
        max-width: 100%;
        width: auto;
        line-height: 1.55;
        white-space: normal;
    }

    body.sc7-commercial .sc7-terminal-card {
        width: 100%;
    }

    body.sc7-commercial .terminal-bottom {
        display: none;
    }

    .shop-hero-search {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .shop-hero-search button {
        grid-column: 1 / -1;
        width: calc(100% - 10px);
        margin: 0 5px 5px;
    }

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

    body.sc7-commercial .sc7-nav {
        min-height: 68px;
    }

    body.sc7-commercial .sc7-brand-mark {
        width: 40px;
        height: 40px;
    }

    body.sc7-commercial .sc7-brand-copy strong {
        max-width: 188px;
        font-size: 15px;
    }

    body.sc7-commercial .sc7-brand-copy small {
        display: none;
    }

    body.sc7-commercial .sc7-catalog-head,
    body.sc7-commercial .sc7-product-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    body.sc7-commercial .sc7-catalog-head h2,
    body.sc7-commercial .sc7-product-section-head h3 {
        font-size: 28px;
    }

    body.sc7-commercial .sc7-category-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    body.sc7-commercial .sc7-category-chip {
        flex: 0 0 auto;
    }

    body.sc7-commercial .sc7-product-actions {
        grid-template-columns: 1fr;
    }

    body.sc7-commercial .feature-content .row > [class*="col-"] {
        margin-bottom: 10px;
    }

    body.sc7-commercial .feature-price {
        text-align: left;
    }

    body.sc7-commercial .footer-bottom {
        gap: 12px;
        padding: 16px;
    }
}

/* --- SC7 GLASSMORPHISM DASHBOARD & CLIENT VIEWS --- */

body.sc7-commercial .sc7-glass-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

body.sc7-commercial .sc7-glass-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 217, 146, 0.05);
}

body.sc7-commercial .sc7-glass-title {
    font-family: var(--shop-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--shop-text);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 12px;
}

body.sc7-commercial .sc7-sidebar-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.sc7-commercial .sc7-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    color: var(--shop-muted);
    font-weight: 600;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

body.sc7-commercial .sc7-sidebar-link:hover, 
body.sc7-commercial .sc7-sidebar-link.active {
    background: rgba(0, 217, 146, 0.1);
    color: var(--shop-green);
    border: 1px solid rgba(0, 217, 146, 0.2);
}

body.sc7-commercial .sc7-sidebar-link i {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

body.sc7-commercial .sc7-form-group {
    margin-bottom: 20px;
}

body.sc7-commercial .sc7-form-group label {
    display: block;
    color: var(--shop-subtle);
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

body.sc7-commercial .sc7-form-control {
    width: 100%;
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 12px 16px;
    color: var(--shop-text);
    font-weight: 500;
    transition: all 0.2s ease;
}

body.sc7-commercial .sc7-form-control:focus {
    outline: none;
    border-color: var(--shop-green);
    box-shadow: 0 0 0 3px rgba(0, 217, 146, 0.15);
}

body.sc7-commercial .sc7-form-control[readonly] {
    background: rgba(0,0,0,0.4);
    color: var(--shop-muted);
    cursor: not-allowed;
}

body.sc7-commercial .sc7-wallet-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
}

body.sc7-commercial .sc7-wallet-stat {
    background: rgba(0, 217, 146, 0.03);
    border: 1px solid rgba(0, 217, 146, 0.1);
    padding: 20px;
    border-radius: 12px;
}

body.sc7-commercial .sc7-wallet-stat p {
    color: var(--shop-subtle);
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

body.sc7-commercial .sc7-wallet-stat h3 {
    color: var(--shop-green);
    font-size: 24px;
    font-family: var(--shop-mono);
    margin: 0;
}

body.sc7-commercial .sc7-table-glass {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

body.sc7-commercial .sc7-table-glass th,
body.sc7-commercial .sc7-table-glass td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    text-align: left;
    color: var(--shop-muted);
    font-size: 14px;
}

body.sc7-commercial .sc7-table-glass th {
    font-weight: 700;
    color: var(--shop-text);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}

body.sc7-commercial .sc7-table-glass tr:hover td {
    background: rgba(255, 255, 255, 0.01);
}

body.sc7-commercial .sc7-table-glass tbody,
body.sc7-commercial .sc7-table-glass tbody tr,
body.sc7-commercial .sc7-table-glass tbody td {
    background: transparent !important;
}

body.sc7-commercial .sc7-table-glass tfoot,
body.sc7-commercial .sc7-table-glass tfoot tr,
body.sc7-commercial .sc7-table-glass tfoot td {
    background: var(--shop-surface) !important;
    border-top: 1px solid var(--shop-border) !important;
    color: var(--shop-muted);
}

body.sc7-commercial .sc7-badge {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}

body.sc7-commercial .sc7-badge-success {
    background: rgba(0, 217, 146, 0.1);
    color: var(--shop-green);
    border: 1px solid rgba(0, 217, 146, 0.3);
}

body.sc7-commercial .sc7-badge-danger {
    background: rgba(251, 86, 91, 0.1);
    color: var(--shop-red);
    border: 1px solid rgba(251, 86, 91, 0.3);
}

body.sc7-commercial .sc7-badge-warning {
    background: rgba(255, 186, 0, 0.1);
    color: var(--shop-amber);
    border: 1px solid rgba(255, 186, 0, 0.3);
}

/* --- SC7 MODAL BACKDROP BLUR --- */
body.sc7-commercial .modal-backdrop {
    background: rgba(5, 5, 7, 0.6) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}
body.sc7-commercial .modal-backdrop.show {
    opacity: 1 !important;
}
body.sc7-commercial .modal-content {
    background: rgba(16, 16, 16, 0.92) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow:
        0 0 0 1px rgba(0, 217, 146, 0.05),
        0 24px 80px rgba(0, 0, 0, 0.6),
        0 0 120px rgba(0, 217, 146, 0.04);
}
body.sc7-commercial .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px 24px;
}
body.sc7-commercial .modal-body {
    padding: 24px;
}
body.sc7-commercial .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 16px 24px;
}
body.sc7-commercial .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.6;
}
body.sc7-commercial .btn-close:hover {
    opacity: 1;
}

/* --- PRODUCT PURCHASE MODAL DARK OVERRIDES --- */
body.sc7-commercial .product-view {
    padding: 28px;
    color: var(--shop-muted, #8a94a6);
    background: transparent !important;
    max-width: 100%;
}
body.sc7-commercial .product-view .view-details {
    background: transparent !important;
}
body.sc7-commercial .product-view .table {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    border-radius: 12px !important;
    overflow: hidden;
}
body.sc7-commercial .product-view .table td,
body.sc7-commercial .product-view .table th {
    background: transparent !important;
    color: var(--shop-muted, #8a94a6) !important;
    border-color: rgba(255,255,255,.05) !important;
    padding: 14px 16px;
    font-size: 14px;
}
body.sc7-commercial .product-view .table tr:first-child td {
    background: rgba(0,217,146,.04) !important;
    color: var(--shop-green, #00d992) !important;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 13px;
}
body.sc7-commercial .product-view .text-wallet {
    color: var(--shop-green, #00d992) !important;
}
body.sc7-commercial .product-view #into_pay {
    color: var(--shop-green, #00d992) !important;
    font-size: 16px;
}
body.sc7-commercial .product-view #into_discount {
    color: #ef4444 !important;
}
body.sc7-commercial .product-view .action-input {
    background: rgba(0,0,0,.3) !important;
    color: var(--shop-text, #e8ecf1) !important;
    border-color: rgba(255,255,255,.08) !important;
}
body.sc7-commercial .product-view .action-minus1,
body.sc7-commercial .product-view .action-plus1 {
    background: rgba(255,255,255,.04) !important;
    color: var(--shop-muted) !important;
    border-color: rgba(255,255,255,.08) !important;
}
body.sc7-commercial .product-view .action-minus1:hover,
body.sc7-commercial .product-view .action-plus1:hover {
    background: rgba(0,217,146,.08) !important;
    color: var(--shop-green) !important;
}
body.sc7-commercial .product-view .form-control-view-product {
    background: rgba(0,0,0,.2) !important;
    color: var(--shop-text) !important;
    border-color: rgba(255,255,255,.08) !important;
}
body.sc7-commercial .product-view .form-control-view-product::placeholder {
    color: rgba(255,255,255,.25) !important;
}
body.sc7-commercial .product-view .btn-buy {
    background: linear-gradient(135deg, #00d992, #059669) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 4px 20px rgba(0,217,146,.25);
}
body.sc7-commercial .product-view .btn-buy:hover {
    box-shadow: 0 8px 30px rgba(0,217,146,.35);
}
body.sc7-commercial .modal-close {
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.1);
    color: var(--shop-muted);
    backdrop-filter: blur(8px);
}
body.sc7-commercial .modal-close:hover {
    background: rgba(255,255,255,.1);
    color: #fff;
}
body.sc7-commercial .product-view .view-name a {
    color: var(--shop-text, #e8ecf1);
}
body.sc7-commercial .product-view .view-price span {
    color: var(--shop-green, #00d992);
}
body.sc7-commercial .product-view .view-price del {
    color: #ef4444;
}
body.sc7-commercial .product-view .label_favorite {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.06);
    color: var(--shop-muted);
}

/* --- SC7 PREMIUM CHECKOUT MODAL (HOMEPAGE BUY-NOW) --- */
body.sc7-commercial #openModal .modal-content {
    background: transparent !important;
    border: 0 !important;
}
body.sc7-commercial .product-view.sc7-checkout-modal {
    padding: 0;
    color: var(--shop-text, #e8ecf1);
}

body.sc7-commercial .sc7-checkout-shell {
    --sc7-border: rgba(255, 255, 255, 0.08);
    --sc7-card: rgba(255, 255, 255, 0.03);
    --sc7-card-2: rgba(255, 255, 255, 0.02);
    --sc7-muted: var(--shop-muted, #8a94a6);
    --sc7-text: var(--shop-text, #e8ecf1);
    --sc7-green: var(--shop-green, #00d992);
    --sc7-danger: #ef4444;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background:
        radial-gradient(900px 420px at 10% 0%, rgba(0, 217, 146, 0.10), transparent 55%),
        rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

/* make modal a bit wider (matches screenshot) */
body.sc7-commercial #openModal .modal-dialog.modal-lg {
    max-width: 1140px;
}

body.sc7-commercial .sc7-hero {
    position: relative;
    padding: 22px;
    border-radius: 16px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.06);
    overflow: hidden;
}
body.sc7-commercial .sc7-hero::before {
    content: "";
    position: absolute;
    inset: -2px;
    background:
        radial-gradient(520px 280px at 20% 10%, rgba(0, 217, 146, 0.14), transparent 62%);
    pointer-events: none;
}

body.sc7-commercial .sc7-hero-top {
    position: relative;
    z-index: 1;
}

body.sc7-commercial .sc7-kicker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
body.sc7-commercial .sc7-kicker {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 800;
}
body.sc7-commercial .sc7-chip {
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

body.sc7-commercial .sc7-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
body.sc7-commercial .sc7-badge {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    color: var(--sc7-muted);
    font-size: 12px;
    line-height: 1;
}
body.sc7-commercial .sc7-badge b {
    color: var(--sc7-text);
    font-weight: 700;
}
body.sc7-commercial .sc7-badge-stock {
    border-color: rgba(0,217,146,.25);
    background: rgba(0,217,146,.06);
}

body.sc7-commercial .sc7-title {
    margin: 0 0 10px;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 900;
}
body.sc7-commercial .sc7-title a {
    color: var(--sc7-text);
    text-decoration: none;
}
body.sc7-commercial .sc7-title a:hover {
    color: #fff;
}

body.sc7-commercial .sc7-subtitle {
    margin: 0 0 14px;
    color: var(--sc7-muted);
    font-size: 14px;
    line-height: 1.6;
    max-width: 520px;
}

body.sc7-commercial .sc7-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
body.sc7-commercial .sc7-price-main {
    display: inline-flex;
    gap: 10px;
    align-items: baseline;
}
body.sc7-commercial .sc7-price-old {
    color: rgba(255,255,255,.35);
    font-weight: 700;
}
body.sc7-commercial .sc7-price-now {
    color: var(--sc7-green);
    font-weight: 900;
    font-size: 44px;
}
body.sc7-commercial .sc7-price-unit {
    color: rgba(255,255,255,.45);
    font-size: 14px;
    font-weight: 700;
}
body.sc7-commercial .sc7-off {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.14);
    border: 1px solid rgba(239, 68, 68, 0.25);
}

body.sc7-commercial .sc7-hot-deal {
    margin-top: 14px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.06);
}
body.sc7-commercial .sc7-hot-deal-title {
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}
body.sc7-commercial .sc7-hot-deal-lines {
    color: var(--sc7-muted);
    font-size: 13px;
    line-height: 1.55;
}
body.sc7-commercial .sc7-hot-deal-line b {
    color: var(--sc7-green);
}
body.sc7-commercial .sc7-danger {
    color: var(--sc7-danger) !important;
}

body.sc7-commercial .sc7-feature-cards {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
body.sc7-commercial .sc7-feature {
    padding: 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.06);
    min-height: 92px;
}
body.sc7-commercial .sc7-feature-t {
    color: rgba(255,255,255,.86);
    font-weight: 900;
    font-size: 13px;
    margin-bottom: 6px;
}
body.sc7-commercial .sc7-feature-d {
    color: rgba(255,255,255,.48);
    font-size: 12px;
    line-height: 1.5;
}

body.sc7-commercial .sc7-share {
    position: relative;
    z-index: 1;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
body.sc7-commercial .sc7-share-label {
    color: var(--sc7-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
body.sc7-commercial .sc7-share-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.8);
    text-decoration: none;
}
body.sc7-commercial .sc7-share-btn:hover {
    background: rgba(0,217,146,.08);
    border-color: rgba(0,217,146,.2);
    color: #fff;
}

body.sc7-commercial .sc7-checkout {
    padding: 22px;
    border-radius: 16px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.06);
}
body.sc7-commercial .sc7-checkout-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding: 14px;
    border-radius: 16px;
    background: rgba(0,217,146,.06);
    border: 1px solid rgba(0,217,146,.14);
}
body.sc7-commercial .sc7-checkout-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
body.sc7-commercial .sc7-checkout-kicker {
    color: rgba(255,255,255,.55);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}
body.sc7-commercial .sc7-checkout-title {
    font-weight: 900;
    font-size: 20px;
    color: #fff;
}
body.sc7-commercial .sc7-checkout-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,217,146,.08);
    border: 1px solid rgba(0,217,146,.20);
    color: var(--sc7-green);
}

body.sc7-commercial .sc7-wallet-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 10px 0 14px;
    border-radius: 0;
    background: transparent;
    border: 0;
    color: rgba(255,255,255,.6);
    font-size: 13px;
}

body.sc7-commercial .sc7-wallet-row .text-wallet {
    font-weight: 800;
}

body.sc7-commercial .sc7-field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
body.sc7-commercial .sc7-field-row .sc7-label {
    margin: 0;
    flex: 1;
}
body.sc7-commercial .sc7-field-row .sc7-qty {
    width: 190px;
}
body.sc7-commercial .sc7-field-row .sc7-coupon {
    width: 280px;
}

body.sc7-commercial .sc7-field {
    margin-bottom: 14px;
}
body.sc7-commercial .sc7-label {
    display: block;
    margin-bottom: 8px;
    color: var(--sc7-muted);
    font-size: 13px;
    font-weight: 700;
}
body.sc7-commercial .sc7-req {
    color: #ef4444;
}
body.sc7-commercial .sc7-qty {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
    align-items: center;
}
body.sc7-commercial .sc7-qty-btn {
    height: 44px;
    border-radius: 12px;
}
body.sc7-commercial .sc7-qty-input {
    height: 44px;
    border-radius: 12px;
    text-align: center;
    font-weight: 800;
}
body.sc7-commercial .sc7-hint {
    margin-top: 8px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}

body.sc7-commercial .sc7-coupon {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
    align-items: center;
}
body.sc7-commercial .sc7-coupon i {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    color: rgba(255,255,255,.7);
}
body.sc7-commercial .sc7-coupon-input {
    height: 44px;
    border-radius: 12px;
}

body.sc7-commercial .sc7-summary {
    margin-top: 10px;
    padding: 14px;
    border-radius: 14px;
    background: rgba(0,0,0,.18);
    border: 1px solid rgba(255,255,255,.06);
}
body.sc7-commercial .sc7-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0;
    color: var(--sc7-muted);
    font-size: 13px;
}
body.sc7-commercial .sc7-line strong {
    color: var(--sc7-text);
    font-weight: 900;
}
body.sc7-commercial .sc7-line del {
    color: rgba(239, 68, 68, 0.9);
    font-weight: 900;
}
body.sc7-commercial .sc7-divider {
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 12px 0;
}
body.sc7-commercial .sc7-line-total {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}
body.sc7-commercial .sc7-line-total strong {
    color: var(--sc7-green);
    font-size: 16px;
}

body.sc7-commercial .sc7-actions {
    margin-top: 14px;
}
body.sc7-commercial .sc7-cta {
    width: 100%;
    height: 48px;
    border-radius: 14px;
}

body.sc7-commercial .sc7-favorite {
    margin-top: 12px;
}
body.sc7-commercial .sc7-favorite-label {
    width: 100%;
    justify-content: center;
}

body.sc7-commercial .sc7-pills {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
body.sc7-commercial .sc7-pill {
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.02);
    border: 1px solid rgba(255,255,255,.06);
    color: rgba(255,255,255,.55);
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 991px) {
    body.sc7-commercial .sc7-checkout-shell {
        grid-template-columns: 1fr;
    }
    body.sc7-commercial .sc7-title {
        font-size: 36px;
    }
    body.sc7-commercial .sc7-feature-cards {
        grid-template-columns: 1fr;
    }
    body.sc7-commercial .sc7-field-row {
        flex-direction: column;
        align-items: stretch;
    }
    body.sc7-commercial .sc7-field-row .sc7-qty,
    body.sc7-commercial .sc7-field-row .sc7-coupon {
        width: 100%;
    }
}

/* --- SC7 CRYPTO RECHARGE GLASSMORPHISM --- */
body.sc7-commercial .sc7-crypto-card {
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(0, 217, 146, 0.12);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 36px;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(0, 217, 146, 0.04),
        0 20px 60px rgba(0, 0, 0, 0.3);
}
body.sc7-commercial .sc7-crypto-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 146, 0.3), transparent);
}
body.sc7-commercial .sc7-crypto-card::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 217, 146, 0.06) 0%, transparent 70%);
    pointer-events: none;
}
body.sc7-commercial .sc7-crypto-logo {
    text-align: center;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
body.sc7-commercial .sc7-crypto-logo img {
    width: 120px;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 217, 146, 0.2));
}
body.sc7-commercial .sc7-crypto-logo h4 {
    margin-top: 14px;
    color: var(--shop-text);
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
}
body.sc7-commercial .sc7-crypto-rate {
    background: rgba(0, 217, 146, 0.06);
    border: 1px solid rgba(0, 217, 146, 0.15);
    padding: 12px 16px;
    border-radius: 10px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body.sc7-commercial .sc7-crypto-rate i {
    color: var(--shop-green);
    font-size: 16px;
}
body.sc7-commercial .sc7-crypto-rate-text {
    color: var(--shop-subtle);
    font-size: 12px;
    font-weight: 600;
    margin: 0;
}
body.sc7-commercial .sc7-crypto-rate-value {
    color: var(--shop-green);
    font-weight: 800;
    font-size: 14px;
    font-family: var(--shop-mono);
}
body.sc7-commercial .sc7-crypto-received {
    background: rgba(255, 186, 0, 0.05);
    border: 1px solid rgba(255, 186, 0, 0.15);
    padding: 14px 16px;
    border-radius: 10px;
    margin-top: 12px;
}
body.sc7-commercial .sc7-crypto-received-label {
    color: var(--shop-amber);
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
body.sc7-commercial .sc7-crypto-received-amount {
    background: rgba(0, 0, 0, 0.3);
    padding: 12px 16px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    color: var(--shop-green);
    font-family: var(--shop-mono);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
body.sc7-commercial .sc7-crypto-info {
    background: rgba(0, 150, 255, 0.04);
    border: 1px solid rgba(0, 150, 255, 0.12);
    border-left: 3px solid rgba(0, 150, 255, 0.5);
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 14px;
}
body.sc7-commercial .sc7-crypto-info p {
    color: var(--shop-subtle);
    font-size: 13px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
body.sc7-commercial .sc7-crypto-submit {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, var(--shop-green) 0%, var(--shop-mint) 100%);
    border: none;
    border-radius: 12px;
    color: var(--shop-bg);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 217, 146, 0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}
body.sc7-commercial .sc7-crypto-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 217, 146, 0.35);
}
body.sc7-commercial .sc7-crypto-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* --- SC7 CRYPTO RECHARGE (V2 LAYOUT) --- */
body.sc7-commercial .sc7-crypto-hero {
    padding: 30px;
}
body.sc7-commercial .sc7-crypto-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 18px;
}
body.sc7-commercial .sc7-crypto-asset {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
body.sc7-commercial .sc7-crypto-asset-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(0, 217, 146, 0.08);
    border: 1px solid rgba(0, 217, 146, 0.18);
    box-shadow: 0 12px 28px rgba(0, 217, 146, 0.12);
    flex: 0 0 auto;
}
body.sc7-commercial .sc7-crypto-asset-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(0, 217, 146, 0.18));
}
body.sc7-commercial .sc7-crypto-asset-text {
    line-height: 1.1;
    min-width: 0;
}
body.sc7-commercial .sc7-crypto-asset-symbol {
    color: var(--shop-text);
    font-weight: 900;
    letter-spacing: 0.4px;
}
body.sc7-commercial .sc7-crypto-asset-name {
    color: var(--shop-subtle);
    font-size: 12px;
    margin-top: 2px;
}
body.sc7-commercial .sc7-crypto-pill {
    margin-left: 6px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(0, 217, 146, 0.08);
    border: 1px solid rgba(0, 217, 146, 0.18);
    color: var(--shop-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
}
body.sc7-commercial .sc7-crypto-illus {
    width: 114px;
    height: 114px;
    border-radius: 24px;
    position: relative;
    flex: 0 0 auto;
}
body.sc7-commercial .sc7-crypto-illus-ring {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: radial-gradient(circle at 30% 30%, rgba(0, 217, 146, 0.18), transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(255, 186, 0, 0.12), transparent 60%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    filter: blur(0px);
}
body.sc7-commercial .sc7-crypto-illus-core {
    position: absolute;
    inset: 18px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    color: var(--shop-green);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
body.sc7-commercial .sc7-crypto-illus-core i {
    font-size: 32px;
}
body.sc7-commercial .sc7-crypto-hero-body {
    position: relative;
    z-index: 1;
}
body.sc7-commercial .sc7-crypto-title {
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    color: var(--shop-text);
    letter-spacing: 0.2px;
}
body.sc7-commercial .sc7-crypto-subtitle {
    margin: 10px 0 18px;
    color: var(--shop-subtle);
    line-height: 1.55;
    font-size: 13px;
}
body.sc7-commercial .sc7-crypto-field {
    margin-top: 6px;
}
body.sc7-commercial .sc7-crypto-label {
    display: block;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.7px;
    color: var(--shop-subtle);
    margin-bottom: 10px;
}
body.sc7-commercial .sc7-crypto-input {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 10px 12px;
}
body.sc7-commercial .sc7-crypto-input-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(0, 217, 146, 0.08);
    border: 1px solid rgba(0, 217, 146, 0.16);
    display: grid;
    place-items: center;
    color: var(--shop-green);
    flex: 0 0 auto;
}
body.sc7-commercial .sc7-crypto-input-control {
    border: none !important;
    background: transparent !important;
    padding: 8px 6px !important;
    margin: 0 !important;
    color: var(--shop-text) !important;
    font-weight: 800;
    font-family: var(--shop-mono);
    letter-spacing: 0.3px;
    box-shadow: none !important;
}
body.sc7-commercial .sc7-crypto-input-control::placeholder {
    color: rgba(255, 255, 255, 0.35);
}
body.sc7-commercial .sc7-crypto-input-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}
body.sc7-commercial .sc7-crypto-suffix {
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--shop-subtle);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.6px;
}
body.sc7-commercial .sc7-crypto-max {
    padding: 9px 12px;
    border-radius: 12px;
    background: rgba(0, 217, 146, 0.10);
    border: 1px solid rgba(0, 217, 146, 0.22);
    color: var(--shop-green);
    font-weight: 900;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
body.sc7-commercial .sc7-crypto-max:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 217, 146, 0.16);
}

body.sc7-commercial .sc7-crypto-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}
body.sc7-commercial .sc7-crypto-metric {
    border-radius: 14px;
    padding: 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.015);
}
body.sc7-commercial .sc7-crypto-metric-head {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--shop-subtle);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.6px;
}
body.sc7-commercial .sc7-crypto-metric-value {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 900;
    color: var(--shop-text);
}
body.sc7-commercial .sc7-crypto-metric-value b {
    font-family: var(--shop-mono);
}
body.sc7-commercial .sc7-crypto-metric-sub {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}
body.sc7-commercial .sc7-crypto-metric-green {
    border-color: rgba(0, 217, 146, 0.16);
    background: rgba(0, 217, 146, 0.03);
}
body.sc7-commercial .sc7-crypto-metric-green .sc7-crypto-metric-head i {
    color: var(--shop-green);
}
body.sc7-commercial .sc7-crypto-metric-green .sc7-crypto-metric-value b {
    color: var(--shop-green);
}
body.sc7-commercial .sc7-crypto-metric-amber {
    border-color: rgba(255, 186, 0, 0.18);
    background: rgba(255, 186, 0, 0.04);
}
body.sc7-commercial .sc7-crypto-metric-amber .sc7-crypto-metric-head i {
    color: var(--shop-amber);
}
body.sc7-commercial .sc7-crypto-metric-amber .sc7-crypto-metric-value b {
    color: var(--shop-green);
}
body.sc7-commercial .sc7-crypto-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(0, 217, 146, 0.7);
    vertical-align: middle;
    margin: 0 6px;
}

body.sc7-commercial .sc7-crypto-side {
    display: flex;
    flex-direction: column;
}
body.sc7-commercial .sc7-crypto-side-card {
    padding: 18px 18px;
}
body.sc7-commercial .sc7-crypto-side-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
body.sc7-commercial .sc7-crypto-side-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: 0.7px;
    font-size: 12px;
    color: var(--shop-text);
}
body.sc7-commercial .sc7-crypto-side-title i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--shop-green);
}
body.sc7-commercial .sc7-crypto-side-mini {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: rgba(0, 217, 146, 0.06);
    border: 1px solid rgba(0, 217, 146, 0.14);
    color: var(--shop-green);
}
body.sc7-commercial .sc7-crypto-side-body {
    color: var(--shop-subtle);
    line-height: 1.75;
}
body.sc7-commercial .sc7-crypto-side-text {
    color: rgba(255, 255, 255, 0.7);
}
body.sc7-commercial .sc7-crypto-side-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
}
body.sc7-commercial .sc7-crypto-side-row b {
    white-space: nowrap;
}
body.sc7-commercial .sc7-crypto-side-sub {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
}
body.sc7-commercial .sc7-crypto-side-warn {
    border-color: rgba(255, 186, 0, 0.14) !important;
}
body.sc7-commercial .sc7-crypto-side-warn .sc7-crypto-side-title i {
    color: var(--shop-amber);
    background: rgba(255, 186, 0, 0.08);
    border-color: rgba(255, 186, 0, 0.14);
}
body.sc7-commercial .sc7-crypto-side-ref {
    margin-top: 14px;
    padding: 12px 12px;
    border-radius: 12px;
    background: rgba(255, 186, 0, 0.06);
    border: 1px solid rgba(255, 186, 0, 0.14);
}
body.sc7-commercial .sc7-crypto-side-ref-k {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.4px;
    color: var(--shop-amber);
}
body.sc7-commercial .sc7-crypto-side-ref-v {
    margin-top: 6px;
    font-family: var(--shop-mono);
    font-weight: 900;
    color: var(--shop-text);
}

body.sc7-commercial .sc7-crypto-history .top-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 6px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.015);
}
body.sc7-commercial .sc7-crypto-history .filter-show,
body.sc7-commercial .sc7-crypto-history .filter-short {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-filterbar {
    margin-bottom: 10px;
    padding: 12px 12px 4px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.18);
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--shop-border);
    border-radius: 12px;
    background:
        linear-gradient(90deg, var(--shop-surface) 0, rgba(16, 16, 16, 0) 28px),
        linear-gradient(270deg, var(--shop-surface) 0, rgba(16, 16, 16, 0) 28px),
        var(--shop-surface);
    background-position: left center, right center, center;
    background-repeat: no-repeat;
    background-size: 44px 100%, 44px 100%, auto;
    padding: 0;
    scrollbar-color: rgba(0, 217, 146, .55) rgba(255, 255, 255, .06);
    scrollbar-width: thin;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table-scroll::-webkit-scrollbar {
    height: 10px;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .06);
    border-radius: 999px;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 217, 146, .55);
    border-radius: 999px;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table {
    min-width: 1180px;
    width: 100%;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table th,
body.sc7-commercial .sc7-crypto-history .sc7-crypto-table td {
    white-space: nowrap;
    vertical-align: middle;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table th:first-child,
body.sc7-commercial .sc7-crypto-history .sc7-crypto-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: var(--shop-surface) !important;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table th:first-child {
    z-index: 3;
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table td:first-child {
    box-shadow: 14px 0 22px rgba(0, 0, 0, .18);
}

body.sc7-commercial .sc7-crypto-history .sc7-crypto-table tfoot td:first-child {
    position: static;
    box-shadow: none;
}

body.sc7-commercial .sc7-crypto-history td.fs-base a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(0, 217, 146, 0.08);
    border: 1px solid rgba(0, 217, 146, 0.18);
    color: var(--shop-green);
    font-weight: 900;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
body.sc7-commercial .sc7-crypto-history td.fs-base a:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(0, 217, 146, 0.14);
    background: rgba(0, 217, 146, 0.12);
}

@media (max-width: 991px) {
    body.sc7-commercial .sc7-crypto-metrics {
        grid-template-columns: 1fr;
    }
    body.sc7-commercial .sc7-crypto-illus {
        display: none;
    }
}

/* --- SC7 PRODUCT DETAIL GLASSMORPHISM --- */
body.sc7-commercial .sc7-product-gallery {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}
body.sc7-commercial .sc7-product-gallery .details-preview li img {
    border: none;
    border-radius: 0;
}
body.sc7-commercial .sc7-product-gallery .details-thumb li img {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}
body.sc7-commercial .sc7-product-gallery .details-thumb .slick-current img {
    border-color: var(--shop-green);
}
body.sc7-commercial .sc7-product-content {
    padding: 28px 32px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}
body.sc7-commercial .sc7-product-content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 217, 146, 0.2), transparent);
}
body.sc7-commercial .sc7-product-content:hover {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
}
body.sc7-commercial .sc7-product-content .details-name {
    color: var(--shop-text);
    font-weight: 800;
    font-size: 24px;
    line-height: 1.3;
}
body.sc7-commercial .sc7-product-content .details-meta p,
body.sc7-commercial .sc7-product-content .details-meta span {
    color: var(--shop-subtle);
}
body.sc7-commercial .sc7-product-content .details-meta .label-text {
    background: rgba(0, 217, 146, 0.08);
    border: 1px solid rgba(0, 217, 146, 0.2);
    color: var(--shop-green);
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 13px;
}
body.sc7-commercial .sc7-product-content .details-price {
    margin-bottom: 16px;
}
body.sc7-commercial .sc7-product-content .details-price span {
    color: var(--shop-green);
    font-size: 28px;
    font-weight: 800;
    font-family: var(--shop-mono);
}
body.sc7-commercial .sc7-product-content .details-price del {
    color: var(--shop-red);
    font-size: 16px;
    opacity: 0.7;
}
body.sc7-commercial .sc7-product-content .details-desc {
    color: var(--shop-subtle);
    line-height: 1.7;
}
body.sc7-commercial .sc7-product-content .details-list-title {
    color: var(--shop-subtle);
}
body.sc7-commercial .sc7-product-content .details-share-list li a {
    background: rgba(255, 255, 255, 0.05);
    color: var(--shop-muted);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
body.sc7-commercial .sc7-product-content .details-share-list li a:hover {
    background: var(--shop-green);
    color: var(--shop-bg);
    border-color: var(--shop-green);
}
body.sc7-commercial .sc7-btn-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, var(--shop-green), var(--shop-mint));
    color: var(--shop-bg);
    font-weight: 800;
    font-size: 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 217, 146, 0.25);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}
body.sc7-commercial .sc7-btn-buy:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 217, 146, 0.35);
    color: var(--shop-bg);
}
/* General button base for sc7 */
body.sc7-commercial .sc7-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    color: var(--shop-text);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
body.sc7-commercial .sc7-btn:focus,
body.sc7-commercial .sc7-btn:active {
    outline: none;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
/* Primary variant used for search/create actions */
body.sc7-commercial .sc7-btn-primary {
    background: linear-gradient(135deg, var(--shop-green), var(--shop-mint));
    color: var(--shop-bg) !important;
    border: none;
    box-shadow: 0 6px 18px rgba(0,217,146,0.18);
}
body.sc7-commercial .sc7-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0,217,146,0.28);
}
/* Strong overrides to ensure form buttons (search / clear) appear correctly */
body.sc7-commercial form .sc7-btn,
body.sc7-commercial .sc7-filter-panel .sc7-btn,
body.sc7-commercial .top-filter .sc7-btn,
body.sc7-commercial .sc7-btn.w-100 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    color: var(--shop-text) !important;
    border-radius: 8px !important;
}
body.sc7-commercial form .sc7-btn-primary,
body.sc7-commercial .top-filter .sc7-btn-primary {
    background: linear-gradient(135deg, var(--shop-green), var(--shop-mint)) !important;
    color: var(--shop-bg) !important;
    border: none !important;
}
/* Make clear-filter anchors look like buttons even when inline styles are present */
body.sc7-commercial a.sc7-btn[style] {
    display: inline-flex !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
}
body.sc7-commercial .sc7-btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--shop-text);
    font-weight: 700;
    font-size: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}
body.sc7-commercial .sc7-btn-back:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--shop-text);
}
body.sc7-commercial .sc7-product-tabs .nav-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    gap: 4px;
}
body.sc7-commercial .sc7-product-tabs .tab-link {
    background: transparent;
    border: 1px solid transparent;
    color: var(--shop-subtle);
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s ease;
}
body.sc7-commercial .sc7-product-tabs .tab-link:hover {
    color: var(--shop-text);
    background: rgba(255, 255, 255, 0.03);
}
body.sc7-commercial .sc7-product-tabs .tab-link.active {
    color: var(--shop-green);
    background: rgba(0, 217, 146, 0.06);
    border-color: rgba(0, 217, 146, 0.15);
    border-bottom-color: transparent;
}
body.sc7-commercial .sc7-product-frame {
    padding: 32px;
    border-radius: 0 0 12px 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-top: none;
    color: var(--shop-text);
}
body.sc7-commercial .sc7-product-frame img {
    border-radius: 8px;
    max-width: 100%;
}
body.sc7-commercial .sc7-product-frame .form-control,
body.sc7-commercial .sc7-product-frame .input-group-text,
body.sc7-commercial .sc7-product-frame textarea {
    background: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--shop-text);
}

body.sc7-commercial .sc7-crypto-promotion-card {
    overflow: hidden;
}

body.sc7-commercial .sc7-crypto-promotion-title {
    margin-bottom: 14px;
}

body.sc7-commercial .sc7-crypto-promotion-title span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.sc7-commercial .sc7-crypto-promotion-title i {
    color: var(--shop-green);
}

body.sc7-commercial .sc7-crypto-promotion-title small {
    color: var(--shop-subtle);
    font-size: 12px;
    font-weight: 800;
}

body.sc7-commercial .sc7-crypto-promotion-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.16);
}

body.sc7-commercial .sc7-crypto-promotion-table {
    min-width: 520px;
}

body.sc7-commercial .sc7-crypto-promotion-table th,
body.sc7-commercial .sc7-crypto-promotion-table td {
    padding: 14px 16px;
}

body.sc7-commercial .sc7-crypto-promotion-table th:last-child,
body.sc7-commercial .sc7-crypto-promotion-table td:last-child {
    text-align: right;
}

body.sc7-commercial .sc7-promo-threshold,
body.sc7-commercial .sc7-promo-bonus {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.sc7-commercial .sc7-promo-threshold span {
    color: var(--shop-subtle);
    font-size: 12px;
    font-weight: 800;
}

body.sc7-commercial .sc7-promo-threshold strong {
    color: var(--shop-green);
    font-family: var(--shop-mono);
    font-size: 18px;
}

body.sc7-commercial .sc7-promo-threshold em {
    color: var(--shop-muted);
    font-style: normal;
    font-weight: 900;
}

body.sc7-commercial .sc7-promo-bonus {
    justify-content: flex-end;
    min-width: 104px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 186, 0, 0.08);
    border: 1px solid rgba(255, 186, 0, 0.18);
    color: var(--shop-amber);
}

body.sc7-commercial .sc7-promo-bonus strong {
    font-family: var(--shop-mono);
    font-size: 16px;
}

@media (max-width: 575px) {
    body.sc7-commercial .sc7-crypto-promotion-title {
        align-items: flex-start;
        gap: 6px;
        flex-direction: column;
    }

    body.sc7-commercial .sc7-crypto-promotion-table {
        min-width: 430px;
    }
}
