*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f7f8fb;color:#172033;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:min(1180px,calc(100% - 32px));margin:auto}.narrow{max-width:760px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #eaecf0}.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between}.brand,.admin-brand{display:flex;align-items:center;gap:10px;font-weight:700}.brand img{width:38px;height:38px;object-fit:contain}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--primary,#ff6b24);color:white;font-weight:800}.main-nav{display:flex;align-items:center;gap:24px;font-size:14px}.main-nav a{color:#667085}.main-nav a:hover,.main-nav a.active{color:#111827}.main-nav .nav-admin{border:1px solid #d0d5dd;padding:9px 14px;border-radius:10px;color:#344054}.nav-toggle{display:none;border:0;background:transparent;font-size:24px}.hero-section{padding:28px 0 4px}.banner-shell{position:relative;min-height:330px;border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#111827,#2d3748);box-shadow:0 20px 60px rgba(16,24,40,.14)}.hero-banner{position:absolute;inset:0;opacity:0;pointer-events:none;transition:.45s ease;display:flex;align-items:center;padding:48px 54px;background:radial-gradient(circle at 80% 20%,rgba(255,107,36,.42),transparent 36%),linear-gradient(135deg,#0f172a 0%,#1f2937 55%,#32160b 100%);color:#fff}.hero-banner.active{opacity:1;pointer-events:auto}.hero-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}.hero-copy{position:relative;z-index:2;max-width:620px}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:700}.eyebrow.orange{color:var(--primary,#ff6b24)}.hero-copy h1{font-size:clamp(34px,6vw,64px);line-height:1.02;margin:10px 0 16px}.hero-copy p{font-size:18px;color:#e5e7eb;margin:0 0 24px}.hero-cta{display:inline-block;padding:11px 16px;background:white;color:#111827;border-radius:12px;font-size:14px;font-weight:600}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:3;display:flex;gap:8px}.carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:20px;background:rgba(255,255,255,.4)}.carousel-dots button.active{width:26px;background:#fff}.section{padding:44px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.section-heading h1,.section-heading h2{font-size:30px;letter-spacing:-.035em;margin:4px 0 4px}.section-heading p{margin:0;color:#667085}.section-heading.split{align-items:center}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid #eaecf0;border-radius:18px;overflow:hidden;transition:.2s ease;box-shadow:0 8px 24px rgba(16,24,40,.04)}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(16,24,40,.1);border-color:#ffd7c3}.product-image{position:relative;aspect-ratio:1/1;overflow:hidden;background:#f2f4f7}.product-image img{width:100%;height:100%;object-fit:cover}.product-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary,#ff6b24),#ffb47f);color:white;font-size:42px;font-weight:800}.product-fallback.lg{width:170px;height:170px;border-radius:30px}.pill{position:absolute;top:12px;left:12px;padding:6px 9px;background:#fff7ed;color:#c2410c;border:1px solid #fed7aa;border-radius:999px;font-size:10px;font-weight:700}.product-meta{padding:14px 15px 16px;display:flex;flex-direction:column}.product-meta strong{font-size:15px}.product-meta span{font-size:12px;color:#98a2b3}.search-box{display:flex;min-width:min(390px,100%);padding:5px;background:#fff;border:1px solid #e4e7ec;border-radius:14px}.search-box input{flex:1;border:0;outline:0;padding:9px 12px;background:transparent}.search-box button{border:0;background:#101828;color:#fff;border-radius:10px;padding:9px 15px}.category-tabs{display:flex;gap:9px;overflow:auto;padding:3px 0 18px;scrollbar-width:none}.category-tabs a{white-space:nowrap;padding:9px 14px;border-radius:12px;background:#fff;border:1px solid #e4e7ec;font-size:13px;color:#475467}.category-tabs a.active{background:#101828;color:#fff;border-color:#101828}.trust-section{padding-top:10px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.trust-grid article{background:#fff;border:1px solid #eaecf0;border-radius:18px;padding:20px}.trust-grid article>span{font-size:24px}.trust-grid h3{margin:10px 0 6px;font-size:16px}.trust-grid p{font-size:13px;color:#667085;margin:0}.site-footer{margin-top:30px;padding:46px 0 24px;background:#101828;color:#d0d5dd}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:40px}.footer-grid strong{color:#fff}.footer-grid p{max-width:580px;color:#98a2b3}.footer-grid a{color:#d0d5dd}.footer-bottom{padding-top:26px;margin-top:24px;border-top:1px solid #344054;font-size:12px;color:#667085}.flash{margin-top:16px;padding:12px 14px;border-radius:12px;font-size:14px}.flash.success{background:#ecfdf3;color:#027a48;border:1px solid #abefc6}.flash.error,.form-errors{background:#fef3f2;color:#b42318;border:1px solid #fecdca;padding:10px 12px;border-radius:10px}.product-hero-card{display:grid;grid-template-columns:190px 1fr;gap:28px;padding:24px;background:#fff;border:1px solid #eaecf0;border-radius:24px;margin-bottom:20px}.product-big-image img{width:170px;height:170px;object-fit:cover;border-radius:30px}.product-hero-card h1{margin:4px 0 0;font-size:34px}.publisher{color:#98a2b3;margin-top:0}.mini-badges{display:flex;gap:8px;flex-wrap:wrap}.mini-badges span{padding:7px 10px;background:#f8fafc;border:1px solid #e4e7ec;border-radius:9px;font-size:12px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:20px;align-items:start}.checkout-main{display:flex;flex-direction:column;gap:16px}.step-card{display:grid;grid-template-columns:46px 1fr;gap:15px;background:#fff;border:1px solid #eaecf0;border-radius:20px;padding:20px}.step-number{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff4ed;color:#c2410c;font-weight:800}.step-content h2{font-size:18px;margin:5px 0 16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full-field{grid-column:1/-1}label{font-size:12px;font-weight:600;color:#475467;display:block}input,select,textarea{width:100%;border:1px solid #d0d5dd;border-radius:10px;padding:10px 11px;margin-top:6px;background:#fff;color:#101828;outline:none}input:focus,select:focus,textarea:focus{border-color:#f79009;box-shadow:0 0 0 3px #fff4e5}.hint{font-size:12px;color:#98a2b3}.variant-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.choice-card input,.payment-choice input{position:absolute;opacity:0}.choice-card span{display:flex;flex-direction:column;gap:3px;padding:13px;border:1px solid #e4e7ec;border-radius:12px;cursor:pointer}.choice-card small{color:var(--primary,#ff6b24);font-size:12px}.choice-card input:checked+span{border-color:var(--primary,#ff6b24);background:#fff7ed;box-shadow:0 0 0 1px var(--primary,#ff6b24)}.qty-control{display:grid;grid-template-columns:44px 90px 44px;width:max-content}.qty-control button{border:1px solid #d0d5dd;background:#f9fafb;font-size:20px}.qty-control input{border-radius:0;margin:0;text-align:center}.qty-control button:first-child{border-radius:10px 0 0 10px}.qty-control button:last-child{border-radius:0 10px 10px 0}.payment-group{margin-top:15px}.payment-group h3{font-size:13px;color:#667085}.payment-list{display:grid;gap:9px}.payment-choice{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;padding:13px;border:1px solid #e4e7ec;border-radius:12px;cursor:pointer}.payment-choice:has(input:checked){border-color:var(--primary,#ff6b24);background:#fff7ed}.payment-choice span{display:flex;flex-direction:column}.payment-choice small{font-weight:400;color:#667085}.payment-choice>strong{font-size:13px;color:var(--primary,#ff6b24)}.order-summary{position:sticky;top:92px}.summary-card,.invoice-card,.lookup-card{background:#fff;border:1px solid #eaecf0;border-radius:20px;padding:22px;box-shadow:0 10px 30px rgba(16,24,40,.04)}.summary-card h2{margin:4px 0 18px}.summary-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px dashed #eaecf0;font-size:13px}.summary-row.total{border-bottom:0;padding:14px 0;font-size:16px}.summary-row.total b{color:var(--primary,#ff6b24)}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:11px;padding:10px 15px;border:1px solid transparent;font-weight:600;font-size:13px}.btn-primary{background:var(--primary,#ff6b24);color:#fff}.btn-secondary{background:#fff;color:#344054;border-color:#d0d5dd}.full{width:100%;margin-top:12px}.invoice-head{display:flex;justify-content:space-between;align-items:start;gap:20px}.invoice-head h1{font-size:24px;margin:4px 0}.invoice-head p{margin:0;color:#98a2b3}.status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:700;text-transform:uppercase}.status-pending{background:#fffaeb;color:#b54708}.status-processing{background:#fef3f2;color:#b42318}.status-success{background:#ecfdf3;color:#027a48}.status-failed,.status-expired{background:#f2f4f7;color:#475467}.invoice-product{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid #eaecf0;border-bottom:1px solid #eaecf0;margin-top:18px}.invoice-product div{display:flex;flex-direction:column}.invoice-product span{font-size:12px;color:#667085}.invoice-details{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 0}.invoice-details div,.invoice-totals div{display:flex;justify-content:space-between;gap:20px}.invoice-details span,.invoice-totals span{color:#667085;font-size:13px}.invoice-totals{border-top:1px solid #eaecf0;padding-top:14px;display:grid;gap:8px}.invoice-totals .grand{font-size:18px}.invoice-totals .grand b{color:var(--primary,#ff6b24)}.notice{margin:18px 0;background:#fffaeb;border:1px solid #fedf89;color:#93370d;padding:12px;border-radius:10px;font-size:13px}.lookup-card{text-align:center}.lookup-card h1{font-size:32px;margin:6px 0}.lookup-card p{color:#667085}.lookup-form{display:flex;gap:9px;margin-top:18px}.lookup-form input{margin:0;flex:1}.lookup-results{margin-top:14px;display:grid;gap:8px}.order-row{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:14px 16px}.order-row>div{display:flex;flex-direction:column}.order-row>div:last-child{align-items:end}.order-row span:not(.status){font-size:12px;color:#98a2b3}.price-table-wrap,.table-wrap{overflow:auto}.price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden}.price-table th,.price-table td{padding:14px;border-bottom:1px solid #eaecf0;text-align:left;font-size:13px}.price-table th{background:#f9fafb;color:#667085}.price-table td:first-child{display:flex;flex-direction:column}.price-table small{color:#98a2b3}.price-table a{color:var(--primary,#ff6b24);font-weight:700}.empty-state{grid-column:1/-1;padding:40px;text-align:center;background:#fff;border:1px dashed #d0d5dd;border-radius:16px;color:#98a2b3}.pager{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px;font-size:12px}.pager a,.pager span{padding:8px 10px;border:1px solid #e4e7ec;border-radius:9px;background:#fff}.pager .disabled{opacity:.45}
/* Admin */.admin-body{background:#f4f6f8}.admin-shell{min-height:100vh}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:248px;background:#101828;color:#d0d5dd;padding:22px 16px;display:flex;flex-direction:column;z-index:80}.admin-brand{padding:2px 7px 22px;border-bottom:1px solid #344054}.admin-brand div{display:flex;flex-direction:column}.admin-brand small{font-size:10px;color:#667085}.admin-sidebar nav{display:grid;gap:4px;padding-top:18px}.admin-sidebar nav a{padding:10px 12px;border-radius:10px;font-size:13px;color:#98a2b3}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:#1d2939;color:#fff}.sidebar-bottom{margin-top:auto;display:grid;gap:8px;border-top:1px solid #344054;padding-top:14px}.sidebar-bottom a,.sidebar-bottom button{width:100%;text-align:left;border:0;background:transparent;color:#98a2b3;padding:8px 10px;font-size:12px}.admin-main{margin-left:248px;min-height:100vh}.admin-topbar{height:72px;background:#fff;border-bottom:1px solid #eaecf0;display:flex;align-items:center;gap:12px;padding:0 28px;position:sticky;top:0;z-index:40}.admin-topbar>div:nth-child(2){display:flex;flex-direction:column}.admin-topbar small{font-size:10px;color:#98a2b3}.admin-user{margin-left:auto;font-size:12px;color:#667085}.admin-menu-toggle{display:none;border:0;background:transparent;font-size:22px}.admin-content{padding:26px;max-width:1450px}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.admin-heading h1{margin:0;font-size:25px}.admin-heading p{margin:2px 0;color:#667085;font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-grid article,.admin-card{background:#fff;border:1px solid #eaecf0;border-radius:16px;padding:18px}.stat-grid span{font-size:11px;color:#667085}.stat-grid strong{display:block;font-size:25px;margin:6px 0 2px}.stat-grid small{color:#98a2b3}.admin-card{margin-bottom:16px}.admin-card h2{font-size:16px;margin:0 0 14px}.card-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px}.card-head h2{margin:0}.card-head p{margin:2px 0;color:#98a2b3;font-size:12px}.card-head a{font-size:12px;color:var(--primary,#ff6b24)}.admin-table{width:100%;border-collapse:collapse;min-width:760px}.admin-table th,.admin-table td{padding:12px 10px;border-bottom:1px solid #eaecf0;text-align:left;font-size:12px;vertical-align:middle}.admin-table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3}.admin-table td>small{display:block;color:#98a2b3}.empty-cell{text-align:center!important;color:#98a2b3;padding:30px!important}.admin-two-col{display:grid;grid-template-columns:360px minmax(0,1fr);gap:16px;align-items:start}.admin-two-col.wide{grid-template-columns:minmax(0,1fr) 300px}.stack-form{display:grid;gap:12px}.check{display:flex;align-items:center;gap:7px}.check input{width:auto;margin:0}.inline-edit{display:grid;grid-template-columns:1fr 70px auto auto;gap:6px;align-items:center}.inline-edit input{margin:0;padding:7px}.inline-edit button,.status-form button,.payment-admin-list article form button,.banner-admin-list article form button{border:0;background:#101828;color:#fff;border-radius:8px;padding:7px 10px;font-size:11px}.danger-link{border:0;background:transparent!important;color:#d92d20!important;padding:4px!important;font-size:11px}.actions{display:flex;align-items:center;gap:8px}.actions a{color:#175cd3}.table-product{display:flex;align-items:center;gap:9px}.table-product img,.table-product>span{width:38px;height:38px;border-radius:9px;object-fit:cover}.table-product>span{display:grid;place-items:center;background:#fff4ed;color:#c2410c;font-weight:800}.table-product div{display:flex;flex-direction:column}.preview-product{text-align:center}.preview-product img{width:170px;height:170px;border-radius:30px;object-fit:cover}.preview-product .product-fallback{margin:auto}.preview-product p{font-size:12px;color:#98a2b3}.check-row{display:flex;gap:18px;margin-top:16px}.variant-admin-list{display:grid;gap:10px}.variant-admin-row{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr 80px auto auto;gap:8px;align-items:end;padding:12px;background:#f9fafb;border:1px solid #eaecf0;border-radius:12px}.variant-admin-row input{padding:8px}.sticky-save{position:sticky;bottom:16px;display:flex;justify-content:flex-end;gap:8px;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);padding:12px;border:1px solid #eaecf0;border-radius:14px;box-shadow:0 14px 40px rgba(16,24,40,.12)}.banner-admin-list,.payment-admin-list{display:grid;gap:14px}.banner-admin-list article,.payment-admin-list article{padding:12px;border:1px solid #eaecf0;border-radius:12px}.banner-admin-list img,.banner-placeholder{width:100%;height:150px;object-fit:cover;border-radius:10px;margin-bottom:10px}.banner-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#101828,#ff6b24);color:#fff;font-size:24px;font-weight:700}.admin-filters{display:flex;gap:8px;margin-bottom:14px}.admin-filters input{max-width:320px}.admin-filters input,.admin-filters select{margin:0}.status-form{display:flex;gap:5px}.status-form select{margin:0;padding:7px}.settings-form{max-width:850px}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 70% 20%,#ffe0cd,transparent 30%),#f7f8fb}.login-card{width:min(430px,100%);background:#fff;border:1px solid #eaecf0;border-radius:22px;padding:28px;box-shadow:0 24px 70px rgba(16,24,40,.11)}.login-brand{margin-bottom:28px}.login-card h1{font-size:28px;margin:5px 0}.login-card>p{color:#667085;font-size:13px;margin-bottom:20px}.demo-note{display:block;text-align:center;color:#98a2b3;margin-top:14px}
@media(max-width:960px){.product-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.checkout-grid{grid-template-columns:1fr}.order-summary{position:static}.admin-two-col,.admin-two-col.wide{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.variant-admin-row{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.container{width:min(100% - 22px,1180px)}.nav-wrap{height:64px}.nav-toggle{display:block}.main-nav{display:none;position:absolute;left:11px;right:11px;top:68px;background:#fff;border:1px solid #eaecf0;border-radius:14px;box-shadow:0 18px 40px rgba(16,24,40,.12);padding:12px;flex-direction:column;align-items:stretch;gap:3px}.main-nav.open{display:flex}.main-nav a{padding:9px 10px}.hero-section{padding-top:14px}.banner-shell{min-height:270px;border-radius:20px}.hero-banner{padding:28px 24px}.hero-copy h1{font-size:36px}.hero-copy p{font-size:14px}.section{padding:32px 0}.section-heading,.section-heading.split{align-items:stretch;flex-direction:column}.search-box{min-width:0;width:100%}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-meta{padding:10px}.product-meta strong{font-size:13px}.product-meta span{font-size:10px}.trust-grid{grid-template-columns:1fr}.product-hero-card{grid-template-columns:82px 1fr;padding:14px;gap:14px}.product-big-image img,.product-fallback.lg{width:82px;height:82px;border-radius:18px;font-size:24px}.product-hero-card h1{font-size:24px}.product-hero-card p:not(.publisher){display:none}.checkout-grid{gap:12px}.step-card{grid-template-columns:36px 1fr;padding:14px;gap:8px}.step-number{width:32px;height:32px}.form-grid,.variant-grid{grid-template-columns:1fr}.payment-choice{grid-template-columns:1fr}.payment-choice>strong{margin-top:7px}.footer-grid{grid-template-columns:1fr}.lookup-form{flex-direction:column}.order-row{align-items:start}.invoice-details{grid-template-columns:1fr}.admin-sidebar{transform:translateX(-100%);transition:.2s}.admin-sidebar-open .admin-sidebar{transform:none}.admin-main{margin-left:0}.admin-topbar{padding:0 14px}.admin-menu-toggle{display:block}.admin-content{padding:15px}.admin-heading{align-items:flex-start}.stat-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-grid article{padding:13px}.stat-grid strong{font-size:20px}.variant-admin-row{grid-template-columns:1fr 1fr}.check-row{flex-direction:column;gap:8px}.admin-filters{flex-wrap:wrap}.admin-filters input{max-width:none;flex:1 1 100%}}

/* =========================================================
   Edelyn Store V2 - Rennstore-inspired structure (original UI)
   ========================================================= */
.storefront-v2{background:#f6f7fb;color:#111827;padding-bottom:0}.storefront-v2 .container{width:min(1240px,calc(100% - 32px))}.top-info{background:#eef7ff;border-bottom:1px solid #dceeff;color:#475467;font-size:11px}.top-info .container{display:flex;align-items:center;justify-content:space-between;min-height:28px}.site-header-v2{position:sticky;top:0;background:rgba(255,255,255,.97);box-shadow:0 1px 0 rgba(16,24,40,.06);border:0}.nav-wrap-v2{height:68px;gap:24px}.brand-v2{font-size:18px;color:#101828;white-space:nowrap}.brand-v2 .brand-mark{width:34px;height:34px;border-radius:10px;transform:rotate(-8deg);box-shadow:0 8px 18px rgba(255,90,31,.22)}.main-nav-v2{gap:22px;white-space:nowrap}.main-nav-v2 a{font-weight:600;font-size:12px;color:#344054;position:relative}.main-nav-v2 a.active{color:var(--primary)}.main-nav-v2 a.active:after{content:"";position:absolute;left:0;right:0;bottom:-25px;height:2px;border-radius:3px;background:var(--primary)}.header-search{height:38px;min-width:250px;max-width:390px;flex:1;display:flex;align-items:center;gap:8px;border:1px solid #e4e7ec;background:#f9fafb;border-radius:12px;padding:0 12px}.header-search span{font-size:18px;color:#98a2b3}.header-search input{border:0!important;background:transparent!important;margin:0!important;padding:0!important;outline:0;box-shadow:none!important;width:100%;font-size:12px}.header-login{border:1px solid #ffb08c;color:#f0440c;border-radius:10px;padding:8px 15px;font-weight:700;font-size:12px;background:#fff7ed}.hero-section-v2{padding:18px 0 0}.banner-shell-v2{min-height:360px;border-radius:18px;background:#0f172a;box-shadow:0 16px 45px rgba(15,23,42,.13)}.hero-banner-v2{padding:44px 52px;background:radial-gradient(circle at 72% 22%,rgba(59,130,246,.4),transparent 34%),radial-gradient(circle at 95% 85%,rgba(255,90,31,.5),transparent 28%),linear-gradient(125deg,#071b38 0%,#0e3970 49%,#15152c 100%)}.hero-banner-v2:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,14,32,.9) 0%,rgba(4,14,32,.55) 48%,rgba(4,14,32,.08) 78%);pointer-events:none}.hero-banner-v2 img{opacity:.72}.hero-copy-v2{z-index:3;max-width:620px}.hero-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);font-size:10px;letter-spacing:.12em;font-weight:800}.hero-copy-v2 h1{font-size:clamp(38px,5vw,62px);text-transform:uppercase;max-width:680px;letter-spacing:-.045em;text-shadow:0 4px 24px rgba(0,0,0,.3)}.hero-copy-v2 p{max-width:560px;color:#e5edf8}.hero-cta-v2{background:var(--primary);color:#fff;border-radius:10px;padding:12px 18px;box-shadow:0 12px 25px rgba(255,90,31,.28)}.benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.benefit-strip article{display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #eaecf0;border-radius:14px;padding:12px 14px;box-shadow:0 6px 16px rgba(16,24,40,.035)}.benefit-strip article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eff8ff;color:#1570ef;font-weight:800}.benefit-strip b{display:block;font-size:12px}.benefit-strip small{display:block;font-size:10px;color:#98a2b3;margin-top:1px}.compact-section{padding:32px 0 10px}.renn-heading{align-items:center;margin-bottom:14px}.renn-heading h2{font-size:26px;font-weight:800;margin:2px 0;text-transform:uppercase;letter-spacing:-.03em}.renn-heading p{font-size:12px}.flash-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);gap:12px;overflow-x:auto;padding-bottom:8px;scrollbar-width:thin}.flash-card{display:flex;gap:12px;min-width:260px;background:#fff;border:1px solid #e4e7ec;border-radius:15px;padding:12px;box-shadow:0 6px 18px rgba(16,24,40,.04);transition:.2s}.flash-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(16,24,40,.08)}.flash-product-icon{width:74px;height:74px;border-radius:13px;overflow:hidden;flex:0 0 auto;background:#101828;display:grid;place-items:center;color:#fff;font-weight:800}.flash-product-icon img{width:100%;height:100%;object-fit:cover}.flash-info{min-width:0;flex:1}.flash-info>small{display:block;font-size:9px;color:#98a2b3;text-transform:uppercase}.flash-info>strong{display:block;font-size:12px;line-height:1.3;margin:2px 0 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flash-price{display:flex;align-items:baseline;gap:7px}.flash-price b{font-size:13px;color:#f0440c}.flash-price del{font-size:9px;color:#98a2b3}.flash-stock{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;font-size:9px;color:#667085}.countdown{font-weight:800;color:#101828;font-variant-numeric:tabular-nums}.best-grid-v2,.product-grid-v2{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.product-card-v2{border:0;background:transparent;box-shadow:none;min-width:0}.product-card-v2:hover{transform:translateY(-2px)}.product-image-v2{border-radius:15px;aspect-ratio:1/1;box-shadow:0 7px 20px rgba(16,24,40,.09);border:1px solid rgba(16,24,40,.06);background:#fff;overflow:hidden}.product-image-v2 img{width:100%;height:100%;object-fit:cover}.product-image-v2 .product-fallback{width:100%;height:100%;border-radius:0;font-size:30px;background:linear-gradient(135deg,#0f172a,#334155);color:#fff}.best-ribbon{position:absolute;top:7px;left:7px;background:#ff5a1f;color:#fff;border-radius:6px;padding:3px 7px;font-size:8px;font-weight:800;letter-spacing:.08em;box-shadow:0 4px 12px rgba(255,90,31,.28)}.product-meta-v2{padding:8px 2px 0}.product-meta-v2 strong{font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#101828}.product-meta-v2 span{font-size:9px;color:#98a2b3;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.catalog-section-v2{padding-top:38px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #eaecf0;padding-bottom:14px;margin-bottom:24px}.category-tabs-v2{display:flex;gap:8px;overflow:auto;padding:2px}.category-tabs-v2 a{min-width:max-content;border:1px solid #e4e7ec;background:#fff;color:#475467;border-radius:10px;padding:8px 16px;font-size:11px;font-weight:700}.category-tabs-v2 a.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 6px 16px rgba(255,90,31,.2)}.search-box-v2{min-width:300px;display:flex;align-items:center;background:#fff;border:1px solid #e4e7ec;border-radius:11px;overflow:hidden}.search-box-v2 input{border:0!important;margin:0!important;background:transparent!important;font-size:11px;padding:9px 12px!important;outline:0}.search-box-v2 button{border:0;background:var(--primary);color:#fff;padding:10px 14px;font-size:11px;font-weight:700}.catalog-block{margin-bottom:35px}.catalog-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.catalog-title>div{display:flex;align-items:center;gap:8px}.catalog-title h3{font-size:17px;margin:0}.catalog-title>a{font-size:10px;color:#f0440c;font-weight:700}.category-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 5px rgba(255,90,31,.1)}.why-section{padding:45px 0 56px;background:#fff;border-top:1px solid #eaecf0}.why-header{text-align:center;max-width:680px;margin:0 auto 24px}.why-header h2{font-size:28px;line-height:1.25;margin:4px 0}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.why-grid article{border:1px solid #eaecf0;border-radius:16px;padding:18px;background:#fbfcfe}.why-grid article>span{width:38px;height:38px;border-radius:11px;background:#fff0e9;color:#f0440c;display:grid;place-items:center;font-weight:800}.why-grid h3{font-size:14px;margin:12px 0 5px}.why-grid p{font-size:11px;color:#667085;margin:0}.site-footer-v2{background:#101828;color:#d0d5dd;padding-bottom:74px}.site-footer-v2 .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-brand{display:flex;align-items:center;gap:8px;color:#fff}.site-footer-v2 strong{color:#fff}.site-footer-v2 a{color:#d0d5dd}.mobile-bottom-nav{display:none}

/* Product detail */
.product-page-v2{padding-top:24px}.product-identity-card{display:grid;grid-template-columns:120px 1fr;gap:18px;align-items:center;background:#fff;border:1px solid #e4e7ec;border-radius:17px;padding:16px;margin-bottom:12px}.product-big-image-v2 img,.product-big-image-v2 .product-fallback{width:120px;height:120px;border-radius:15px;object-fit:cover}.product-identity-copy h1{font-size:26px;margin:3px 0 0}.product-identity-copy .publisher{margin:1px 0 9px;color:#98a2b3;font-size:11px}.identity-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.auto-badge{font-size:9px;color:#067647;background:#ecfdf3;border:1px solid #abefc6;border-radius:999px;padding:4px 8px;font-weight:700}.identity-badges{display:flex;gap:7px;flex-wrap:wrap}.identity-badges span{font-size:9px;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;padding:5px 8px;color:#475467}.product-info-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.product-info-tabs details{background:#fff;border:1px solid #e4e7ec;border-radius:13px;padding:0 14px}.product-info-tabs summary{cursor:pointer;font-size:11px;font-weight:700;padding:11px 0}.details-body{border-top:1px solid #f2f4f7;padding:10px 0 13px;font-size:11px;color:#667085}.details-body ol{padding-left:18px;margin:0}.checkout-grid-v2{grid-template-columns:minmax(0,1fr) 340px;gap:14px}.checkout-main-v2{display:grid;gap:10px}.step-card-v2{background:#fff;border:1px solid #e4e7ec;border-radius:15px;padding:16px;grid-template-columns:38px 1fr}.step-card-v2 .step-number{width:32px;height:32px;background:#eff8ff;color:#1570ef;border:1px solid #b2ddff;font-size:12px}.step-card-v2 h2{font-size:15px;margin:2px 0 12px}.step-card-v2 label{font-size:10px;color:#475467;font-weight:600}.step-card-v2 input{height:40px;border-radius:9px;border:1px solid #d0d5dd;margin-top:5px;font-size:11px}.step-card-v2 .hint{font-size:9px;color:#98a2b3;margin:7px 0 0}.variant-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.choice-card-v2{min-height:67px;border:1px solid #e4e7ec;border-radius:11px;background:#fff;padding:0;overflow:hidden}.choice-card-v2 input{position:absolute;opacity:0}.choice-card-v2 span{display:flex;min-height:67px;flex-direction:column;justify-content:center;padding:9px 11px;cursor:pointer}.choice-card-v2 b{font-size:10px;color:#101828}.choice-card-v2 small{font-size:11px;color:#f0440c;font-weight:800;margin-top:4px}.choice-card-v2 em{font-size:8px;color:#667085;font-style:normal;margin-top:2px}.choice-card-v2:has(input:checked){border-color:#ff6f3d;box-shadow:0 0 0 2px rgba(255,90,31,.1);background:#fffaf7}.qty-control-v2{width:154px;height:40px;display:grid;grid-template-columns:40px 1fr 40px;border:1px solid #d0d5dd;border-radius:9px;overflow:hidden}.qty-control-v2 button{border:0;background:#f9fafb}.qty-control-v2 input{border:0!important;border-left:1px solid #e4e7ec!important;border-right:1px solid #e4e7ec!important;border-radius:0!important;text-align:center;margin:0!important;height:40px}.midtrans-box{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center;border:1px solid #b2ddff;background:#f5fbff;border-radius:11px;padding:10px;margin-top:10px}.midtrans-logo{width:36px;height:36px;border-radius:9px;background:#1071d3;color:#fff;display:grid;place-items:center;font-weight:900}.midtrans-box b{font-size:11px;display:block;color:#101828}.midtrans-box small{font-size:9px;color:#667085;display:block;line-height:1.35}.midtrans-box>span{font-size:8px;color:#067647;background:#ecfdf3;border-radius:999px;padding:4px 7px}.payment-mini-list{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.payment-mini-list span{font-size:8px;border:1px solid #eaecf0;background:#fff;border-radius:7px;padding:4px 7px;color:#667085}.order-summary-v2{position:sticky;top:86px;align-self:start}.summary-card-v2{border-radius:15px;border:1px solid #e4e7ec;box-shadow:0 10px 28px rgba(16,24,40,.06)}.summary-card-v2 h2{font-size:18px;margin:3px 0 12px}.summary-product{display:flex;align-items:center;gap:9px;background:#f9fafb;border-radius:10px;padding:9px;margin-bottom:12px}.summary-thumb{width:42px;height:42px;border-radius:9px;background:#101828;color:#fff;display:grid;place-items:center;font-weight:800;overflow:hidden}.summary-thumb img{width:100%;height:100%;object-fit:cover}.summary-product b{display:block;font-size:10px}.summary-product small{display:block;font-size:8px;color:#98a2b3}.summary-card-v2 .summary-row{font-size:10px;padding:7px 0}.summary-card-v2 .summary-row.total{margin-top:5px;padding-top:11px}.summary-card-v2 .summary-row.total b{color:#f0440c;font-size:16px}.buy-button{margin-top:12px;border-radius:10px;padding:11px}.summary-note{font-size:8px;color:#98a2b3;text-align:center;margin:8px 0 0}

/* Invoice */
.invoice-page-v2{padding-top:26px}.invoice-card-v2{border-radius:17px;border:1px solid #e4e7ec;box-shadow:0 12px 36px rgba(16,24,40,.07)}.invoice-card-v2 .invoice-head h1{font-size:22px}.invoice-product-v2{background:#f9fafb;border-radius:11px;padding:11px}.invoice-status-flow{display:flex;align-items:center;justify-content:center;margin:18px 0}.invoice-status-flow>div{display:flex;flex-direction:column;align-items:center;gap:4px;color:#98a2b3;min-width:72px}.invoice-status-flow>div span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f2f4f7;border:1px solid #e4e7ec;font-size:10px;font-weight:800}.invoice-status-flow>div small{font-size:8px}.invoice-status-flow>div.active span{background:#eff8ff;border-color:#b2ddff;color:#1570ef}.invoice-status-flow>div.done span{background:#ecfdf3;border-color:#abefc6;color:#067647}.invoice-status-flow>i{height:1px;background:#e4e7ec;width:70px;margin-bottom:16px}.payment-action-box{background:#f8fbff;border:1px solid #b2ddff;border-radius:13px;padding:13px;margin:14px 0}.payment-action-box strong{font-size:12px}.payment-action-box p{font-size:9px;color:#667085;margin:2px 0 10px}.payment-action-box .btn-secondary{margin-top:7px}.success-notice{background:#ecfdf3!important;border-color:#abefc6!important;color:#05603a!important}.automation-note{display:flex;align-items:center;gap:9px;border:1px solid #eaecf0;background:#f9fafb;border-radius:11px;padding:10px;margin:12px 0}.automation-note>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#fff0e9}.automation-note b{font-size:10px;display:block}.automation-note small{font-size:8px;color:#667085;display:block}

/* Admin integration & advanced variant mapping */
.integration-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.integration-card{margin:0}.integration-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.integration-title>div{display:flex;align-items:center;gap:8px}.integration-title h2{margin:0;font-size:15px}.integration-badge{display:grid;place-items:center;min-width:38px;height:28px;padding:0 7px;border-radius:8px;background:#fff0e9;color:#f0440c;font-size:9px;font-weight:900}.integration-card>p{font-size:10px;color:#667085;min-height:42px}.integration-card label{font-size:10px;color:#475467}.integration-card input,.integration-card select{margin-top:4px;font-size:11px}.integration-card code{display:block;white-space:normal;word-break:break-all;margin-top:10px;background:#f9fafb;border:1px solid #eaecf0;border-radius:8px;padding:7px;font-size:8px;color:#475467}.integration-status{display:flex;flex-direction:column;background:#f9fafb;border-radius:9px;padding:8px;margin-top:8px}.integration-status b{font-size:9px}.integration-status span,.integration-status small{font-size:8px;color:#667085}.switch{position:relative;width:42px;height:24px;flex:0 0 auto}.switch input{opacity:0;position:absolute}.switch span{position:absolute;inset:0;border-radius:999px;background:#d0d5dd;transition:.2s}.switch span:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 4px rgba(0,0,0,.2)}.switch input:checked+span{background:#12b76a}.switch input:checked+span:after{transform:translateX(18px)}.info-panel p{font-size:11px;color:#667085;margin:5px 0}.variant-admin-list-v2{gap:13px}.variant-admin-row-v2{display:block;padding:13px}.variant-row-top{display:grid;grid-template-columns:2fr 1.4fr .6fr;gap:8px}.supplier-map-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:8px;border-top:1px dashed #d0d5dd}.supplier-map-grid small{display:block;font-size:8px;color:#98a2b3;margin-top:2px}.supplier-label{font-weight:800;color:#344054}.price-map-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:8px}.flash-map-grid{display:grid;grid-template-columns:1fr 1.2fr .8fr .8fr;gap:8px;margin-top:8px}.variant-row-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:10px;padding-top:9px;border-top:1px solid #eaecf0}.variant-row-actions .danger-link{margin-left:auto}

@media(max-width:1100px){.best-grid-v2,.product-grid-v2{grid-template-columns:repeat(5,minmax(0,1fr))}.integration-grid{grid-template-columns:1fr 1fr}.header-search{min-width:180px}.main-nav-v2{gap:14px}.checkout-grid-v2{grid-template-columns:minmax(0,1fr) 310px}}
@media(max-width:900px){.best-grid-v2,.product-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.benefit-strip{grid-template-columns:repeat(2,1fr)}.header-search{display:none}.why-grid{grid-template-columns:repeat(2,1fr)}.checkout-grid-v2{grid-template-columns:1fr}.order-summary-v2{position:static}.integration-grid{grid-template-columns:1fr}.variant-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){
  .storefront-v2{padding-bottom:68px}.storefront-v2 .container{width:min(100% - 20px,1240px)}.top-info{display:none}.site-header-v2{top:0}.nav-wrap-v2{height:58px;gap:10px}.brand-v2{font-size:15px}.brand-v2 .brand-mark{width:31px;height:31px}.header-login{display:none}.main-nav-v2{top:61px}.main-nav-v2 a.active:after{display:none}.nav-toggle{display:block;margin-left:auto}.hero-section-v2{padding-top:9px}.banner-shell-v2{min-height:205px;border-radius:13px}.hero-banner-v2{padding:20px}.hero-banner-v2:after{background:linear-gradient(90deg,rgba(4,14,32,.9),rgba(4,14,32,.48))}.hero-copy-v2{max-width:84%}.hero-chip{font-size:7px;padding:4px 7px}.hero-copy-v2 h1{font-size:25px;line-height:1.03;margin:7px 0 9px}.hero-copy-v2 p{font-size:10px;line-height:1.4;margin-bottom:12px}.hero-cta-v2{font-size:9px;padding:8px 10px}.carousel-dots{bottom:9px}.benefit-strip{grid-template-columns:repeat(2,1fr);gap:6px;margin-top:7px}.benefit-strip article{padding:8px;border-radius:10px;gap:7px}.benefit-strip article>span{width:28px;height:28px;border-radius:8px;font-size:11px}.benefit-strip b{font-size:9px}.benefit-strip small{font-size:7px}.compact-section{padding:24px 0 0}.renn-heading{margin-bottom:10px}.renn-heading h2{font-size:19px}.renn-heading p{font-size:9px}.eyebrow{font-size:8px}.flash-scroll{grid-auto-columns:235px;gap:8px}.flash-card{min-width:235px;padding:9px;border-radius:11px}.flash-product-icon{width:63px;height:63px}.flash-info>strong{font-size:10px}.flash-price b{font-size:11px}.best-grid-v2,.product-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-image-v2{border-radius:12px}.product-meta-v2{padding-top:6px}.product-meta-v2 strong{font-size:11px}.product-meta-v2 span{font-size:8px}.catalog-section-v2{padding-top:28px}.catalog-toolbar{flex-direction:column;align-items:stretch;gap:9px;margin-bottom:18px;padding-bottom:11px}.category-tabs-v2{width:100%;gap:6px}.category-tabs-v2 a{padding:7px 12px;font-size:9px}.search-box-v2{min-width:0;width:100%}.catalog-block{margin-bottom:27px}.catalog-title h3{font-size:14px}.catalog-title>a{font-size:8px}.why-section{padding:32px 0}.why-header h2{font-size:21px}.why-grid{grid-template-columns:1fr 1fr;gap:8px}.why-grid article{padding:13px;border-radius:12px}.why-grid article>span{width:32px;height:32px}.why-grid h3{font-size:11px}.why-grid p{font-size:8px}.site-footer-v2{padding-bottom:84px}.site-footer-v2 .footer-grid{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;z-index:70;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:repeat(3,1fr);background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-top:1px solid #e4e7ec;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:#98a2b3}.mobile-bottom-nav a span{font-size:14px;font-weight:800}.mobile-bottom-nav a small{font-size:8px}.mobile-bottom-nav a.active{color:var(--primary)}
  .product-page-v2{padding-top:10px}.product-identity-card{grid-template-columns:78px 1fr;gap:11px;padding:11px;border-radius:12px}.product-big-image-v2 img,.product-big-image-v2 .product-fallback{width:78px;height:78px;border-radius:11px}.product-identity-copy h1{font-size:18px}.identity-top{justify-content:flex-start;gap:7px}.auto-badge{font-size:7px}.identity-badges span{font-size:7px;padding:4px 6px}.product-info-tabs{grid-template-columns:1fr;gap:6px}.product-info-tabs details{border-radius:10px}.step-card-v2{padding:12px;border-radius:12px;grid-template-columns:30px 1fr;gap:7px}.step-card-v2 .step-number{width:27px;height:27px;font-size:10px}.step-card-v2 h2{font-size:13px;margin-bottom:9px}.step-card-v2 .form-grid{grid-template-columns:1fr 1fr;gap:7px}.step-card-v2 input{height:37px;font-size:10px}.variant-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.choice-card-v2,.choice-card-v2 span{min-height:61px}.choice-card-v2 span{padding:8px}.choice-card-v2 b{font-size:9px}.choice-card-v2 small{font-size:10px}.midtrans-box{grid-template-columns:34px 1fr;padding:8px}.midtrans-logo{width:31px;height:31px}.midtrans-box>span{display:none}.summary-card-v2{padding:14px}.invoice-card-v2{padding:14px}.invoice-status-flow>i{width:38px}.invoice-details{grid-template-columns:1fr 1fr}.integration-grid{grid-template-columns:1fr}.variant-row-top,.supplier-map-grid,.price-map-grid,.flash-map-grid{grid-template-columns:1fr 1fr}.variant-row-actions .danger-link{margin-left:0}
}

/* H2H product importer */
.supplier-import-card{border:1px solid #fed7aa;background:linear-gradient(180deg,#fffaf5 0%,#fff 100%);margin-bottom:18px}.supplier-import-head{align-items:flex-start}.supplier-import-head h2{margin:3px 0 4px}.supplier-import-head p{max-width:760px;margin:0;color:#667085;font-size:12px}.supplier-import-kicker{display:inline-flex;align-items:center;gap:6px;color:#ea580c;font-size:9px;font-weight:900;letter-spacing:.14em}.supplier-live-badge{white-space:nowrap;background:#ecfdf3;color:#027a48;border:1px solid #abefc6;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:800}.supplier-search-grid{display:grid;grid-template-columns:220px minmax(280px,1fr) auto;gap:10px;align-items:end;margin-top:14px}.supplier-search-grid label{font-size:10px;color:#475467}.supplier-search-grid select,.supplier-search-grid input{margin-top:4px}.supplier-search-btn{min-height:39px;white-space:nowrap}.supplier-import-note{margin-top:8px;font-size:9px;color:#667085}.supplier-search-state{margin-top:12px;padding:10px 12px;border-radius:9px;font-size:10px;background:#f2f4f7;color:#475467}.supplier-search-state.loading{background:#eff8ff;color:#175cd3}.supplier-search-state.warning{background:#fffaeb;color:#b54708}.supplier-search-state.error{background:#fef3f2;color:#b42318}.supplier-search-state.success{background:#ecfdf3;color:#027a48}.supplier-result-list{display:grid;gap:8px;margin-top:11px}.supplier-result-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #eaecf0;border-radius:11px;background:#fff;box-shadow:0 3px 10px rgba(16,24,40,.03)}.supplier-result-card:hover{border-color:#fdba74;box-shadow:0 5px 16px rgba(16,24,40,.06)}.supplier-result-icon{width:46px;height:46px;border-radius:10px;background:#fff7ed;color:#ea580c;display:grid;place-items:center;overflow:hidden;font-size:15px;font-weight:900}.supplier-result-icon img{width:100%;height:100%;object-fit:cover}.supplier-result-copy{min-width:0}.supplier-result-title{display:flex;align-items:center;gap:7px;min-width:0}.supplier-result-title strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-result-title span{font-size:8px;padding:3px 6px;border-radius:999px;background:#fff0e9;color:#f0440c;font-weight:800;white-space:nowrap}.supplier-result-copy p{margin:2px 0 1px;font-size:9px;color:#475467}.supplier-result-copy small{display:block;font-size:8px;color:#98a2b3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.supplier-use-btn{padding:8px 10px;font-size:9px;white-space:nowrap}
@media(max-width:900px){.supplier-search-grid{grid-template-columns:1fr 1fr}.supplier-search-btn{grid-column:1/-1}.supplier-result-card{grid-template-columns:42px minmax(0,1fr)}.supplier-use-btn{grid-column:1/-1;width:100%}}
@media(max-width:600px){.supplier-search-grid{grid-template-columns:1fr}.supplier-search-btn{grid-column:auto}.supplier-import-head{display:block}.supplier-live-badge{display:inline-flex;margin-top:8px}.supplier-result-card{grid-template-columns:38px minmax(0,1fr);padding:9px}.supplier-result-icon{width:38px;height:38px}.supplier-result-title{align-items:flex-start;flex-direction:column;gap:3px}.supplier-result-copy small{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}

/* V2.3 - Midtrans payment channel manager */
.midtrans-admin-warning{margin-bottom:14px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.midtrans-payment-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.midtrans-payment-summary>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:1px solid #eaecf0;border-radius:11px;background:#f9fafb}.midtrans-payment-summary span{font-size:10px;color:#667085}.midtrans-payment-summary strong{font-size:13px;color:#101828}.text-success{color:#067647!important}.text-muted{color:#98a2b3!important}.midtrans-channel-groups{display:grid;gap:14px}.midtrans-channel-group{margin:0}.midtrans-group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.midtrans-group-head h2{margin:0 0 3px;font-size:16px}.midtrans-group-head p{margin:0;color:#667085;font-size:10px}.group-toggle{white-space:nowrap;border:1px solid #eaecf0;background:#f9fafb;border-radius:999px;padding:7px 9px}.midtrans-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.midtrans-channel-card{position:relative;display:grid;grid-template-columns:24px 1fr;align-items:start;gap:9px;padding:11px;border:1px solid #e4e7ec;border-radius:11px;background:#fff;cursor:pointer;transition:.18s}.midtrans-channel-card:hover{border-color:#fdba74;box-shadow:0 4px 14px rgba(16,24,40,.05)}.midtrans-channel-card>input{position:absolute;opacity:0;pointer-events:none}.midtrans-channel-check{width:22px;height:22px;border-radius:7px;border:1px solid #d0d5dd;background:#fff;color:transparent;display:grid;place-items:center;font-size:10px;font-weight:900;transition:.18s}.midtrans-channel-card:has(input:checked){border-color:#ff9c6d;background:#fffaf7;box-shadow:0 0 0 2px rgba(255,90,31,.06)}.midtrans-channel-card input:checked+.midtrans-channel-check{background:#ff5a1f;border-color:#ff5a1f;color:#fff}.midtrans-channel-copy{min-width:0}.midtrans-channel-copy strong{display:block;font-size:11px;color:#101828;margin-bottom:2px}.midtrans-channel-copy small{display:block;font-size:8px;color:#667085;line-height:1.45}.midtrans-channel-copy code{display:inline-flex;margin-top:6px;padding:3px 5px;border-radius:5px;background:#f2f4f7;color:#475467;font-size:7px}.midtrans-payment-note{margin-top:14px}.midtrans-payment-note code{display:inline;background:#f2f4f7;border-radius:4px;padding:1px 4px;font-size:9px}
@media(max-width:900px){.midtrans-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.midtrans-payment-summary{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.midtrans-payment-summary{grid-template-columns:1fr}.midtrans-channel-grid{grid-template-columns:1fr}.midtrans-group-head{display:block}.group-toggle{display:inline-flex;margin-top:8px}.midtrans-channel-card{padding:10px}}

/* V2.4 - Product detail inspired by Renn-style mobile checkout */
.product-detail-dark{background:#0d0f11;color:#f8fafc}.product-detail-dark .top-info{background:#090b0d;color:#aab2bd;border-bottom:1px solid #1d2329}.product-detail-dark .site-header-v2{background:rgba(13,15,17,.96);border-bottom:1px solid #242a30}.product-detail-dark .brand-v2,.product-detail-dark .main-nav-v2 a,.product-detail-dark .header-login{color:#f8fafc}.product-detail-dark .main-nav-v2 a{color:#aab2bd}.product-detail-dark .main-nav-v2 a:hover,.product-detail-dark .main-nav-v2 a.active{color:#ff9d00}.product-detail-dark .header-search{background:#15191d;border-color:#2a3036}.product-detail-dark .header-search input{color:#f8fafc}.product-detail-dark .header-search input::placeholder{color:#68717c}.product-detail-dark .nav-toggle{color:#fff}.product-detail-dark .site-footer-v2{margin-top:0;background:#090b0d;border-top:1px solid #1d2329}.product-detail-dark .mobile-bottom-nav{display:none}
.renn-product-page{min-height:100vh;padding:26px 0 70px;background:radial-gradient(circle at 50% -10%,rgba(255,157,0,.08),transparent 32%),#0d0f11}.renn-product-container{max-width:1080px}.renn-product-hero{display:grid;grid-template-columns:132px 1fr;gap:18px;align-items:center;padding:14px;background:#15181b;border:1px solid #272c31;border-radius:14px;margin-bottom:12px;box-shadow:0 12px 35px rgba(0,0,0,.18)}.renn-product-cover{width:132px;height:132px;border-radius:12px;overflow:hidden;background:#22272c}.renn-product-cover img{width:100%;height:100%;object-fit:cover}.renn-product-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ff9d00,#ff641f);font-size:34px;font-weight:900;color:#0c0e10}.renn-product-copy{min-width:0}.renn-category{display:inline-flex;font-size:9px;font-weight:900;letter-spacing:.16em;color:#ff9d00}.renn-product-copy h1{margin:3px 0 0;font-size:27px;line-height:1.16;color:#fff}.renn-product-copy p{margin:2px 0 10px;color:#8f98a3;font-size:11px}.renn-product-badges{display:flex;flex-wrap:wrap;gap:6px}.renn-product-badges span{padding:5px 8px;border-radius:999px;background:#202429;border:1px solid #30363c;color:#d7dce1;font-size:8px;font-weight:700}.renn-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.renn-info-grid details{background:#14171a;border:1px solid #272c31;border-radius:10px;color:#aeb6bf}.renn-info-grid summary{padding:10px 12px;cursor:pointer;color:#f3f4f6;font-size:10px;font-weight:800}.renn-info-grid details>div{padding:0 12px 11px;font-size:9px;color:#929aa4;line-height:1.55}.renn-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.renn-checkout-main{display:grid;gap:18px}.renn-step-card{position:relative}.renn-step-title{position:relative;height:47px;display:flex;align-items:center;padding:0 16px 0 83px;border-radius:8px;background:#ff9d00;color:#fff;box-shadow:0 5px 18px rgba(255,157,0,.12)}.renn-step-title span{position:absolute;left:21px;top:-16px;width:50px;height:50px;border-radius:50%;display:grid;place-items:center;background:#101214;border:4px solid #ff9d00;color:#fff;font-size:16px;font-weight:900;box-shadow:0 0 0 3px #101214}.renn-step-title h2{margin:0;font-size:15px;font-weight:800}.renn-step-body{margin-top:14px;padding:14px 12px;background:#14171a;border:1px solid #24292e;border-radius:9px}.renn-form-grid{display:grid;grid-template-columns:1fr;gap:9px}.renn-form-grid.two{grid-template-columns:1fr 1fr}.renn-step-body label,.renn-full-label{display:block;font-size:9px;color:#dce1e6;font-weight:700}.renn-step-body input{width:100%;height:42px;margin-top:5px;padding:0 12px;border:1px solid #2b3137;border-radius:8px;background:#1b1f23;color:#f8fafc;outline:0;transition:.15s}.renn-step-body input::placeholder{color:#68717c}.renn-step-body input:focus{border-color:#ff9d00;box-shadow:0 0 0 3px rgba(255,157,0,.08)}.renn-help{margin:8px 0 0;font-size:8px;color:#8d96a0}.renn-variant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.renn-variant-choice{position:relative;min-height:72px;padding:10px 11px;border:1px solid #2a3036;border-radius:8px;background:#1a1e22;cursor:pointer;transition:.16s;overflow:hidden}.renn-variant-choice:hover{border-color:#4c555e}.renn-variant-choice input{position:absolute;opacity:0;pointer-events:none}.renn-variant-choice strong{display:block;color:#f7f8f9;font-size:10px;line-height:1.25;padding-right:15px}.renn-variant-choice small{display:block;margin-top:5px;color:#ffae2c;font-size:10px;font-weight:900}.renn-variant-choice em{display:inline-block;margin-top:5px;color:#94a0aa;font-style:normal;font-size:7px;font-weight:800}.renn-variant-check{position:absolute;top:7px;right:7px;width:17px;height:17px;border-radius:50%;display:grid;place-items:center;border:1px solid #424950;color:transparent;font-size:9px}.renn-variant-choice:has(input:checked){border-color:#ff9d00;background:#211c12;box-shadow:0 0 0 2px rgba(255,157,0,.08)}.renn-variant-choice:has(input:checked) .renn-variant-check{background:#ff9d00;border-color:#ff9d00;color:#101214}.renn-empty,.renn-payment-empty{padding:13px;border-radius:8px;background:#1b1f23;color:#8f98a3;font-size:9px}.renn-qty-control{width:170px;height:42px;display:grid;grid-template-columns:42px 1fr 42px;border:1px solid #2b3137;border-radius:8px;overflow:hidden;background:#1b1f23}.renn-qty-control button{border:0;background:#24292e;color:#fff;font-size:17px}.renn-qty-control input{height:40px!important;margin:0!important;border:0!important;border-left:1px solid #2b3137!important;border-right:1px solid #2b3137!important;border-radius:0!important;text-align:center;font-weight:800}.renn-payment-body{padding:0;background:transparent;border:0}.renn-payment-group{overflow:hidden;margin-bottom:14px;border:1px solid #272d32;border-radius:8px;background:#191d20}.renn-payment-toggle{width:100%;height:48px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:0;background:#171a1d;color:#f1f3f5;text-align:left}.renn-payment-toggle strong{font-size:11px}.renn-payment-toggle>span{font-size:18px;line-height:1;transition:.18s}.renn-payment-group.open .renn-payment-toggle>span{transform:rotate(90deg)}.renn-payment-brand-row{min-height:40px;display:flex;justify-content:flex-end;align-items:center;gap:7px;flex-wrap:wrap;padding:7px 9px;border-top:1px solid #252a2f;background:#23272a}.renn-pay-brand{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:3px 8px;border-radius:4px;background:#fff;color:#16191c;font-size:7px;font-weight:900;line-height:1;white-space:nowrap;box-shadow:0 1px 2px rgba(0,0,0,.15)}.renn-pay-brand.pay-qris{color:#16191c}.renn-pay-brand.pay-shopeepay{color:#ef5b2a}.renn-pay-brand.pay-ovo{color:#6c4bc3}.renn-pay-brand.pay-gopay{color:#128cc7}.renn-pay-brand.pay-dana{color:#1189e7}.renn-pay-brand.pay-bca_va{color:#1464ad}.renn-pay-brand.pay-bni_va{color:#f36f21}.renn-pay-brand.pay-bri_va{color:#0b4ea2}.renn-pay-brand.pay-echannel{color:#123e80}.renn-pay-brand.pay-permata_va{color:#1a846e}.renn-pay-brand.pay-alfamart{color:#e31e24}.renn-pay-brand.pay-indomaret{color:#d71920}.renn-payment-panel{padding:10px 12px;border-top:1px solid #292f34;background:#121518;color:#8f98a3;font-size:8px}.renn-payment-note{margin:3px 0 0;color:#8f98a3;font-size:8px}.renn-voucher-row{display:grid;grid-template-columns:1fr 105px;overflow:hidden;border:1px solid #2b3137;border-radius:8px;background:#1b1f23}.renn-voucher-row input{height:46px;margin:0;border:0;border-radius:0;background:#1b1f23}.renn-voucher-row button{border:0;background:#ff9d00;color:#fff;font-size:10px;font-weight:800}.renn-order-summary{position:sticky;top:88px}.renn-summary-card{padding:14px;border-radius:10px;background:#14171a;border:1px solid #282e34;box-shadow:0 14px 34px rgba(0,0,0,.18)}.renn-summary-kicker{display:block;color:#ff9d00;font-size:8px;font-weight:900;letter-spacing:.14em;margin-bottom:10px}.renn-summary-product{display:flex;align-items:center;gap:9px;padding:9px;border-radius:8px;background:#1c2024;margin-bottom:10px}.renn-summary-thumb{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:7px;overflow:hidden;background:#252a2f;color:#fff;font-size:11px;font-weight:900}.renn-summary-thumb img{width:100%;height:100%;object-fit:cover}.renn-summary-product strong{display:block;color:#fff;font-size:10px}.renn-summary-product small{display:block;color:#7f8993;font-size:8px}.renn-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 1px;color:#9aa3ad;font-size:9px;border-bottom:1px dashed #2b3137}.renn-summary-row b{color:#e6e9ec}.renn-summary-row.total{padding-top:11px;border-bottom:0}.renn-summary-row.total span{color:#fff;font-weight:700}.renn-summary-row.total b{color:#ff9d00;font-size:16px}.renn-buy-button{width:100%;margin-top:12px;padding:11px;border:0;border-radius:8px;background:#ff9d00;color:#fff;font-size:10px;font-weight:900}.renn-summary-card>p{margin:8px 0 0;color:#77818c;font-size:7px;text-align:center}.renn-mobile-total{display:none}.renn-errors{margin-top:-4px;background:#2a1616;border-color:#5d2929;color:#ffb4b4}
@media(max-width:900px){.renn-checkout-grid{grid-template-columns:1fr}.renn-order-summary{display:none}.renn-variant-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.renn-product-container{max-width:700px}.renn-mobile-total{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;position:sticky;bottom:10px;z-index:25;padding:9px 10px;border:1px solid #2a3036;border-radius:10px;background:rgba(20,23,26,.95);backdrop-filter:blur(12px);box-shadow:0 12px 30px rgba(0,0,0,.32)}.renn-mobile-total small{display:block;color:#8d96a0;font-size:7px}.renn-mobile-total strong{display:block;color:#ff9d00;font-size:13px}.renn-mobile-total button{min-width:112px;padding:10px 14px;border:0;border-radius:8px;background:#ff9d00;color:#fff;font-size:10px;font-weight:900}}
@media(max-width:600px){.product-detail-dark .top-info{display:none}.product-detail-dark .site-header-v2{position:sticky}.product-detail-dark .site-header-v2 .container{width:calc(100% - 18px)}.product-detail-dark .brand-v2 span:last-child{font-size:12px}.product-detail-dark .brand-v2 .brand-mark,.product-detail-dark .brand-v2 img{width:30px;height:30px;border-radius:8px}.product-detail-dark .header-login{display:none}.renn-product-page{padding:10px 0 34px}.renn-product-container{width:calc(100% - 18px)}.renn-product-hero{grid-template-columns:80px 1fr;gap:10px;padding:9px;border-radius:9px}.renn-product-cover{width:80px;height:80px;border-radius:8px}.renn-category{font-size:6px}.renn-product-copy h1{font-size:16px;margin-top:2px}.renn-product-copy p{font-size:8px;margin-bottom:6px}.renn-product-badges{gap:4px}.renn-product-badges span{font-size:6px;padding:3px 5px}.renn-info-grid{grid-template-columns:1fr;gap:6px;margin-bottom:20px}.renn-info-grid summary{font-size:8px;padding:8px 10px}.renn-info-grid details>div{font-size:7px;padding:0 10px 9px}.renn-checkout-main{gap:31px}.renn-step-title{height:46px;padding-left:84px;border-radius:7px}.renn-step-title span{left:20px;top:-17px;width:50px;height:50px;border-width:4px;font-size:14px}.renn-step-title h2{font-size:13px}.renn-step-body{margin-top:19px;padding:10px 9px;border-radius:7px}.renn-form-grid.two{grid-template-columns:1fr 1fr;gap:7px}.renn-step-body label,.renn-full-label{font-size:8px}.renn-step-body input{height:40px;padding:0 10px;font-size:9px}.renn-help{font-size:7px}.renn-variant-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.renn-variant-choice{min-height:67px;padding:9px}.renn-variant-choice strong{font-size:9px}.renn-variant-choice small{font-size:9px}.renn-variant-choice em{font-size:6px}.renn-qty-control{width:150px;height:40px;grid-template-columns:38px 1fr 38px}.renn-payment-group{margin-bottom:14px;border-radius:7px}.renn-payment-toggle{height:47px;padding:0 18px}.renn-payment-toggle strong{font-size:11px}.renn-payment-brand-row{min-height:40px;padding:7px 8px;gap:6px}.renn-pay-brand{font-size:6px;min-height:22px;padding:3px 7px}.renn-payment-panel{font-size:7px}.renn-voucher-row{grid-template-columns:1fr 95px}.renn-voucher-row input{height:45px}.renn-voucher-row button{font-size:9px}.renn-mobile-total{bottom:8px}.site-footer-v2{padding-bottom:30px}}

/* V2.5 - Fee pembayaran per channel Midtrans */
.midtrans-fee-help{margin-bottom:14px;border-left:4px solid #ff7a1a}.midtrans-fee-help strong{font-size:12px;color:#101828}.midtrans-fee-help p{margin:5px 0 0;color:#667085;font-size:9px;line-height:1.55}.midtrans-channel-grid-fee{grid-template-columns:repeat(2,minmax(0,1fr))}.midtrans-channel-card-fee{display:block;padding:12px;cursor:default}.midtrans-channel-card-fee.is-enabled{border-color:#ff9c6d;background:#fffaf7;box-shadow:0 0 0 2px rgba(255,90,31,.05)}.midtrans-channel-enable{display:grid;grid-template-columns:24px 1fr;gap:9px;align-items:start;cursor:pointer}.midtrans-channel-enable>input{position:absolute;opacity:0;pointer-events:none}.midtrans-channel-enable>input:checked+.midtrans-channel-check{background:#ff5a1f;border-color:#ff5a1f;color:#fff}.midtrans-fee-editor{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;padding-top:10px;border-top:1px dashed #e4e7ec}.midtrans-fee-editor label{display:block}.midtrans-fee-editor label>span{display:block;margin-bottom:5px;color:#667085;font-size:8px;font-weight:700}.midtrans-fee-editor select,.midtrans-fee-editor input{width:100%;height:36px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:0 9px;color:#101828;font-size:10px;outline:0}.midtrans-fee-editor select:focus,.midtrans-fee-editor input:focus{border-color:#ff9c6d;box-shadow:0 0 0 3px rgba(255,90,31,.06)}.midtrans-fee-input-wrap{position:relative}.midtrans-fee-input-wrap b{position:absolute;left:9px;top:50%;transform:translateY(-50%);font-size:9px;color:#ff5a1f;pointer-events:none}.midtrans-fee-input-wrap input{padding-left:34px}.midtrans-channel-card-fee:not(.is-enabled) .midtrans-fee-editor{opacity:.65}

.renn-payment-option-panel{padding:12px;background:#101214}.renn-payment-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.renn-payment-option{position:relative;display:grid!important;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:78px;padding:12px 13px;border:1px solid #252b30;border-radius:9px;background:#171b1e;cursor:pointer;transition:.16s}.renn-payment-option:hover{border-color:#3b434a}.renn-payment-option>input{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;margin:0!important}.renn-payment-radio{width:16px;height:16px;border:2px solid #f5f5f5;border-radius:4px;background:#fff;box-shadow:inset 0 0 0 2px #fff}.renn-payment-option:has(input:checked){border-color:#ff9d00;background:#1d1a13;box-shadow:0 0 0 2px rgba(255,157,0,.08)}.renn-payment-option:has(input:checked) .renn-payment-radio{border-color:#ff9d00;background:#ff9d00;box-shadow:inset 0 0 0 3px #171b1e}.renn-payment-option-copy{min-width:0}.renn-payment-option-copy strong{display:block;color:#f5f7f8;font-size:10px;line-height:1.3}.renn-payment-option-copy small{display:block;margin-top:8px;color:#ff9d00;font-size:10px;font-weight:900}.renn-payment-option .renn-pay-brand{justify-self:end;max-width:88px}.renn-payment-panel-note{margin:10px 0 0;color:#7f8992;font-size:8px;line-height:1.5}.renn-payment-validation{margin:8px 0 0;padding:8px 10px;border:1px solid #7f1d1d;border-radius:7px;background:#2a1515;color:#fca5a5;font-size:8px;font-weight:700}.renn-payment-validation[hidden]{display:none}.renn-payment-note{color:#ffb141}

@media(max-width:900px){.midtrans-channel-grid-fee{grid-template-columns:1fr 1fr}.renn-payment-option-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.midtrans-channel-grid-fee{grid-template-columns:1fr}.midtrans-fee-editor{grid-template-columns:1fr 1fr}.renn-payment-option-panel{padding:10px}.renn-payment-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.renn-payment-option{grid-template-columns:18px minmax(0,1fr) auto;gap:8px;min-height:76px;padding:10px}.renn-payment-option-copy strong{font-size:9px}.renn-payment-option-copy small{font-size:9px;margin-top:7px}.renn-payment-option .renn-pay-brand{font-size:6px;max-width:70px;padding:3px 6px}}
@media(max-width:420px){.renn-payment-option-grid{grid-template-columns:1fr}.renn-payment-option{min-height:70px}.midtrans-fee-editor{grid-template-columns:1fr}}

/* V2.9 - Mobile storefront 3 x 3 game grid */
.product-mobile-label{display:none}
@media(max-width:720px){
  .best-grid-v2,.product-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .product-card-v2{min-width:0}
  .product-image-v2{position:relative;aspect-ratio:3/4;border-radius:11px;background:#111827;box-shadow:0 5px 14px rgba(16,24,40,.14)}
  .product-image-v2 img{width:100%;height:100%;object-fit:cover}
  .product-image-v2:after{content:"";position:absolute;left:0;right:0;bottom:0;height:46%;background:linear-gradient(180deg,transparent,rgba(5,8,12,.78));pointer-events:none}
  .product-mobile-label{display:block;position:absolute;z-index:2;left:7px;right:7px;bottom:7px;color:#fff;font-size:9px;font-weight:800;line-height:1.18;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,.85);white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-meta-v2{display:none}
  .best-ribbon{z-index:3;top:6px;left:6px;padding:3px 5px;border-radius:5px;font-size:6px}
  .mobile-home-3x3>.product-card-v2:nth-child(n+10){display:none}
}
@media(max-width:420px){
  .storefront-v2 .container{width:calc(100% - 16px)}
  .best-grid-v2,.product-grid-v2{gap:8px}
  .product-image-v2{border-radius:10px}
  .product-mobile-label{left:6px;right:6px;bottom:6px;font-size:8px}
}

/* V3.3 - Mobile-first storefront inspired by the structure of Rennstore, with Edelyn branding */
.mobile-header-action{display:none}.nav-toggle svg,.mobile-header-action svg,.mobile-bottom-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.renn-title-icon,.renn-section-icon{display:inline-flex;align-items:center;justify-content:center}.renn-search-icon{display:none}

@media(max-width:720px){
  html{background:#0b0d0f}
  body.storefront-v2.renn-mobile-store{background:#0d0f11;color:#f4f5f7;padding-bottom:68px;min-height:100vh}
  .renn-mobile-store .container{width:calc(100% - 18px);max-width:560px}
  .renn-mobile-store .top-info{display:none}
  .renn-mobile-store .site-header-v2{position:sticky;top:0;z-index:80;background:rgba(13,15,17,.96);border-bottom:1px solid #23272b;box-shadow:none;backdrop-filter:blur(16px)}
  .renn-mobile-store .nav-wrap-v2{height:56px;gap:10px}
  .renn-mobile-store .brand-v2{gap:8px;color:#fff;font-size:13px;font-weight:800;min-width:0}
  .renn-mobile-store .brand-v2 .brand-mark,.renn-mobile-store .brand-v2 img{width:30px;height:30px;border-radius:8px;object-fit:contain;transform:none;box-shadow:none}
  .renn-mobile-store .brand-v2>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}
  .renn-mobile-store .main-nav-v2,.renn-mobile-store .header-search,.renn-mobile-store .header-login{display:none!important}
  .renn-mobile-store .mobile-header-action{display:flex;margin-left:auto;width:34px;height:34px;border:1px solid #2b3035;border-radius:9px;align-items:center;justify-content:center;color:#d8dde2;background:#171a1d}
  .renn-mobile-store .nav-toggle{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid #2b3035;border-radius:9px;background:#171a1d;color:#d8dde2;margin-left:0;padding:0}
  .renn-mobile-store .nav-toggle svg{width:18px;height:18px}
  .renn-mobile-store .main-nav-v2.open{display:flex!important;position:absolute;top:60px;left:9px;right:9px;background:#171a1d;border:1px solid #2a2f34;border-radius:12px;padding:8px;box-shadow:0 20px 45px rgba(0,0,0,.45)}
  .renn-mobile-store .main-nav-v2.open a{padding:10px;border-radius:8px;color:#dce1e5;font-size:11px}
  .renn-mobile-store .main-nav-v2.open a.active{background:#24282c;color:#ff9d00}

  .renn-mobile-store .hero-section-v2{padding:9px 0 0}
  .renn-mobile-store .banner-shell-v2{min-height:0;height:auto;aspect-ratio:16/7;border-radius:10px;background:#171a1d;box-shadow:none;border:1px solid #22272c}
  .renn-mobile-store .hero-banner-v2{padding:15px;background:linear-gradient(135deg,#15191e,#25180b)}
  .renn-mobile-store .hero-banner-v2.has-image:after{display:none}
  .renn-mobile-store .hero-banner-v2.has-image .hero-copy-v2{display:none}
  .renn-mobile-store .hero-banner-v2 img{opacity:1;object-fit:cover}
  .renn-mobile-store .hero-copy-v2{max-width:88%}
  .renn-mobile-store .hero-chip{padding:3px 6px;border-radius:5px;background:#ff9d00;color:#111;font-size:6px;font-weight:900}
  .renn-mobile-store .hero-copy-v2 h1{font-size:21px;line-height:1.05;margin:7px 0;color:#fff}
  .renn-mobile-store .hero-copy-v2 p{font-size:8px;color:#ccd1d5;margin:0 0 8px}
  .renn-mobile-store .hero-cta-v2{padding:6px 8px;border-radius:6px;background:#ff9d00;color:#111;font-size:7px;font-weight:900}
  .renn-mobile-store .carousel-dots{bottom:7px;gap:4px}
  .renn-mobile-store .carousel-dots button{width:5px;height:5px;background:rgba(255,255,255,.45)}
  .renn-mobile-store .carousel-dots button.active{width:18px;background:#ff9d00}
  .renn-mobile-store .benefit-strip{display:none}

  .renn-mobile-store .section{padding:20px 0 0}
  .renn-mobile-store .compact-section{padding-top:20px}
  .renn-mobile-store .renn-heading{margin-bottom:10px}
  .renn-mobile-store .renn-heading h2{display:flex;align-items:center;gap:6px;margin:0;color:#fff;font-size:13px;line-height:1.2;letter-spacing:.01em;font-weight:900}
  .renn-mobile-store .renn-heading p{margin:3px 0 0;color:#7f8993;font-size:7px}
  .renn-mobile-store .renn-title-icon{width:18px;height:18px;color:#ff9d00;font-size:13px}
  .renn-mobile-store .eyebrow{display:none}

  .renn-mobile-store .flash-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:82%;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 1px 5px;scrollbar-width:none}
  .renn-mobile-store .flash-scroll::-webkit-scrollbar{display:none}
  .renn-mobile-store .flash-card{scroll-snap-align:start;min-width:0;display:grid;grid-template-columns:70px 1fr;gap:9px;padding:8px;border:1px solid #252a2f;border-radius:9px;background:#171a1d;box-shadow:none;color:#fff}
  .renn-mobile-store .flash-product-icon{width:70px;height:70px;border-radius:8px;background:#23272c;overflow:hidden}
  .renn-mobile-store .flash-product-icon img{width:100%;height:100%;object-fit:cover}
  .renn-mobile-store .flash-info{min-width:0}
  .renn-mobile-store .flash-info>small{color:#9aa2aa;font-size:7px}
  .renn-mobile-store .flash-info>strong{display:block;color:#fff;font-size:9px;line-height:1.25;margin:1px 0 5px}
  .renn-mobile-store .flash-price{display:flex;align-items:center;gap:6px}
  .renn-mobile-store .flash-price b{font-size:10px;color:#ff9d00}
  .renn-mobile-store .flash-price del{font-size:7px;color:#687078}
  .renn-mobile-store .flash-stock{margin-top:7px;padding-top:6px;border-top:1px dashed #30353a;color:#8b949d;font-size:6px}
  .renn-mobile-store .flash-stock .countdown{color:#ff9d00;font-weight:800}

  .renn-mobile-store .best-grid-v2,.renn-mobile-store .product-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .renn-mobile-store .product-card-v2{min-width:0;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible}
  .renn-mobile-store .product-card-v2:hover{transform:none;box-shadow:none;border:0}
  .renn-mobile-store .product-image-v2{position:relative;aspect-ratio:3/4;border-radius:8px;overflow:hidden;background:#1c2024;box-shadow:none;border:1px solid #242a2f}
  .renn-mobile-store .product-image-v2 img{width:100%;height:100%;object-fit:cover;display:block}
  .renn-mobile-store .product-image-v2:after{height:42%;background:linear-gradient(180deg,transparent,rgba(4,6,8,.82))}
  .renn-mobile-store .product-mobile-label{display:-webkit-box;left:6px;right:6px;bottom:6px;color:#fff;font-size:7.5px;font-weight:900;line-height:1.15;text-transform:uppercase;text-shadow:0 1px 3px #000;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .renn-mobile-store .product-meta-v2{display:none}
  .renn-mobile-store .best-ribbon{top:5px;left:5px;padding:2px 4px;border-radius:4px;background:#ff9d00;color:#111;font-size:5px;box-shadow:none}
  .renn-mobile-store .mobile-home-3x3>.product-card-v2:nth-child(n+10){display:none}

  .renn-mobile-store .catalog-section-v2{padding-top:24px}
  .renn-mobile-store .renn-catalog-toolbar{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;padding-bottom:0;border:0}
  .renn-mobile-store .renn-category-tabs{order:2;width:100%;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:7px;overflow-x:auto;padding:0 0 2px;scrollbar-width:none}
  .renn-mobile-store .renn-category-tabs::-webkit-scrollbar{display:none}
  .renn-mobile-store .renn-category-tabs a{display:flex;align-items:center;gap:5px;min-width:max-content;padding:7px 9px;border:1px solid #292e33;border-radius:7px;background:#171a1d;color:#9fa8b1;font-size:7px;font-weight:800}
  .renn-mobile-store .renn-category-tabs a span{font-size:10px}
  .renn-mobile-store .renn-category-tabs a.active{background:#ff9d00;border-color:#ff9d00;color:#121416;box-shadow:none}
  .renn-mobile-store .renn-mobile-search{order:1;display:grid;grid-template-columns:25px 1fr 52px;align-items:center;width:100%;height:38px;min-width:0;border:1px solid #292e33;border-radius:8px;background:#171a1d;overflow:hidden}
  .renn-mobile-store .renn-search-icon{display:block;text-align:center;color:#7f8993;font-size:15px}
  .renn-mobile-store .renn-mobile-search input{height:36px;margin:0!important;padding:0 5px!important;border:0!important;background:transparent!important;color:#e9edf0!important;font-size:8px;box-shadow:none!important}
  .renn-mobile-store .renn-mobile-search input::placeholder{color:#69727a}
  .renn-mobile-store .renn-mobile-search button{height:38px;padding:0;border:0;border-radius:0;background:#ff9d00;color:#111;font-size:7px;font-weight:900}

  .renn-mobile-store .renn-catalog-block{margin-bottom:24px}
  .renn-mobile-store .renn-catalog-title{margin-bottom:10px}
  .renn-mobile-store .renn-catalog-title>div{gap:6px}
  .renn-mobile-store .renn-catalog-title h3{margin:0;color:#fff;font-size:12px;font-weight:900;letter-spacing:.02em}
  .renn-mobile-store .renn-section-icon{width:19px;height:19px;color:#fff;font-size:13px}
  .renn-mobile-store .renn-catalog-title>a{padding:5px 7px;border:1px solid #292e33;border-radius:6px;background:#171a1d;color:#b7bec5;font-size:6px;font-weight:700}
  .renn-mobile-store .category-dot{display:none}

  .renn-mobile-store .renn-why-section{padding:24px 0 26px;background:#0b0d0f;border-top:1px solid #22272c}
  .renn-mobile-store .why-header{margin-bottom:12px;text-align:left}
  .renn-mobile-store .why-header h2{margin:0;color:#fff;font-size:14px}
  .renn-mobile-store .why-grid{grid-template-columns:1fr 1fr;gap:7px}
  .renn-mobile-store .why-grid article{padding:10px;border:1px solid #252a2f;border-radius:8px;background:#15181b}
  .renn-mobile-store .why-grid article>span{width:26px;height:26px;border-radius:7px;background:#252015;color:#ff9d00;font-size:8px}
  .renn-mobile-store .why-grid h3{margin:7px 0 3px;color:#fff;font-size:8px}
  .renn-mobile-store .why-grid p{margin:0;color:#7f8993;font-size:6px;line-height:1.45}

  .renn-mobile-store .site-footer-v2{margin-top:0;padding:22px 0 78px;background:#090b0d;border-top:1px solid #20252a;color:#9099a2}
  .renn-mobile-store .site-footer-v2 .footer-grid{grid-template-columns:1fr;gap:14px}
  .renn-mobile-store .site-footer-v2 .footer-grid>div:not(:first-child){display:none}
  .renn-mobile-store .footer-brand{font-size:11px}
  .renn-mobile-store .footer-brand .brand-mark{width:28px;height:28px;border-radius:7px}
  .renn-mobile-store .site-footer-v2 p{margin:7px 0 0;font-size:7px;line-height:1.5}
  .renn-mobile-store .footer-bottom{margin-top:12px;padding-top:10px;border-color:#23282d;color:#5f6870;font-size:6px}

  .renn-mobile-store .mobile-bottom-nav{position:fixed;z-index:100;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:repeat(3,1fr);padding:0 8px env(safe-area-inset-bottom);background:rgba(13,15,17,.98);border-top:1px solid #272c31;backdrop-filter:blur(18px)}
  .renn-mobile-store .mobile-bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#737d86}
  .renn-mobile-store .mobile-bottom-nav a svg{width:18px;height:18px}
  .renn-mobile-store .mobile-bottom-nav a small{font-size:6.5px;font-weight:700}
  .renn-mobile-store .mobile-bottom-nav a.active{color:#ff9d00}
  .renn-mobile-store .mobile-bottom-nav a.active:before{content:"";position:absolute;top:0;width:28px;height:2px;border-radius:0 0 4px 4px;background:#ff9d00}

  .renn-mobile-store .flash{margin-top:8px;padding:8px 9px;border-radius:7px;font-size:7px}
  .renn-mobile-store .flash.success{background:#0f251d;color:#7ee2ad;border-color:#1d4c38}
  .renn-mobile-store .flash.error,.renn-mobile-store .form-errors{background:#291515;color:#ffaaa5;border-color:#5b2828}

  /* Other customer pages use the same dark mobile language. */
  .renn-mobile-store:not(.product-detail-dark) main>.section{padding-top:16px}
  .renn-mobile-store .lookup-card,.renn-mobile-store .invoice-card{background:#15181b;border-color:#272c31;color:#eef1f3;box-shadow:none}
  .renn-mobile-store .lookup-card h1,.renn-mobile-store .invoice-card h1{color:#fff}
  .renn-mobile-store .lookup-card p,.renn-mobile-store .invoice-head p{color:#7f8993}
  .renn-mobile-store .lookup-card input,.renn-mobile-store .price-table-wrap input{background:#111417;color:#fff;border-color:#2c3237}
  .renn-mobile-store .order-row{background:#15181b;border-color:#282d32;color:#fff}
  .renn-mobile-store .order-row span{color:#828b94}
  .renn-mobile-store .price-table-wrap{border:1px solid #282d32;border-radius:9px;overflow:auto;background:#15181b}
  .renn-mobile-store .price-table{min-width:580px;color:#e6eaed}
  .renn-mobile-store .price-table th{background:#111417;color:#9aa3ab;border-color:#282d32}
  .renn-mobile-store .price-table td{border-color:#282d32}
  .renn-mobile-store .price-table small{color:#777f88}
  .renn-mobile-store .price-table a{color:#ff9d00}
  .renn-mobile-store .section-heading h1{color:#fff;font-size:18px}
  .renn-mobile-store .section-heading p{color:#7f8993;font-size:8px}

  /* Keep the existing Renn-like product detail while aligning its chrome. */
  .renn-mobile-store.product-detail-dark{padding-bottom:0}
  .renn-mobile-store.product-detail-dark .mobile-bottom-nav{display:none}
  .renn-mobile-store.product-detail-dark .site-footer-v2{padding-bottom:26px}
}

@media(max-width:380px){
  .renn-mobile-store .container{width:calc(100% - 14px)}
  .renn-mobile-store .best-grid-v2,.renn-mobile-store .product-grid-v2{gap:6px}
  .renn-mobile-store .product-mobile-label{left:5px;right:5px;bottom:5px;font-size:6.8px}
  .renn-mobile-store .brand-v2>span:last-child{max-width:135px}
}

/* V3.4 - mobile checkout flow */
.renn-account-confirmation{display:flex;align-items:center;gap:9px;margin-top:10px;padding:9px 10px;border:1px solid rgba(34,197,94,.28);border-radius:8px;background:rgba(34,197,94,.08);color:#dcfce7}.renn-account-confirmation[hidden]{display:none}.renn-account-check{width:24px;height:24px;flex:0 0 24px;display:grid;place-items:center;border-radius:50%;background:#22c55e;color:#07150b;font-weight:900}.renn-account-confirmation small{display:block;color:#86efac;font-size:7px;font-weight:700}.renn-account-confirmation strong{display:block;margin-top:1px;color:#f0fdf4;font-size:9px;word-break:break-all}.renn-account-validation{margin:8px 0 0;padding:8px 10px;border-radius:7px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.24);color:#fca5a5;font-size:8px;font-weight:700}.renn-account-validation[hidden]{display:none}.renn-buy-button{display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.renn-buy-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.renn-buy-button strong{white-space:nowrap;color:#fff}.renn-mobile-total button.renn-mobile-buy-copy{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:175px;max-width:62vw;text-align:left}.renn-mobile-total button.renn-mobile-buy-copy span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px}.renn-mobile-total button.renn-mobile-buy-copy strong{display:block;white-space:nowrap;color:#fff;font-size:10px}
@media(max-width:600px){.renn-mobile-total{grid-template-columns:minmax(0,1fr) minmax(165px,58vw)}.renn-mobile-total button.renn-mobile-buy-copy{width:100%;min-width:0;max-width:none}.renn-mobile-total>div{min-width:0}.renn-account-confirmation{padding:8px 9px}.renn-account-confirmation strong{font-size:8px}}

/* V3.5 - nickname verification and compact purchase action */
.renn-account-lookup-status{margin:8px 0 0;padding:8px 10px;border-radius:7px;font-size:8px;font-weight:700;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.24);color:#bfdbfe}
.renn-account-lookup-status[hidden]{display:none}.renn-account-lookup-status[data-state="error"]{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.24);color:#fca5a5}.renn-account-lookup-status[data-state="neutral"]{background:rgba(148,163,184,.1);border-color:rgba(148,163,184,.22);color:#cbd5e1}
.renn-account-result{min-width:0;display:grid;gap:2px}.renn-account-result [data-account-region]{display:inline-flex;width:max-content;max-width:100%;margin-top:3px;padding:3px 7px;border-radius:999px;background:rgba(34,197,94,.14);color:#bbf7d0;font-size:7px;font-weight:800}.renn-account-result [data-account-region][hidden]{display:none}
.renn-mobile-total button.renn-mobile-buy-copy,.renn-buy-button{justify-content:center;text-align:center}.renn-mobile-total button.renn-mobile-buy-copy span,.renn-buy-button span{font-size:10px;font-weight:800;overflow:visible;white-space:nowrap}


/* V3.6 footer + shared banner */
.renn-shared-banner{margin-bottom:14px}.renn-shared-banner-card{position:relative;display:block;min-height:180px;border-radius:14px;overflow:hidden;background:linear-gradient(135deg,#15191d,#232831);border:1px solid #252b31;box-shadow:0 16px 34px rgba(0,0,0,.18)}.renn-shared-banner-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}.renn-shared-banner-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,18,20,.82) 0%,rgba(16,18,20,.45) 52%,rgba(16,18,20,.2) 100%)}.renn-shared-banner-copy{position:relative;z-index:2;max-width:580px;padding:26px;color:#fff}.renn-shared-banner-chip{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,157,0,.18);border:1px solid rgba(255,157,0,.35);color:#ffbf4d;font-size:11px;font-weight:800;letter-spacing:.08em}.renn-shared-banner-copy h2{margin:12px 0 8px;font-size:30px;line-height:1.05}.renn-shared-banner-copy p{margin:0;color:#d7dce1;font-size:14px;line-height:1.55}.renn-shared-banner-card.fallback:before{display:none}
.renn-footer-shell{display:grid;grid-template-columns:1fr 1.6fr 1.1fr;gap:34px;align-items:start}.renn-footer-col{min-width:0}.renn-footer-brand{display:flex;align-items:center;gap:12px;color:#fff;font-size:20px;font-weight:800}.renn-footer-brand img{width:44px;height:44px;object-fit:contain}.renn-footer-socials{display:flex;gap:12px;margin-top:22px}.renn-footer-socials a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#161b20;border:1px solid #262d33;color:#fff;font-size:18px}.renn-footer-links{display:flex;flex-wrap:wrap;gap:16px 28px}.renn-footer-links a{color:#f4f5f6;font-size:15px}.renn-footer-desc{margin:24px 0 0;color:#8e98a3;line-height:1.8}.renn-footer-copy{margin:18px 0 0;color:#6f7a85;line-height:1.7}.renn-footer-contact{display:grid;gap:14px}.renn-footer-contact>div{display:flex;gap:12px;align-items:flex-start}.renn-footer-contact span{font-size:18px;line-height:1.3;color:#ffab1f}.renn-footer-contact p{margin:0;color:#f1f3f5;line-height:1.6}.renn-footer-payments{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.renn-footer-payments span{display:inline-flex;align-items:center;justify-content:center;min-width:68px;padding:9px 12px;border-radius:8px;background:#fff;color:#101214;font-size:12px;font-weight:800;box-shadow:0 4px 12px rgba(0,0,0,.14)}
@media(max-width:900px){.renn-footer-shell{grid-template-columns:1fr;gap:24px}.renn-footer-links{gap:12px 18px}.renn-footer-desc{margin-top:14px}.renn-footer-payments span{min-width:60px;padding:8px 10px}.renn-shared-banner-copy h2{font-size:24px}}
@media(max-width:600px){.renn-shared-banner{margin-bottom:10px}.renn-shared-banner-card{min-height:118px;border-radius:10px}.renn-shared-banner-copy{padding:14px 12px 16px;max-width:74%}.renn-shared-banner-chip{font-size:7px;padding:4px 7px}.renn-shared-banner-copy h2{margin:8px 0 6px;font-size:16px}.renn-shared-banner-copy p{font-size:8px;line-height:1.45}.renn-mobile-store .site-footer-v2 .renn-footer-shell{grid-template-columns:1fr;gap:16px}.renn-mobile-store .site-footer-v2 .renn-footer-links{gap:10px 12px}.renn-mobile-store .site-footer-v2 .renn-footer-links a{font-size:11px}.renn-mobile-store .site-footer-v2 .renn-footer-desc,.renn-mobile-store .site-footer-v2 .renn-footer-copy,.renn-mobile-store .site-footer-v2 .renn-footer-contact p{font-size:9px;line-height:1.65}.renn-mobile-store .site-footer-v2 .renn-footer-brand{font-size:16px}.renn-mobile-store .site-footer-v2 .renn-footer-brand img,.renn-mobile-store .site-footer-v2 .renn-footer-brand .brand-mark{width:36px;height:36px}.renn-mobile-store .site-footer-v2 .renn-footer-socials{margin-top:14px;gap:10px}.renn-mobile-store .site-footer-v2 .renn-footer-socials a{width:30px;height:30px;font-size:14px}.renn-mobile-store .site-footer-v2 .renn-footer-payments{margin-top:14px;gap:8px}.renn-mobile-store .site-footer-v2 .renn-footer-payments span{min-width:52px;padding:7px 8px;font-size:9px}}

/* V3.7 selectable product cards - Bootstrap enhanced storefront */
body.storefront-v2{font-family:"Plus Jakarta Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.product-select-card{position:relative;display:block;outline:0;text-decoration:none!important;user-select:none;-webkit-tap-highlight-color:transparent}
.product-select-card .product-meta-v2{display:none!important}
.product-select-card .product-image-v2{isolation:isolate;transition:transform .24s cubic-bezier(.2,.75,.25,1),box-shadow .24s ease,border-color .24s ease;will-change:transform}
.product-select-card .product-image-v2>img{transition:transform .34s cubic-bezier(.2,.75,.25,1),filter .28s ease}
.product-select-card .product-image-v2:after{transition:height .24s ease,background .24s ease,opacity .24s ease}
.product-selected-overlay{position:absolute;z-index:4;left:0;right:0;bottom:0;padding:30px 12px 12px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;color:#fff;opacity:0;visibility:hidden;transform:translateY(12px);pointer-events:none;background:linear-gradient(180deg,rgba(6,8,11,0),rgba(6,8,11,.78) 24%,rgba(6,8,11,.97) 100%);transition:opacity .2s ease,visibility .2s ease,transform .25s cubic-bezier(.2,.75,.25,1)}
.product-selected-kicker{margin-bottom:4px!important;padding:5px 8px!important;background:var(--primary,#ff9d00)!important;color:#101214!important;font-size:7px!important;font-weight:800!important;letter-spacing:.08em}
.product-selected-name{max-width:100%;font-size:14px;line-height:1.22;font-weight:800;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 9px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-selected-publisher{max-width:100%;font-size:9px;font-weight:500;color:#c9d0d7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-open-hint{margin-top:5px;color:#ffbe4a;font-size:8px;font-weight:700;line-height:1.2}
.product-open-hint i{font-size:10px}
.product-select-card.is-selected{z-index:3}
.product-select-card.is-selected .product-image-v2{transform:translateY(-5px) scale(1.018);border-color:rgba(255,157,0,.82)!important;box-shadow:0 18px 38px rgba(0,0,0,.27),0 0 0 2px rgba(255,157,0,.14)!important}
.product-select-card.is-selected .product-image-v2>img{transform:scale(1.055);filter:saturate(1.06) brightness(.82)}
.product-select-card.is-selected .product-image-v2:after{height:62%;background:linear-gradient(180deg,transparent,rgba(5,7,10,.92));opacity:1}
.product-select-card.is-selected .product-selected-overlay{opacity:1;visibility:visible;transform:translateY(0)}
.product-select-card:focus-visible .product-image-v2{outline:3px solid rgba(255,157,0,.42);outline-offset:3px}
.product-select-card:focus-visible .product-selected-overlay{opacity:1;visibility:visible;transform:translateY(0)}
.product-select-card:focus-visible .product-image-v2>img{filter:brightness(.82)}

@media(min-width:601px){
  .product-select-card .product-image-v2{aspect-ratio:3/4;border-radius:14px}
  .product-select-card .product-selected-overlay{padding:44px 14px 14px}
  .product-selected-name{font-size:15px}
  .product-selected-publisher{font-size:10px}
  .product-open-hint{font-size:9px}
}
@media(max-width:600px){
  .product-select-card .product-image-v2{border-radius:10px}
  .product-select-card .product-image-v2:after{opacity:.22;height:25%;background:linear-gradient(180deg,transparent,rgba(4,6,8,.7))}
  .product-select-card.is-selected .product-image-v2:after{height:68%;opacity:1;background:linear-gradient(180deg,transparent,rgba(4,6,8,.96))}
  .product-selected-overlay{padding:26px 8px 8px;gap:2px}
  .product-selected-kicker{padding:4px 6px!important;font-size:5.5px!important;margin-bottom:2px!important}
  .product-selected-name{font-size:9.5px;line-height:1.18}
  .product-selected-publisher{font-size:6.5px}
  .product-open-hint{margin-top:3px;font-size:6px}
  .product-open-hint i{font-size:7px}
  .product-select-card.is-selected .product-image-v2{transform:translateY(-3px) scale(1.02);box-shadow:0 12px 25px rgba(0,0,0,.32),0 0 0 2px rgba(255,157,0,.16)!important}
}
@media(prefers-reduced-motion:reduce){.product-select-card .product-image-v2,.product-select-card .product-image-v2>img,.product-selected-overlay{transition:none!important}}


/* V3.8 - TaufikGaming-inspired customer storefront (Edelyn branding/assets) */
:root{--tg-yellow:#f7c900;--tg-yellow-2:#ffdc42;--tg-ink:#121317;--tg-ink-2:#1a1c21;--tg-line:#e8e8e8;--tg-muted:#70747d;--tg-bg:#f6f7f9}
body.tg-store{font-family:"Plus Jakarta Sans",Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--tg-bg);color:#17181c;min-height:100vh;padding-bottom:0!important}
.tg-store main{min-height:60vh}
.tg-container{width:min(1180px,calc(100% - 32px));max-width:1180px}

/* Header */
.tg-header{z-index:1030;background:#fff;border-bottom:1px solid #ededed;box-shadow:0 4px 18px rgba(17,19,23,.045)}
.tg-header-inner{height:74px;display:flex;align-items:center;gap:22px}
.tg-brand{display:inline-flex;align-items:center;gap:10px;min-width:max-content;text-decoration:none;color:#111318}
.tg-brand:hover{color:#111318}.tg-brand img{width:42px;height:42px;object-fit:contain}.tg-brand-mark{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,var(--tg-yellow),#f0a800);color:#111318;font-weight:900;box-shadow:0 7px 20px rgba(247,201,0,.25)}
.tg-brand strong{font-size:18px;font-weight:800;letter-spacing:-.035em}
.tg-header-search{height:44px;flex:1;max-width:420px;margin-left:12px;display:flex;align-items:center;gap:10px;padding:0 14px;background:#f7f7f8;border:1px solid #e4e5e7;border-radius:11px;color:#8a8e95;transition:.2s}
.tg-header-search:focus-within{background:#fff;border-color:#d9b100;box-shadow:0 0 0 3px rgba(247,201,0,.13)}.tg-header-search input{flex:1;width:auto;border:0!important;box-shadow:none!important;background:transparent!important;margin:0!important;padding:0!important;font-size:12px;color:#111318}.tg-header-search input::placeholder{color:#a0a3a9}
.tg-desktop-nav{margin-left:auto;align-items:center;gap:20px}.tg-desktop-nav>a{position:relative;color:#4f535b;text-decoration:none;font-size:12px;font-weight:650;white-space:nowrap;padding:8px 0}.tg-desktop-nav>a:hover,.tg-desktop-nav>a.active{color:#111318}.tg-desktop-nav>a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:4px;background:var(--tg-yellow)}.tg-desktop-nav .tg-account-link{padding:9px 13px;border:1px solid #dedfe2;border-radius:10px}.tg-desktop-nav .tg-account-link:after{display:none}
.tg-menu-btn,.tg-mobile-search-btn{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:0;border-radius:9px;background:#f4f4f5;color:#17181c;font-size:22px;text-decoration:none}.tg-mobile-search-btn{font-size:16px;margin-left:auto}
.tg-offcanvas{--bs-offcanvas-width:min(330px,88vw);background:#15171b;color:#f8f9fa;border-right:1px solid #292c32}.tg-offcanvas .offcanvas-header{padding:20px;border-bottom:1px solid #292c32}.tg-offcanvas-brand{display:flex;align-items:center;gap:10px}.tg-offcanvas-brand img{width:40px;height:40px;object-fit:contain}.tg-offcanvas-brand strong{font-size:17px}.tg-offcanvas .offcanvas-body{padding:18px 16px;display:flex;flex-direction:column}.tg-drawer-search{display:flex;align-items:center;gap:9px;height:44px;padding:0 12px;background:#202329;border:1px solid #30343b;border-radius:10px;color:#89909a}.tg-drawer-search input{height:auto;margin:0;padding:0;border:0!important;box-shadow:none!important;background:transparent!important;color:#fff;font-size:12px}.tg-drawer-search input::placeholder{color:#7e858e}.tg-drawer-nav{display:grid;gap:6px;margin-top:18px}.tg-drawer-nav a{display:flex;align-items:center;gap:13px;padding:12px 13px;border-radius:10px;color:#c9cdd3;text-decoration:none;font-size:12px;font-weight:650}.tg-drawer-nav a i{font-size:17px;color:#aeb3bb}.tg-drawer-nav a:hover,.tg-drawer-nav a.active{background:#252930;color:#fff}.tg-drawer-nav a.active i{color:var(--tg-yellow)}.tg-drawer-copy{margin-top:auto;padding:24px 12px 4px;color:#686f78;font-size:10px}

/* Banner */
.tg-hero-section{padding:22px 0 0}.tg-banner{position:relative;height:auto;aspect-ratio:1000/360;overflow:hidden;border-radius:16px;background:#111318;box-shadow:0 14px 35px rgba(17,19,23,.10)}
.tg-banner-slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .35s ease,visibility .35s ease}.tg-banner-slide.active{opacity:1;visibility:visible;pointer-events:auto}.tg-banner-slide img{width:100%;height:100%;object-fit:cover;display:block}.tg-banner-fallback-wrap{background:linear-gradient(115deg,#0d0f13,#1d2026)}.tg-banner-fallback{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:7% 8%;background:radial-gradient(circle at 80% 10%,rgba(247,201,0,.35),transparent 35%),linear-gradient(115deg,#111318 0%,#22252b 58%,#181608 100%);color:#fff}.tg-banner-fallback span{width:max-content;padding:6px 9px;border-radius:7px;background:var(--tg-yellow);color:#111318;font-size:9px;font-weight:900;letter-spacing:.09em}.tg-banner-fallback strong{max-width:640px;margin-top:12px;font-size:clamp(28px,5vw,58px);line-height:1.03;font-weight:900;letter-spacing:-.055em}.tg-banner-fallback small{margin-top:10px;font-size:14px;color:#cdd1d7}.tg-banner-dots{bottom:12px}.tg-banner-dots button{background:rgba(255,255,255,.55)}.tg-banner-dots button.active{background:var(--tg-yellow)}

/* Sections */
.tg-section{padding:34px 0 0}.tg-section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.tg-section-heading h2{display:flex;align-items:center;gap:8px;margin:0;color:#17181c;font-size:20px;font-weight:900;letter-spacing:-.035em}.tg-section-heading h2 i{color:#e7b900}.tg-section-heading p{margin:4px 0 0;color:#7a7e86;font-size:11px}
.tg-popular-scroll{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tg-popular-card{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:12px;padding:9px;background:#fff;border:1px solid #e9eaec;border-radius:13px;text-decoration:none;color:#17181c;box-shadow:0 5px 16px rgba(16,24,40,.035);transition:.2s}.tg-popular-card:hover{transform:translateY(-2px);border-color:#efd766;box-shadow:0 10px 26px rgba(17,19,23,.09);color:#17181c}.tg-popular-image{width:76px;height:76px;overflow:hidden;border-radius:10px;background:#eceef1}.tg-popular-image img{width:100%;height:100%;object-fit:cover}.tg-popular-copy{min-width:0}.tg-popular-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.tg-popular-copy small{display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#858991;font-size:9px}.tg-product-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,var(--tg-yellow),#f4a900);color:#111318;font-size:24px;font-weight:900}

/* Category/search */
.tg-catalog-section{padding-bottom:54px}.tg-category-tabs{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin:2px 0 16px}.tg-category-tabs a{min-width:104px;height:42px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:1px solid #e1e2e5;border-radius:10px;background:#fff;color:#555a62;text-decoration:none;font-size:11px;font-weight:750;box-shadow:0 3px 10px rgba(16,24,40,.025);transition:.18s}.tg-category-tabs a i{font-size:15px}.tg-category-tabs a:hover{border-color:#e6c737;color:#17181c}.tg-category-tabs a.active{background:var(--tg-yellow);border-color:var(--tg-yellow);color:#15171b;box-shadow:0 7px 18px rgba(247,201,0,.22)}
.tg-search-box{max-width:720px;height:48px;margin:0 auto 28px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #dedfe2;border-radius:12px;background:#fff;box-shadow:0 7px 22px rgba(16,24,40,.04);color:#92969d}.tg-search-box:focus-within{border-color:#d6b400;box-shadow:0 0 0 3px rgba(247,201,0,.12),0 8px 24px rgba(16,24,40,.05)}.tg-search-box>i{font-size:15px}.tg-search-box input{flex:1;width:auto;height:auto;margin:0;padding:0;border:0!important;box-shadow:none!important;background:transparent!important;font-size:12px}.tg-search-box>a{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;color:#7e8289;text-decoration:none}.tg-search-box>a:hover{background:#f2f3f4;color:#17181c}
.tg-catalog-title{margin:0 0 14px}.tg-catalog-title>div{display:flex;align-items:center;gap:10px}.tg-title-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#1a1c21;color:var(--tg-yellow);font-size:17px}.tg-catalog-title h2{margin:0;color:#17181c;font-size:18px;font-weight:900;letter-spacing:-.03em}.tg-catalog-title p{margin:2px 0 0;color:#858991;font-size:9px}

/* Product grid, preserves two-step selection requested earlier */
.tg-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.tg-product-card{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;padding:0!important}.tg-product-card:hover{transform:none!important}.tg-product-card .tg-product-image{aspect-ratio:1/1!important;border-radius:12px!important;overflow:hidden;background:#e8e9eb;border:1px solid #e5e6e8!important;box-shadow:0 7px 18px rgba(16,24,40,.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.tg-product-card .tg-product-image>img{width:100%;height:100%;object-fit:cover}.tg-card-shadow-line{height:8px;margin:0 12px;border-radius:0 0 8px 8px;background:var(--tg-yellow);opacity:.92;transform:translateY(-4px);position:relative;z-index:-1}.tg-best-badge{position:absolute;top:8px;left:8px;z-index:3;display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:7px;background:#111318;color:var(--tg-yellow);font-size:6.5px;font-weight:850;box-shadow:0 4px 14px rgba(0,0,0,.2)}.tg-product-card .product-selected-overlay.tg-product-selected{padding:42px 11px 11px;background:linear-gradient(180deg,transparent,rgba(10,11,13,.9) 43%,rgba(10,11,13,.98) 100%)}.tg-select-kicker{display:inline-flex;align-items:center;gap:4px;margin-bottom:3px;padding:4px 6px;border-radius:6px;background:var(--tg-yellow);color:#111318;font-size:6px;font-weight:900}.tg-product-card .product-selected-name{font-size:12px}.tg-product-card .product-selected-publisher{font-size:8px}.tg-product-card .product-open-hint{color:#ffe36a;font-size:7px}.tg-product-card.is-selected .tg-product-image{transform:translateY(-4px) scale(1.015);border-color:#e0bc17!important;box-shadow:0 15px 30px rgba(17,19,23,.19),0 0 0 2px rgba(247,201,0,.17)!important}.tg-product-card.is-selected .tg-card-shadow-line{box-shadow:0 4px 12px rgba(247,201,0,.22)}
.tg-empty-state{grid-column:1/-1;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:1px dashed #d6d8dc;border-radius:14px;background:#fff;color:#747982}.tg-empty-state i{font-size:27px;color:#b0b4ba}.tg-empty-state strong{color:#34373d;font-size:13px}.tg-empty-state span{font-size:10px}.tg-pagination{margin-top:24px;display:flex;justify-content:center}.tg-pagination nav{max-width:100%}

/* Footer */
.tg-footer{margin-top:0;background:#15171b;color:#c8cbd0;border-top:4px solid var(--tg-yellow);padding:44px 0 0}.tg-footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr 1.15fr;gap:38px}.tg-footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.tg-footer-brand img{width:46px;height:46px;object-fit:contain}.tg-footer-brand strong{font-size:18px;font-weight:850}.tg-footer-about>p{max-width:370px;margin:14px 0 0;color:#8e939c;font-size:11px;line-height:1.75}.tg-social-row{display:flex;gap:8px;margin-top:17px}.tg-social-row a{width:34px;height:34px;display:grid;place-items:center;border:1px solid #30343b;border-radius:8px;color:#fff;text-decoration:none}.tg-social-row a:hover{border-color:var(--tg-yellow);color:var(--tg-yellow)}.tg-footer-grid h3{margin:3px 0 15px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em}.tg-footer-grid>div:not(.tg-footer-about)>a{display:block;width:max-content;max-width:100%;margin:0 0 10px;color:#9ca1aa;text-decoration:none;font-size:10px}.tg-footer-grid>div:not(.tg-footer-about)>a:hover{color:var(--tg-yellow)}.tg-footer-grid>div>p{color:#8e939c;font-size:10px;line-height:1.7}.tg-footer-grid>div>p i{color:var(--tg-yellow);margin-right:5px}.tg-footer-help{padding:9px 11px!important;border:1px solid #343840;border-radius:8px!important;color:#eceef1!important}.tg-footer-bottom{margin-top:34px;padding:17px 0 20px;border-top:1px solid #292c32;display:flex;justify-content:space-between;gap:14px;color:#747b85;font-size:9px}

/* Customer secondary pages inherit the same clean shell */
.tg-store:not(.product-detail-dark) .lookup-card,.tg-store:not(.product-detail-dark) .invoice-card{border-radius:14px;border-color:#e6e7e9;box-shadow:0 10px 28px rgba(16,24,40,.06)}
.tg-store.product-detail-dark{--primary:var(--tg-yellow)}
.tg-store.product-detail-dark .renn-step-title,.tg-store.product-detail-dark .renn-voucher-row button,.tg-store.product-detail-dark .renn-buy-button,.tg-store.product-detail-dark .renn-mobile-buy-copy{background:var(--tg-yellow)!important;color:#121317!important}.tg-store.product-detail-dark .renn-step-title span{border-color:#0f1114!important;background:#17191d!important;color:var(--tg-yellow)!important}

@media(max-width:1100px){.tg-desktop-nav{gap:13px}.tg-desktop-nav>a{font-size:11px}.tg-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tg-popular-scroll{grid-template-columns:repeat(2,minmax(0,1fr))}.tg-footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:28px}.tg-footer-grid>div:last-child{grid-column:1/-1}}
@media(max-width:767.98px){
  .tg-container{width:calc(100% - 22px)}.tg-header-inner{height:58px;gap:9px}.tg-brand{gap:8px;min-width:0;max-width:calc(100% - 94px)}.tg-brand img,.tg-brand-mark{width:32px;height:32px;border-radius:8px;flex:0 0 32px}.tg-brand strong{font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tg-menu-btn,.tg-mobile-search-btn{width:34px;height:34px;flex-basis:34px;border-radius:8px}.tg-menu-btn{font-size:20px}.tg-mobile-search-btn{font-size:14px}
  .tg-hero-section{padding-top:10px}.tg-banner{aspect-ratio:16/6.1;border-radius:10px;box-shadow:0 7px 20px rgba(17,19,23,.09)}.tg-banner-fallback{padding:7%}.tg-banner-fallback span{font-size:5.5px;padding:4px 6px}.tg-banner-fallback strong{margin-top:7px;font-size:18px;max-width:82%}.tg-banner-fallback small{margin-top:5px;font-size:7px;max-width:78%}.tg-banner-dots{bottom:6px}.tg-banner-dots button{width:5px;height:5px}.tg-banner-dots button.active{width:17px}
  .tg-section{padding-top:22px}.tg-section-heading{margin-bottom:10px}.tg-section-heading h2{font-size:14px;gap:6px}.tg-section-heading p{font-size:8px;margin-top:2px}.tg-popular-scroll{display:flex;overflow-x:auto;gap:8px;padding:0 1px 5px;scrollbar-width:none;scroll-snap-type:x proximity}.tg-popular-scroll::-webkit-scrollbar{display:none}.tg-popular-card{flex:0 0 72%;grid-template-columns:62px minmax(0,1fr);gap:9px;padding:7px;border-radius:10px;scroll-snap-align:start}.tg-popular-image{width:62px;height:62px;border-radius:8px}.tg-popular-copy strong{font-size:10px}.tg-popular-copy small{font-size:7px}
  .tg-category-tabs{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:7px;margin:0 -11px 10px;padding:1px 11px 5px;scrollbar-width:none}.tg-category-tabs::-webkit-scrollbar{display:none}.tg-category-tabs a{flex:0 0 auto;min-width:82px;height:36px;padding:0 10px;border-radius:9px;font-size:8px;gap:5px}.tg-category-tabs a i{font-size:12px}.tg-search-box{height:42px;margin-bottom:20px;border-radius:10px;padding:0 12px}.tg-search-box input{font-size:9px}.tg-search-box>i{font-size:12px}.tg-catalog-title{margin-bottom:10px}.tg-title-icon{width:29px;height:29px;border-radius:8px;font-size:14px}.tg-catalog-title h2{font-size:13px}.tg-catalog-title p{font-size:7px}.tg-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 8px}.tg-product-card .tg-product-image{border-radius:9px!important}.tg-card-shadow-line{height:6px;margin:0 8px;transform:translateY(-3px)}.tg-best-badge{top:5px;left:5px;padding:3px 5px;border-radius:5px;font-size:4.8px}.tg-product-card .product-selected-overlay.tg-product-selected{padding:30px 7px 7px}.tg-select-kicker{padding:3px 5px;font-size:4.5px}.tg-product-card .product-selected-name{font-size:8.5px}.tg-product-card .product-selected-publisher{font-size:5.8px}.tg-product-card .product-open-hint{font-size:5.5px}.tg-product-card.is-selected .tg-product-image{transform:translateY(-2px) scale(1.018)}.tg-catalog-section{padding-bottom:34px}
  .tg-footer{padding-top:28px;border-top-width:3px}.tg-footer-grid{grid-template-columns:1fr 1fr;gap:24px 20px}.tg-footer-about{grid-column:1/-1}.tg-footer-brand img,.tg-footer-brand .tg-brand-mark{width:38px;height:38px}.tg-footer-brand strong{font-size:15px}.tg-footer-about>p{margin-top:10px;font-size:8.5px;line-height:1.65}.tg-social-row{margin-top:12px}.tg-social-row a{width:30px;height:30px;border-radius:7px;font-size:13px}.tg-footer-grid h3{margin-bottom:10px;font-size:8.5px}.tg-footer-grid>div:not(.tg-footer-about)>a,.tg-footer-grid>div>p{font-size:7.5px;margin-bottom:7px}.tg-footer-grid>div:last-child{grid-column:1/-1}.tg-footer-bottom{margin-top:22px;padding:13px 0 16px;display:grid;gap:4px;font-size:7px}
}
@media(max-width:380px){.tg-product-grid{gap:8px 6px}.tg-popular-card{flex-basis:79%}.tg-category-tabs a{min-width:77px}.tg-footer-grid{gap:20px 14px}}


/* V3.9 - readable customer typography, direct product cards, admin media previews */
.tg-store{font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:15px;line-height:1.6}
.tg-store .tg-brand strong{font-size:17px}.tg-store .tg-desktop-nav>a{font-size:13px;font-weight:700}.tg-store .tg-header-search input{font-size:13px}
.tg-store .tg-section-heading h2{font-size:22px}.tg-store .tg-section-heading p{font-size:12px}.tg-store .tg-catalog-title h2{font-size:22px}.tg-store .tg-catalog-title p{font-size:12px}
.tg-store .tg-category-tabs a{font-size:11px;font-weight:800}.tg-store .tg-search-box input{font-size:13px}.tg-store .tg-popular-copy strong{font-size:14px}.tg-store .tg-popular-copy small{font-size:11px}
.tg-product-card-direct{display:block;color:inherit;text-decoration:none!important}.tg-product-card-direct .tg-product-image{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.tg-product-card-direct:hover .tg-product-image{transform:translateY(-4px);border-color:rgba(218,183,20,.75)!important;box-shadow:0 16px 30px rgba(17,19,23,.16),0 0 0 2px rgba(247,201,0,.12)!important}.tg-product-card-direct:active .tg-product-image{transform:scale(.98)}
.tg-product-card-copy{padding:9px 3px 3px;min-height:52px}.tg-product-card-copy strong{display:block;color:#1b1d22;font-size:13px;font-weight:800;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tg-product-card-copy small{display:block;margin-top:3px;color:#7a7f88;font-size:10px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tg-footer-grid h3{font-size:13px}.tg-footer-grid>div:not(.tg-footer-about)>a,.tg-footer-grid>div>p{font-size:11px}.tg-footer-about>p{font-size:12px}.tg-footer-bottom{font-size:10px}
.admin-banner-preview{width:100%;aspect-ratio:16/6;display:grid;place-items:center;overflow:hidden;border:1px dashed #cfd4dc;border-radius:12px;background:#f8f9fb;color:#8a9099}.admin-banner-preview.existing{margin-bottom:14px}.admin-banner-preview img{width:100%;height:100%;object-fit:cover;display:block}.admin-banner-preview-placeholder{display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px}.admin-banner-preview-placeholder i{font-size:28px}.banner-admin-list article>img{display:none!important}
.admin-logo-upload-row{display:flex;align-items:center;gap:18px;padding:14px;border:1px solid #e7e8ec;border-radius:14px;background:#fafbfc}.admin-logo-preview{width:120px;height:120px;flex:0 0 120px;display:grid;place-items:center;overflow:hidden;border:1px dashed #ccd1d9;border-radius:20px;background:#fff}.admin-logo-preview img{width:100%;height:100%;object-fit:contain}.admin-logo-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px;color:#9298a1}.admin-logo-placeholder i{font-size:28px}.admin-logo-placeholder span{font-size:12px;font-weight:800}
.product-detail-dark .renn-step-body label,.product-detail-dark .renn-full-label{font-size:11px}.product-detail-dark .renn-step-body input{font-size:12px}.product-detail-dark .renn-help,.product-detail-dark .renn-account-lookup-status,.product-detail-dark .renn-account-validation{font-size:10px}.product-detail-dark .renn-step-title h2{font-size:15px}.product-detail-dark .renn-variant-choice strong,.product-detail-dark .renn-variant-choice small{font-size:11px}.product-detail-dark .renn-payment-toggle strong{font-size:12px}.product-detail-dark .renn-payment-panel,.product-detail-dark .renn-payment-panel-note{font-size:10px}
@media(max-width:767.98px){
  .tg-store{font-size:14px}.tg-store .tg-brand strong{font-size:15px}.tg-store .tg-section{padding-top:26px}.tg-store .tg-section-heading h2{font-size:18px}.tg-store .tg-section-heading p{font-size:10px;line-height:1.5}.tg-store .tg-category-tabs a{font-size:10px;min-width:92px}.tg-store .tg-search-box{height:46px}.tg-store .tg-search-box input{font-size:11px}.tg-store .tg-catalog-title h2{font-size:16px}.tg-store .tg-catalog-title p{font-size:9px}.tg-store .tg-popular-copy strong{font-size:12px}.tg-store .tg-popular-copy small{font-size:9px}.tg-product-card-copy{padding:7px 2px 2px;min-height:46px}.tg-product-card-copy strong{font-size:11px}.tg-product-card-copy small{font-size:8.5px}.tg-best-badge{font-size:6px}.tg-store .tg-footer-grid h3{font-size:10px}.tg-store .tg-footer-grid>div:not(.tg-footer-about)>a,.tg-store .tg-footer-grid>div>p{font-size:9px}.tg-store .tg-footer-about>p{font-size:9.5px}.tg-store .tg-footer-bottom{font-size:8px}.admin-logo-upload-row{align-items:flex-start;flex-direction:column}.admin-logo-preview{width:104px;height:104px;flex-basis:104px}
  .product-detail-dark .renn-step-body label,.product-detail-dark .renn-full-label{font-size:10px}.product-detail-dark .renn-step-body input{font-size:11px}.product-detail-dark .renn-help,.product-detail-dark .renn-account-lookup-status,.product-detail-dark .renn-account-validation{font-size:9px}.product-detail-dark .renn-step-title h2{font-size:14px}.product-detail-dark .renn-variant-choice strong,.product-detail-dark .renn-variant-choice small{font-size:10px}.product-detail-dark .renn-payment-toggle strong{font-size:11px}.product-detail-dark .renn-payment-panel,.product-detail-dark .renn-payment-panel-note{font-size:9px}
}

/* =========================================================
   EDELYN STORE V4.0 - DARK CUSTOMER + TAUFIK STYLE CHECKOUT
   ========================================================= */
:root{--ed-dark:#111315;--ed-panel:#20242a;--ed-panel-2:#191c20;--ed-border:#30353c;--ed-muted:#9ea6b0;--ed-green:#00d96f;--ed-green-soft:rgba(0,217,111,.13)}
.tg-store{background:var(--ed-dark)!important;color:#f4f6f8;font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.65}
.tg-store main{background:var(--ed-dark);color:#f4f6f8;min-height:65vh}
.tg-store .tg-header{background:rgba(20,22,25,.97)!important;border-bottom:1px solid #2a2f35!important;box-shadow:0 8px 24px rgba(0,0,0,.16)}
.tg-store .tg-brand strong,.tg-store .tg-desktop-nav>a,.tg-store .tg-account-link{color:#f4f6f8!important}.tg-store .tg-desktop-nav>a:hover,.tg-store .tg-desktop-nav>a.active{color:#f4c800!important}
.tg-store .tg-header-search,.tg-store .tg-drawer-search,.tg-store .tg-search-box{background:#1b1e22!important;border-color:#343940!important}.tg-store .tg-header-search input,.tg-store .tg-drawer-search input,.tg-store .tg-search-box input{background:transparent!important;color:#fff!important}.tg-store input::placeholder{color:#737c86!important}
.tg-store .tg-offcanvas{background:#15181c;color:#fff}.tg-store .tg-drawer-nav a{color:#d8dde3;border-color:#2c3137}.tg-store .tg-drawer-nav a:hover,.tg-store .tg-drawer-nav a.active{background:#20242a;color:#f5c400}
.tg-store .tg-section,.tg-store .tg-catalog-section,.tg-store .tg-hero-section{background:var(--ed-dark)!important}.tg-store .tg-section-heading h2,.tg-store .tg-catalog-title h2{color:#f7f8f9}.tg-store .tg-section-heading p,.tg-store .tg-catalog-title p{color:#9ca5af}
.tg-store .tg-popular-card{background:#1b1e22!important;border-color:#30353b!important;box-shadow:0 12px 26px rgba(0,0,0,.18)!important}.tg-store .tg-popular-copy strong{color:#f4f6f8!important}.tg-store .tg-popular-copy small{color:#949da7!important}
.tg-store .tg-category-tabs a{background:#1b1e22!important;border-color:#30353b!important;color:#dfe3e7!important}.tg-store .tg-category-tabs a:hover,.tg-store .tg-category-tabs a.active{background:#f5c400!important;border-color:#f5c400!important;color:#101214!important}
.tg-store .tg-product-card-copy strong{color:#f6f7f8!important;font-size:15px!important}.tg-store .tg-product-card-copy small{color:#9da5ae!important;font-size:12px!important}.tg-store .tg-product-card .tg-product-image{border-color:#2d3238!important;background:#1a1d21!important}.tg-store .tg-card-shadow-line{background:rgba(255,255,255,.04)!important}
.tg-store .lookup-card,.tg-store .invoice-card{background:#1b1e22!important;color:#f3f5f7!important;border-color:#30353b!important}.tg-store .lookup-card input,.tg-store .invoice-card input{background:#15181c!important;color:#fff!important;border-color:#363b42!important}
.tg-store .tg-footer{background:#0d0f11!important;border-top-color:#2a2f35!important}

/* Product detail */
.tg-store.product-detail-dark{background:#101214!important;color:#f7f8fa;--primary:var(--ed-green)!important}.tg-store.product-detail-dark main{background:#101214}.tg-dark-product-page{background:#101214!important;padding:18px 0 54px!important}.tg-store.product-detail-dark .renn-product-container{max-width:1160px}
.tg-store.product-detail-dark .renn-product-hero{background:#1b1f23!important;border:1px solid #2f353b!important;border-radius:16px!important;box-shadow:none!important}.tg-store.product-detail-dark .renn-product-copy h1{color:#fff!important;font-size:30px!important;font-weight:800!important}.tg-store.product-detail-dark .renn-product-copy p{color:#aeb6bf!important;font-size:14px!important}.tg-store.product-detail-dark .renn-category{background:var(--ed-green-soft)!important;border:1px solid rgba(0,217,111,.35)!important;color:#5bf0a7!important;font-size:11px!important;font-weight:800!important}.tg-store.product-detail-dark .renn-product-badges span{background:#22272c!important;border-color:#343a41!important;color:#edf0f2!important;font-size:12px!important}.tg-store.product-detail-dark .renn-product-badges i{color:var(--ed-green)}
.tg-store.product-detail-dark .renn-info-grid details{background:#1b1f23!important;border-color:#2f353b!important;border-radius:13px!important}.tg-store.product-detail-dark .renn-info-grid summary{color:#f3f5f7!important;font-size:14px!important;font-weight:800!important}.tg-store.product-detail-dark .renn-info-grid details>div{color:#b8c0c8!important;font-size:13px!important;line-height:1.75!important}
.tg-store.product-detail-dark .renn-checkout-grid{gap:22px}.tg-store.product-detail-dark .renn-checkout-main{gap:18px}
.tg-store.product-detail-dark .renn-step-card{display:block!important;background:#20242a!important;border:1px solid #32373e!important;border-radius:15px!important;padding:16px!important;box-shadow:0 14px 28px rgba(0,0,0,.14)!important}
.tg-store.product-detail-dark .renn-step-title{position:static!important;display:flex!important;align-items:center!important;gap:12px!important;height:auto!important;min-height:0!important;padding:0 0 14px!important;margin:0!important;border-radius:0!important;border:0!important;border-bottom:1px solid #343941!important;background:transparent!important;color:#fff!important}
.tg-store.product-detail-dark .renn-step-title span{position:static!important;display:grid!important;place-items:center!important;width:32px!important;height:32px!important;flex:0 0 32px!important;border:0!important;border-radius:50%!important;background:var(--ed-green)!important;color:#082316!important;font-size:14px!important;font-weight:900!important;box-shadow:0 0 0 5px rgba(0,217,111,.05)!important}
.tg-store.product-detail-dark .renn-step-title h2{margin:0!important;color:#fff!important;font-size:16px!important;font-weight:900!important;letter-spacing:.01em!important;line-height:1.25!important}
.tg-store.product-detail-dark .renn-step-body{margin:0!important;padding:16px 0 0!important;background:transparent!important;border:0!important;border-radius:0!important;color:#f4f6f8!important}
.tg-store.product-detail-dark .renn-form-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.tg-store.product-detail-dark .renn-step-body label,.tg-store.product-detail-dark .renn-full-label{color:#b8c2cc!important;font-size:12px!important;font-weight:900!important;letter-spacing:.055em!important;text-transform:uppercase!important}
.tg-store.product-detail-dark .renn-step-body input{height:48px!important;margin-top:7px!important;background:#191b20!important;border:1px solid #353a41!important;border-radius:11px!important;color:#fff!important;padding:0 15px!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important}.tg-store.product-detail-dark .renn-step-body input:focus{border-color:var(--ed-green)!important;box-shadow:0 0 0 3px rgba(0,217,111,.08)!important}
.tg-store.product-detail-dark .renn-account-guide{margin:14px 0 0!important;color:#f1f3f5!important;font-size:14px!important;line-height:1.75!important;font-weight:500!important}.tg-store.product-detail-dark .renn-account-separator{height:1px;background:#343941;margin:16px 0 14px}.tg-store.product-detail-dark .renn-help{margin-top:8px!important;color:#8f99a4!important;font-size:11px!important;line-height:1.6!important;text-transform:none!important;letter-spacing:0!important;font-weight:500!important}.tg-store.product-detail-dark .renn-input-icon-wrap{position:relative;display:block}.tg-store.product-detail-dark .renn-input-icon-wrap i{position:absolute;left:14px;top:50%;transform:translateY(-38%);z-index:2;color:#5acb95;font-size:16px}.tg-store.product-detail-dark .renn-input-icon-wrap input{padding-left:42px!important}
.tg-store.product-detail-dark .renn-account-lookup-status{font-size:12px!important;margin:12px 0 0!important;padding:10px 12px!important;border-radius:9px!important}.tg-store.product-detail-dark .renn-account-lookup-status[data-state="loading"]{background:#17241d;color:#77e7ad}.tg-store.product-detail-dark .renn-account-lookup-status[data-state="error"]{background:#2b191b;color:#ff9ca3}.tg-store.product-detail-dark .renn-account-lookup-status[data-state="neutral"]{background:#1d2228;color:#b9c1c9}
.tg-store.product-detail-dark .renn-account-confirmation{margin-top:12px!important;padding:12px!important;border:1px solid rgba(0,217,111,.32)!important;background:#17231d!important;border-radius:11px!important}.tg-store.product-detail-dark .renn-account-check{background:var(--ed-green)!important;color:#082316!important}.tg-store.product-detail-dark .renn-account-result small{color:#8df0b8!important;font-size:11px!important}.tg-store.product-detail-dark .renn-account-result strong{font-size:14px!important}.tg-store.product-detail-dark .renn-account-result span{font-size:12px!important;color:#c4ccd4!important}

.tg-store.product-detail-dark .renn-variant-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important}.tg-store.product-detail-dark .renn-variant-choice{min-height:92px!important;padding:13px 14px!important;background:#191d21!important;border:1px solid #343a41!important;border-radius:11px!important}.tg-store.product-detail-dark .renn-variant-choice:hover{border-color:#4b535b!important}.tg-store.product-detail-dark .renn-variant-choice strong{color:#fff!important;font-size:13px!important;font-weight:800!important}.tg-store.product-detail-dark .renn-variant-choice small{margin-top:7px!important;color:#64e6a4!important;font-size:13px!important;font-weight:900!important}.tg-store.product-detail-dark .renn-variant-choice em{font-size:9px!important;color:#929ca6!important}.tg-store.product-detail-dark .renn-variant-check{width:20px!important;height:20px!important;border-color:#505860!important;font-size:11px!important}.tg-store.product-detail-dark .renn-variant-choice:has(input:checked){background:#17251e!important;border-color:var(--ed-green)!important;box-shadow:0 0 0 2px rgba(0,217,111,.08)!important}.tg-store.product-detail-dark .renn-variant-choice:has(input:checked) .renn-variant-check{background:var(--ed-green)!important;border-color:var(--ed-green)!important;color:#072216!important}

.tg-store.product-detail-dark .renn-payment-body{padding-top:16px!important}.tg-store.product-detail-dark .renn-payment-group{margin:0 0 12px!important;border:1px solid #343a41!important;border-radius:12px!important;background:#1d2126!important;overflow:hidden!important}.tg-store.product-detail-dark .renn-payment-toggle{height:58px!important;padding:0 16px!important;background:#20242a!important;color:#fff!important;border:0!important}.tg-store.product-detail-dark .renn-payment-toggle-copy{display:flex;align-items:center;gap:12px}.tg-store.product-detail-dark .renn-payment-toggle-copy>i{color:var(--ed-green)!important;font-size:17px!important}.tg-store.product-detail-dark .renn-payment-toggle strong{font-size:14px!important;font-weight:900!important}.tg-store.product-detail-dark .renn-payment-chevron{color:#e9edf1!important;font-size:14px!important;transition:transform .18s}.tg-store.product-detail-dark .renn-payment-group.open .renn-payment-chevron{transform:rotate(180deg)}
.tg-store.product-detail-dark .renn-payment-panel{padding:12px!important;background:#16191d!important;border-top:1px solid #30353b!important;color:#c8cfd6!important}.tg-store.product-detail-dark .renn-payment-option-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.tg-store.product-detail-dark .renn-payment-option{position:relative!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 100px!important;gap:11px!important;align-items:center!important;min-height:76px!important;padding:12px!important;background:#20242a!important;border:1px solid #333940!important;border-radius:11px!important;cursor:pointer!important}.tg-store.product-detail-dark .renn-payment-option:has(input:checked){background:#17251e!important;border-color:var(--ed-green)!important;box-shadow:0 0 0 2px rgba(0,217,111,.06)!important}.tg-store.product-detail-dark .renn-payment-option input{position:absolute!important;opacity:0!important;pointer-events:none!important}.tg-store.product-detail-dark .renn-payment-radio{width:20px!important;height:20px!important;border:1px solid #59616a!important;border-radius:6px!important;display:grid!important;place-items:center!important;color:transparent!important;font-size:11px!important}.tg-store.product-detail-dark .renn-payment-option:has(input:checked) .renn-payment-radio{background:var(--ed-green)!important;border-color:var(--ed-green)!important;color:#082316!important}.tg-store.product-detail-dark .renn-payment-option-copy{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important}.tg-store.product-detail-dark .renn-payment-option-copy strong{color:#fff!important;font-size:12px!important;font-weight:800!important;white-space:normal!important}.tg-store.product-detail-dark .renn-payment-option-copy small{color:#65e5a4!important;font-size:12px!important;font-weight:900!important}.tg-store.product-detail-dark .renn-payment-option-copy em{color:#8f99a4!important;font-size:9px!important;font-style:normal!important}.tg-store.product-detail-dark .renn-payment-logo{width:100px;height:42px;display:flex;align-items:center;justify-content:center;padding:5px 7px;border-radius:8px;background:#fff;overflow:hidden}.tg-store.product-detail-dark .renn-payment-logo img{max-width:100%;max-height:30px;object-fit:contain;display:block}.tg-store.product-detail-dark .renn-payment-logo>span{color:#171a1d;font-size:10px;font-weight:900;text-align:center;line-height:1.1}.tg-store.product-detail-dark .renn-payment-panel-note{margin:10px 2px 0!important;color:#8f98a2!important;font-size:10px!important;line-height:1.55!important}.tg-store.product-detail-dark .renn-payment-validation{margin:10px 0 0!important;color:#ff8f97!important;font-size:11px!important;font-weight:700!important}

.tg-store.product-detail-dark .renn-final-payment-card .renn-step-body{padding-top:13px!important}.tg-store.product-detail-dark .renn-final-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.tg-store.product-detail-dark .renn-final-total-row small{display:block;color:#8f99a4;font-size:11px;font-weight:700}.tg-store.product-detail-dark .renn-final-total-row strong{display:block;margin-top:2px;color:#fff;font-size:21px;font-weight:900}.tg-store.product-detail-dark .renn-mobile-buy-copy,.tg-store.product-detail-dark .renn-buy-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;background:var(--ed-green)!important;color:#082316!important;border:0!important;border-radius:10px!important;font-size:13px!important;font-weight:900!important;padding:13px 18px!important;box-shadow:0 10px 24px rgba(0,217,111,.14)!important}.tg-store.product-detail-dark .renn-mobile-buy-copy:hover,.tg-store.product-detail-dark .renn-buy-button:hover{filter:brightness(1.05)}
.tg-store.product-detail-dark .renn-summary-card{background:#1b1f23!important;border:1px solid #30363d!important;border-radius:14px!important}.tg-store.product-detail-dark .renn-summary-kicker{color:var(--ed-green)!important;font-size:10px!important}.tg-store.product-detail-dark .renn-summary-product{background:#20252a!important}.tg-store.product-detail-dark .renn-summary-product strong{font-size:13px!important}.tg-store.product-detail-dark .renn-summary-product small{font-size:10px!important}.tg-store.product-detail-dark .renn-summary-row{font-size:12px!important}.tg-store.product-detail-dark .renn-summary-row.total b{color:#65e5a4!important;font-size:19px!important}

@media(max-width:900px){
  .tg-store{font-size:15px}.tg-store .tg-section-heading h2,.tg-store .tg-catalog-title h2{font-size:20px!important}.tg-store .tg-section-heading p,.tg-store .tg-catalog-title p{font-size:11px!important}.tg-store .tg-product-card-copy strong{font-size:13px!important}.tg-store .tg-product-card-copy small{font-size:10px!important}
  .tg-store.product-detail-dark .renn-product-copy h1{font-size:24px!important}.tg-store.product-detail-dark .renn-payment-option-grid{grid-template-columns:1fr!important}.tg-store.product-detail-dark .renn-order-summary{display:none!important}.tg-store.product-detail-dark .renn-checkout-grid{grid-template-columns:1fr!important}
}
@media(max-width:600px){
  .tg-store{font-size:14px}.tg-dark-product-page{padding-top:10px!important}.tg-store.product-detail-dark .renn-product-container{width:calc(100% - 18px)!important}.tg-store.product-detail-dark .renn-product-hero{grid-template-columns:92px 1fr!important;gap:12px!important;padding:11px!important}.tg-store.product-detail-dark .renn-product-cover{width:92px!important;height:118px!important;border-radius:10px!important}.tg-store.product-detail-dark .renn-product-copy h1{font-size:20px!important;line-height:1.25!important}.tg-store.product-detail-dark .renn-product-copy p{font-size:12px!important}.tg-store.product-detail-dark .renn-product-badges{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.tg-store.product-detail-dark .renn-product-badges span{font-size:10px!important;padding:6px 7px!important;justify-content:center!important}
  .tg-store.product-detail-dark .renn-info-grid{gap:8px!important;margin-bottom:16px!important}.tg-store.product-detail-dark .renn-info-grid summary{font-size:13px!important;padding:12px 13px!important}.tg-store.product-detail-dark .renn-info-grid details>div{font-size:12px!important;padding:0 13px 12px!important}
  .tg-store.product-detail-dark .renn-checkout-main{gap:14px!important}.tg-store.product-detail-dark .renn-step-card{padding:13px!important;border-radius:13px!important}.tg-store.product-detail-dark .renn-step-title{padding-bottom:12px!important;gap:10px!important}.tg-store.product-detail-dark .renn-step-title span{width:29px!important;height:29px!important;flex-basis:29px!important;font-size:12px!important}.tg-store.product-detail-dark .renn-step-title h2{font-size:14px!important}.tg-store.product-detail-dark .renn-step-body{padding-top:13px!important}.tg-store.product-detail-dark .renn-step-body label,.tg-store.product-detail-dark .renn-full-label{font-size:11px!important}.tg-store.product-detail-dark .renn-step-body input{height:46px!important;font-size:13px!important}.tg-store.product-detail-dark .renn-account-guide{font-size:13px!important;line-height:1.7!important}.tg-store.product-detail-dark .renn-help{font-size:10px!important}
  .tg-store.product-detail-dark .renn-variant-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.tg-store.product-detail-dark .renn-variant-choice{min-height:82px!important;padding:11px!important}.tg-store.product-detail-dark .renn-variant-choice strong,.tg-store.product-detail-dark .renn-variant-choice small{font-size:12px!important}.tg-store.product-detail-dark .renn-variant-choice em{font-size:8px!important}
  .tg-store.product-detail-dark .renn-payment-group{margin-bottom:10px!important;border-radius:10px!important}.tg-store.product-detail-dark .renn-payment-toggle{height:54px!important;padding:0 14px!important}.tg-store.product-detail-dark .renn-payment-toggle-copy>i{font-size:16px!important}.tg-store.product-detail-dark .renn-payment-toggle strong{font-size:13px!important}.tg-store.product-detail-dark .renn-payment-panel{padding:10px!important}.tg-store.product-detail-dark .renn-payment-option{grid-template-columns:22px minmax(0,1fr) 82px!important;min-height:72px!important;padding:10px!important;gap:9px!important}.tg-store.product-detail-dark .renn-payment-option-copy strong,.tg-store.product-detail-dark .renn-payment-option-copy small{font-size:11px!important}.tg-store.product-detail-dark .renn-payment-option-copy em{font-size:8px!important}.tg-store.product-detail-dark .renn-payment-logo{width:82px;height:38px}.tg-store.product-detail-dark .renn-payment-logo img{max-height:27px}.tg-store.product-detail-dark .renn-final-total-row{align-items:stretch!important;flex-direction:column!important}.tg-store.product-detail-dark .renn-final-total-row strong{font-size:20px!important}.tg-store.product-detail-dark .renn-mobile-buy-copy{width:100%!important;font-size:13px!important;padding:13px!important}
}
/* Prevent legacy accordion rule from rotating the title copy. */
.tg-store.product-detail-dark .renn-payment-group.open .renn-payment-toggle>span{transform:none!important}

/* =========================================================
   V4.1 - Product detail profile, one-row info tabs,
   dedicated product banner and floating checkout
   ========================================================= */
.tg-store.product-detail-dark .renn-product-container{max-width:820px!important}
.tg-store.product-detail-dark .renn-product-special-banner{margin:0 0 14px;border-radius:15px;overflow:hidden;border:1px solid #30363d;background:#1a1e22;box-shadow:0 12px 26px rgba(0,0,0,.16)}
.tg-store.product-detail-dark .renn-product-special-banner>a{display:block;color:inherit;text-decoration:none}
.tg-store.product-detail-dark .renn-product-special-banner img{display:block;width:100%;aspect-ratio:16/5;object-fit:cover}
.tg-store.product-detail-dark .renn-product-special-banner{position:relative}
.tg-store.product-detail-dark .renn-product-special-banner-copy{position:absolute;left:0;right:0;bottom:0;padding:20px 22px;background:linear-gradient(180deg,transparent,rgba(10,12,14,.88));display:flex;flex-direction:column;gap:4px;color:#fff;pointer-events:none}
.tg-store.product-detail-dark .renn-product-special-banner-copy strong{font-size:20px;font-weight:900;line-height:1.2}
.tg-store.product-detail-dark .renn-product-special-banner-copy span{font-size:12px;color:#d8dde3}

.tg-store.product-detail-dark .renn-product-profile-card{margin-bottom:16px;padding:18px;background:#20242a;border:1px solid #32383f;border-radius:16px;box-shadow:0 14px 32px rgba(0,0,0,.16)}
.tg-store.product-detail-dark .renn-product-profile-top{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid #343941}
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{width:88px!important;height:104px!important;flex:0 0 88px;border-radius:12px!important;border:1px solid #353b42;background:#15181c;overflow:hidden}
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy{display:block;min-width:0}
.tg-store.product-detail-dark .renn-product-profile-card .renn-category{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:6px 12px!important;border-radius:999px!important;background:#00d96f!important;border:0!important;color:#071f14!important;font-size:11px!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important}
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy h1{margin:8px 0 4px!important;font-size:24px!important;font-weight:900!important;color:#fff!important;line-height:1.2!important}
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy p{margin:0!important;font-size:13px!important;color:#9ea8b2!important}

.tg-store.product-detail-dark .renn-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 30px;padding:15px 0;border-bottom:1px solid #343941}
.tg-store.product-detail-dark .renn-service-grid span{display:flex;align-items:center;gap:9px;color:#edf1f4;font-size:12px;font-weight:600}
.tg-store.product-detail-dark .renn-service-grid i{color:#00df74;font-size:16px}

.tg-store.product-detail-dark .renn-product-info-tabs{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;margin-top:14px!important;padding:4px!important;border:1px solid #343941!important;border-radius:12px!important;background:#191c20!important}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link{width:100%;min-height:42px;border:0!important;border-radius:9px!important;color:#aab4be!important;background:transparent!important;font-size:13px!important;font-weight:800!important}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link.active{background:#00d96f!important;color:#061d13!important;box-shadow:0 8px 18px rgba(0,217,111,.12)!important}
.tg-store.product-detail-dark .renn-product-info-content{padding:14px 4px 2px;color:#b9c1c9;font-size:13px;line-height:1.75}

.tg-store.product-detail-dark .renn-checkout-single{display:block!important;max-width:820px!important;margin:0 auto!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-checkout-main{display:grid!important;gap:16px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-step-card{background:#20242a!important;border:1px solid #32383f!important;border-radius:16px!important;padding:16px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-step-title{padding-bottom:13px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-step-title h2{font-size:16px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-step-body{padding-top:15px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-step-body label,.tg-store.product-detail-dark .renn-checkout-single .renn-full-label{font-size:12px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-step-body input{font-size:14px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-account-guide{font-size:14px!important}
.tg-store.product-detail-dark .renn-checkout-single .renn-help{font-size:11px!important}

.renn-floating-checkout[hidden]{display:none!important}
.renn-floating-checkout{position:fixed;z-index:1055;left:50%;bottom:18px;transform:translateX(-50%);width:min(790px,calc(100% - 30px));padding:9px;border:1px solid #3a4148;border-radius:17px;background:rgba(24,28,32,.96);box-shadow:0 20px 55px rgba(0,0,0,.4);backdrop-filter:blur(18px);animation:rennFloatingIn .2s ease-out}
@keyframes rennFloatingIn{from{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%,0)}}
.renn-floating-checkout-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px}
.renn-floating-product{display:flex;align-items:center;gap:10px;min-width:0}
.renn-floating-thumb{width:48px;height:48px;flex:0 0 48px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#2a3036;color:#fff;font-weight:900}
.renn-floating-thumb img{width:100%;height:100%;object-fit:cover}
.renn-floating-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
.renn-floating-copy small{color:#8f9aa5;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.renn-floating-copy strong{color:#fff;font-size:13px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.renn-floating-total{text-align:right;white-space:nowrap}
.renn-floating-total span{display:block;color:#8f9aa5;font-size:10px;font-weight:700}
.renn-floating-total strong{display:block;color:#65e5a4;font-size:16px;font-weight:900}
.renn-floating-buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border:0;border-radius:11px;background:#00d96f;color:#061d13;font-size:13px;font-weight:900;box-shadow:0 10px 24px rgba(0,217,111,.16)}
.renn-floating-buy:hover{filter:brightness(1.05)}
body.renn-floating-checkout-visible .tg-dark-product-page{padding-bottom:150px!important}

@media(max-width:600px){
  .tg-store.product-detail-dark .renn-product-container{width:calc(100% - 12px)!important}
  .tg-store.product-detail-dark .renn-product-special-banner{margin-bottom:10px;border-radius:12px}
  .tg-store.product-detail-dark .renn-product-special-banner img{aspect-ratio:16/6}
  .tg-store.product-detail-dark .renn-product-special-banner-copy{padding:14px 14px 12px}
  .tg-store.product-detail-dark .renn-product-special-banner-copy strong{font-size:15px}
  .tg-store.product-detail-dark .renn-product-special-banner-copy span{font-size:10px}
  .tg-store.product-detail-dark .renn-product-profile-card{padding:12px;border-radius:13px}
  .tg-store.product-detail-dark .renn-product-profile-top{gap:12px;padding-bottom:13px}
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{width:62px!important;height:76px!important;flex-basis:62px!important;border-radius:9px!important}
  .tg-store.product-detail-dark .renn-product-profile-card .renn-category{padding:5px 10px!important;font-size:10px!important}
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy h1{font-size:16px!important;margin-top:6px!important}
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy p{font-size:11px!important}
  .tg-store.product-detail-dark .renn-service-grid{gap:9px 14px;padding:12px 0}
  .tg-store.product-detail-dark .renn-service-grid span{font-size:10px;gap:7px}
  .tg-store.product-detail-dark .renn-service-grid i{font-size:14px}
  .tg-store.product-detail-dark .renn-product-info-tabs{margin-top:11px!important}
  .tg-store.product-detail-dark .renn-product-info-tabs .nav-link{min-height:38px;font-size:11px!important;padding:7px 5px!important}
  .tg-store.product-detail-dark .renn-product-info-content{font-size:11px;padding-top:10px;line-height:1.65}
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-card{padding:12px!important;border-radius:13px!important}
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-title h2{font-size:14px!important}
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-body label,.tg-store.product-detail-dark .renn-checkout-single .renn-full-label{font-size:11px!important}
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-body input{font-size:13px!important}
  .tg-store.product-detail-dark .renn-checkout-single .renn-account-guide{font-size:12px!important;line-height:1.65!important}
  .renn-floating-checkout{left:6px;right:6px;bottom:8px;transform:none;width:auto;padding:7px;border-radius:14px}
  @keyframes rennFloatingIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
  .renn-floating-checkout-inner{grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .renn-floating-product{gap:8px}
  .renn-floating-thumb{width:42px;height:42px;flex-basis:42px;border-radius:9px}
  .renn-floating-copy small{font-size:8px}
  .renn-floating-copy strong{font-size:11px;max-width:135px}
  .renn-floating-total{grid-column:1/2;text-align:left;padding-left:50px;margin-top:-12px}
  .renn-floating-total span{display:none}
  .renn-floating-total strong{font-size:13px}
  .renn-floating-buy{grid-column:2/3;grid-row:1/3;min-height:50px;padding:0 14px;font-size:11px}
  body.renn-floating-checkout-visible .tg-dark-product-page{padding-bottom:128px!important}
}

/* V4.2 readable Renn-inspired header + game-aware detail */
.renn-main-header{z-index:1040;background:#171a1d;border-top:3px solid #303746;border-bottom:3px solid #f5a400;box-shadow:0 8px 24px rgba(0,0,0,.25)}
.renn-header-inner{min-height:82px;display:flex;align-items:center;gap:18px}.renn-header-menu{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#e8edf2;font-size:30px;line-height:1}.renn-header-brand{display:flex;align-items:center;gap:10px;min-width:0;color:#fff;text-decoration:none}.renn-header-brand img{width:48px;height:48px;object-fit:contain;border-radius:8px}.renn-header-brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:10px;background:#f5a400;color:#111;font-size:24px;font-weight:900}.renn-header-brand strong{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:24px;font-weight:900;letter-spacing:-.02em}.renn-header-nav{margin-left:auto;align-items:center;gap:24px}.renn-header-nav a{color:#cfd5db;font-size:15px;font-weight:700;text-decoration:none}.renn-header-nav a:hover,.renn-header-nav a.active{color:#fff}.renn-header-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.renn-header-register,.renn-header-login{min-width:92px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;font-size:15px;font-weight:800;text-decoration:none}.renn-header-register{border:1px solid #5c646d;background:#1b1f23;color:#fff}.renn-header-login{border:1px solid #f5a400;background:#f5a400;color:#111}.renn-header-register:hover{background:#252a2f;color:#fff}.renn-header-login:hover{filter:brightness(1.05);color:#111}
.tg-store.product-detail-dark .renn-product-container{max-width:980px!important}.tg-store.product-detail-dark .renn-product-profile-card{padding:28px!important;border-radius:22px!important;background:#20242a!important;border:1px solid #343b43!important}.tg-store.product-detail-dark .renn-product-profile-top{display:flex!important;align-items:center!important;gap:34px!important;padding:6px 6px 26px!important;border-bottom:1px solid #3a4149!important}.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{width:220px!important;height:260px!important;flex:0 0 220px!important;border-radius:22px!important;border:1px solid #3d444c!important;background:#111418!important}.tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy h1{margin:0 0 12px!important;font-size:42px!important;line-height:1.1!important;font-weight:900!important;color:#fff!important;letter-spacing:-.025em!important}.tg-store.product-detail-dark .renn-product-category-name{margin:0!important;font-size:22px!important;color:#aab4be!important;font-weight:600!important}.tg-store.product-detail-dark .renn-product-publisher{display:block;margin-top:8px;color:#76818c;font-size:15px;font-weight:600}.tg-store.product-detail-dark .renn-service-grid{gap:20px 50px!important;padding:24px 10px!important;border-bottom:1px solid #3a4149!important}.tg-store.product-detail-dark .renn-service-grid span{font-size:17px!important;gap:12px!important;font-weight:700!important}.tg-store.product-detail-dark .renn-service-grid i{font-size:23px!important;color:#00dc72!important}.tg-store.product-detail-dark .renn-product-info-tabs{margin-top:20px!important;padding:5px!important;border-radius:18px!important}.tg-store.product-detail-dark .renn-product-info-tabs .nav-link{min-height:62px!important;border-radius:14px!important;font-size:18px!important;font-weight:900!important}.tg-store.product-detail-dark .renn-product-info-content{padding:22px 10px 6px!important;font-size:17px!important;line-height:1.75!important;color:#d4dae0!important}.tg-store.product-detail-dark .renn-checkout-single{max-width:980px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-card{padding:22px!important;border-radius:20px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-title{padding-bottom:18px!important;gap:14px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-title span{width:40px!important;height:40px!important;flex-basis:40px!important;font-size:17px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-title h2{font-size:20px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-body{padding-top:20px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-body label,.tg-store.product-detail-dark .renn-checkout-single .renn-full-label{font-size:14px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-body input{height:58px!important;font-size:16px!important;border-radius:13px!important;padding-left:16px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-account-guide{font-size:16px!important;line-height:1.8!important}.tg-store.product-detail-dark .renn-checkout-single .renn-help{font-size:13px!important}.tg-store.product-detail-dark .renn-variant-choice{min-height:98px!important;padding:16px!important;border-radius:13px!important}.tg-store.product-detail-dark .renn-variant-choice strong,.tg-store.product-detail-dark .renn-variant-choice small{font-size:15px!important}.tg-store.product-detail-dark .renn-variant-choice em{font-size:10px!important}.tg-store.product-detail-dark .renn-payment-toggle{min-height:64px!important;padding:0 20px!important}.tg-store.product-detail-dark .renn-payment-toggle strong{font-size:16px!important}.tg-store.product-detail-dark .renn-payment-toggle i{font-size:18px!important}
@media(max-width:1199px){.renn-header-nav{display:none!important}.renn-header-actions{margin-left:auto}}
@media(max-width:600px){.renn-main-header{border-top-width:2px;border-bottom-width:3px}.renn-header-inner{min-height:76px;gap:8px;padding-left:8px;padding-right:8px}.renn-header-menu{width:34px;height:42px;font-size:27px}.renn-header-brand{gap:7px;min-width:0}.renn-header-brand img{width:37px;height:37px}.renn-header-brand-mark{width:37px;height:37px;font-size:18px}.renn-header-brand strong{max-width:130px;font-size:18px}.renn-header-actions{gap:7px}.renn-header-register,.renn-header-login{min-width:73px;height:42px;border-radius:11px;font-size:13px;padding:0 10px}.tg-store.product-detail-dark .renn-product-container{width:calc(100% - 12px)!important}.tg-store.product-detail-dark .renn-product-profile-card{padding:15px!important;border-radius:16px!important}.tg-store.product-detail-dark .renn-product-profile-top{gap:16px!important;padding:2px 2px 17px!important}.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{width:112px!important;height:132px!important;flex-basis:112px!important;border-radius:14px!important}.tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy h1{font-size:24px!important;margin-bottom:8px!important}.tg-store.product-detail-dark .renn-product-category-name{font-size:16px!important}.tg-store.product-detail-dark .renn-product-publisher{font-size:12px!important;margin-top:5px}.tg-store.product-detail-dark .renn-service-grid{gap:13px 18px!important;padding:16px 4px!important}.tg-store.product-detail-dark .renn-service-grid span{font-size:13px!important;gap:8px!important}.tg-store.product-detail-dark .renn-service-grid i{font-size:18px!important}.tg-store.product-detail-dark .renn-product-info-tabs{margin-top:14px!important;padding:4px!important;border-radius:13px!important}.tg-store.product-detail-dark .renn-product-info-tabs .nav-link{min-height:48px!important;border-radius:10px!important;font-size:14px!important}.tg-store.product-detail-dark .renn-product-info-content{padding:15px 5px 3px!important;font-size:14px!important;line-height:1.7!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-card{padding:15px!important;border-radius:16px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-title{padding-bottom:14px!important;gap:10px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-title span{width:34px!important;height:34px!important;flex-basis:34px!important;font-size:14px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-title h2{font-size:16px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-body{padding-top:15px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-body label,.tg-store.product-detail-dark .renn-checkout-single .renn-full-label{font-size:12px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-step-body input{height:52px!important;font-size:14px!important}.tg-store.product-detail-dark .renn-checkout-single .renn-account-guide{font-size:14px!important;line-height:1.75!important}.tg-store.product-detail-dark .renn-checkout-single .renn-help{font-size:11px!important}.tg-store.product-detail-dark .renn-form-grid.two{grid-template-columns:1fr 1fr!important;gap:10px!important}.tg-store.product-detail-dark .renn-variant-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tg-store.product-detail-dark .renn-variant-choice{min-height:86px!important;padding:13px!important}.tg-store.product-detail-dark .renn-variant-choice strong,.tg-store.product-detail-dark .renn-variant-choice small{font-size:13px!important}.tg-store.product-detail-dark .renn-payment-toggle{min-height:58px!important}.tg-store.product-detail-dark .renn-payment-toggle strong{font-size:14px!important}}
@media(max-width:430px){.renn-header-brand strong{max-width:108px;font-size:16px}.renn-header-register,.renn-header-login{min-width:65px;font-size:12px;padding:0 8px}.tg-store.product-detail-dark .renn-product-profile-top{gap:12px!important}.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{width:96px!important;height:116px!important;flex-basis:96px!important}.tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy h1{font-size:21px!important}.tg-store.product-detail-dark .renn-product-category-name{font-size:14px!important}.tg-store.product-detail-dark .renn-service-grid span{font-size:12px!important}.tg-store.product-detail-dark .renn-form-grid.two{grid-template-columns:1fr 1fr!important;gap:8px!important}}

/* V4.3 storefront refinements */
.renn-main-header{border-bottom:0!important}
.tg-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.tg-product-card[hidden]{display:none!important}
.tg-product-card .tg-product-image{position:relative}
.tg-product-name-overlay{position:absolute;inset:0;z-index:4;display:flex;align-items:flex-end;padding:14px;opacity:0;visibility:hidden;transform:translateY(7px);background:linear-gradient(180deg,rgba(7,9,12,0) 28%,rgba(7,9,12,.74) 66%,rgba(7,9,12,.96) 100%);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none}
.tg-product-name-overlay-inner{width:100%;min-width:0;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.tg-product-name-overlay strong{display:block;font-size:16px;font-weight:800;line-height:1.28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tg-product-name-overlay small{display:block;margin-top:3px;color:#d7dce2;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tg-product-name-overlay span{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:5px 8px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(255,255,255,.09);font-size:10px;font-weight:700;color:#fff}
.tg-product-card:hover .tg-product-name-overlay,.tg-product-card:focus-visible .tg-product-name-overlay,.tg-product-card.is-touched .tg-product-name-overlay{opacity:1;visibility:visible;transform:translateY(0)}
.tg-product-card:hover .tg-product-image,.tg-product-card:focus-visible .tg-product-image,.tg-product-card.is-touched .tg-product-image{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.28)!important;border-color:#4b535d!important}
.tg-catalog-more-wrap{display:flex;justify-content:center;padding:20px 0 4px}
.tg-catalog-more-wrap[hidden]{display:none!important}
.tg-catalog-more-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:190px;height:46px;padding:0 18px;border:1px solid #31373e;border-radius:12px;background:#1c2025;color:#f4f6f8;font-size:13px;font-weight:800;box-shadow:0 5px 14px rgba(0,0,0,.14);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.tg-catalog-more-btn:hover{transform:translateY(-1px);border-color:#454d56;box-shadow:0 7px 17px rgba(0,0,0,.17)}
.tg-catalog-more-btn:active{transform:translateY(0);box-shadow:0 3px 9px rgba(0,0,0,.12)}
.tg-popular-scroll{grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-flow:row!important}
@media(min-width:768px){.tg-popular-scroll{display:grid!important;overflow:visible!important}.tg-popular-card{min-width:0}.tg-popular-section .tg-popular-card:nth-child(n+9){display:none}}
@media(max-width:767px){.tg-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.tg-product-name-overlay{padding:9px}.tg-product-name-overlay strong{font-size:12px}.tg-product-name-overlay small{font-size:9px}.tg-product-name-overlay span{margin-top:5px;padding:4px 6px;font-size:8px}.tg-catalog-more-btn{min-width:170px;height:43px;font-size:12px}.tg-popular-scroll{display:flex!important;overflow-x:auto!important;grid-template-columns:none!important}.renn-main-header{border-bottom:0!important}}


/* V4.4 Popular 2-row grid + cleaner overlay + larger footer typography */
.tg-product-name-overlay-inner>span{display:none!important}

/* Desktop: 4 columns x 2 rows (8 popular products) */
@media(min-width:768px){
  .tg-popular-scroll{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:12px!important;
    overflow:visible!important;
  }
  .tg-popular-section .tg-popular-card:nth-child(n+9){display:none!important}
}

/* Phone/tablet: 2 columns x 2 rows (4 popular products) */
@media(max-width:767px){
  .tg-popular-scroll{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:10px!important;
    overflow:visible!important;
    padding:0!important;
    scroll-snap-type:none!important;
  }
  .tg-popular-card{
    width:100%!important;
    min-width:0!important;
    flex:none!important;
    grid-template-columns:58px minmax(0,1fr)!important;
    gap:9px!important;
    padding:8px!important;
  }
  .tg-popular-image{width:58px!important;height:58px!important}
  .tg-popular-section .tg-popular-card:nth-child(n+5){display:none!important}
}

/* Footer: larger, clearer type on desktop and phone */
.tg-footer-brand strong{font-size:20px!important;line-height:1.25}
.tg-footer-about>p{font-size:14px!important;line-height:1.75!important}
.tg-footer-grid h3{font-size:15px!important;line-height:1.35!important;margin-bottom:15px!important}
.tg-footer-grid>div:not(.tg-footer-about)>a,
.tg-footer-grid>div>p{font-size:14px!important;line-height:1.7!important}
.tg-footer-help{font-size:13px!important;line-height:1.4!important}
.tg-footer-bottom{font-size:12px!important;line-height:1.55!important}

@media(max-width:767px){
  .tg-footer-brand strong{font-size:18px!important}
  .tg-footer-about>p{font-size:12.5px!important;line-height:1.7!important}
  .tg-footer-grid h3{font-size:13px!important;margin-bottom:11px!important}
  .tg-footer-grid>div:not(.tg-footer-about)>a,
  .tg-footer-grid>div>p{font-size:12px!important;line-height:1.65!important;margin-bottom:9px!important}
  .tg-footer-help{font-size:11.5px!important;padding:10px 12px!important}
  .tg-footer-bottom{font-size:11px!important;line-height:1.55!important}
}


/* V4.5 configurable header branding + 5-row product reveal */
.renn-header-brand img{height:var(--header-logo-size,48px)!important;width:auto!important;max-width:min(340px,48vw)!important;flex:0 0 auto!important;object-fit:contain!important;object-position:left center!important}
.tg-offcanvas-brand img{height:var(--header-logo-size,48px)!important;width:auto!important;max-width:240px!important;object-fit:contain!important;object-position:left center!important}
.admin-logo-size-control{display:grid;grid-template-columns:minmax(0,1fr) 64px;gap:12px;align-items:center;margin-top:6px}
.admin-logo-size-control input[type="range"]{width:100%;margin:0;padding:0;border:0;box-shadow:none;accent-color:#6d5dfc}
.admin-logo-size-control output{display:flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #e0e3e8;border-radius:10px;background:#fff;font-size:12px;font-weight:800;color:#4d5561}
.admin-logo-preview.size-demo-active img{height:min(var(--admin-logo-demo-size,48px),100%)!important;width:auto!important;max-width:100%!important;object-fit:contain!important;border-radius:10px}
.tg-catalog-more-btn{box-shadow:0 4px 11px rgba(0,0,0,.12)!important}
@media(max-width:600px){.renn-header-brand img{height:min(var(--header-logo-size,48px),52px)!important;width:auto!important;max-width:52vw!important;flex-basis:auto!important}.tg-offcanvas-brand img{height:min(var(--header-logo-size,48px),52px)!important;width:auto!important;max-width:210px!important}.admin-logo-size-control{grid-template-columns:minmax(0,1fr) 60px}}


/* V4.5.2 - logo website supports any aspect ratio */
.admin-logo-preview-free{width:min(360px,100%)!important;height:150px!important;flex:0 0 min(360px,100%)!important;border-radius:16px!important;padding:12px!important;background:#f8fafc!important}
.admin-logo-preview-free img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}
.tg-footer-brand img{height:46px!important;width:auto!important;max-width:220px!important;object-fit:contain!important;object-position:left center!important}
@media(max-width:767px){.admin-logo-preview-free{width:100%!important;height:130px!important;flex-basis:auto!important}.tg-footer-brand img{height:40px!important;max-width:190px!important}}


/* V4.6 - customizable storefront theme, logo cache fix support, price page */
.theme-color-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.theme-color-item{padding:12px;border:1px solid #e3e6eb;border-radius:12px;background:#fff}.theme-color-item>span{display:block;font-size:12px;font-weight:800;color:#313946;margin-bottom:8px}.theme-color-item small{display:block;margin-top:7px;color:#87909e;font-size:10px;line-height:1.45}.theme-color-control{display:grid;grid-template-columns:54px 1fr;gap:9px;align-items:center}.theme-color-control input[type=color]{width:54px;height:42px;padding:3px;margin:0;border:1px solid #dfe3e8;border-radius:9px;background:#fff}.theme-color-control code{display:flex;align-items:center;min-height:42px;padding:0 10px;border:1px solid #e6e9ed;border-radius:9px;background:#f8fafc;color:#48515d;font-size:11px}.theme-mini-preview{overflow:hidden;border:1px solid var(--demo-border,#32383f);border-radius:14px;background:var(--demo-site-bg,#0f1114);box-shadow:0 8px 25px rgba(16,24,40,.08)}.theme-mini-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--demo-header-bg,#171a1d);color:var(--demo-text,#f5f7f9);font-size:12px;font-weight:800}.theme-mini-header button{border:0;border-radius:8px;padding:8px 12px;background:var(--demo-button-bg,#00d96f);color:var(--demo-button-text,#061d13);font-size:11px;font-weight:800}.theme-mini-body{padding:14px}.theme-mini-card{padding:13px;border:1px solid var(--demo-border,#32383f);border-radius:11px;background:var(--demo-card-bg,#20242a);color:var(--demo-text,#f5f7f9)}.theme-mini-card strong{display:block;font-size:12px}.theme-mini-card small{display:block;margin-top:4px;color:var(--demo-muted,#9ea8b2);font-size:10px}.theme-mini-footer{padding:10px 14px;background:var(--demo-footer-bg,#0b0d10);color:var(--demo-muted,#9ea8b2);font-size:10px}

/* Customer color variables - these intentionally override old hard-coded theme colors. */
body.tg-store{background:var(--site-bg,#0f1114)!important;color:var(--site-text,#f5f7f9)!important}.tg-store main{background:var(--site-bg,#0f1114)!important}.renn-main-header,.tg-offcanvas{background:var(--header-bg,#171a1d)!important}.renn-main-header,.tg-header,.tg-offcanvas{border-color:var(--site-border,#32383f)!important}.renn-header-brand,.renn-header-nav a,.tg-drawer-nav a{color:var(--site-text,#f5f7f9)!important}.renn-header-nav a:not(.active),.tg-drawer-copy{color:var(--muted-text,#9ea8b2)!important}.renn-header-login,.tg-catalog-more-btn,.tg-price-action,.tg-price-buy-top,.renn-floating-buy,.renn-product-info-tabs .nav-link.active,.tg-category-tabs a.active{background:var(--button-bg,#00d96f)!important;color:var(--button-text,#061d13)!important;border-color:var(--button-bg,#00d96f)!important}.renn-header-register{color:var(--site-text,#f5f7f9)!important;border-color:var(--site-border,#32383f)!important;background:var(--card-bg,#20242a)!important}.tg-section-heading h2,.tg-catalog-title h2,.tg-popular-copy strong,.tg-price-head h1,.tg-price-product-info strong,.tg-price-table strong,.tg-product-name-overlay strong{color:var(--site-text,#f5f7f9)!important}.tg-section-heading p,.tg-catalog-title p,.tg-popular-copy small,.tg-price-head p,.tg-price-product-info small,.tg-product-name-overlay small{color:var(--muted-text,#9ea8b2)!important}.tg-popular-card,.tg-category-tabs a,.tg-search-box,.tg-store.product-detail-dark .renn-product-profile-card,.tg-store.product-detail-dark .renn-checkout-single .renn-step-card,.tg-store.product-detail-dark .renn-payment-group,.renn-floating-checkout,.tg-price-card{background:var(--card-bg,#20242a)!important;border-color:var(--site-border,#32383f)!important}.tg-search-box input,.tg-store.product-detail-dark input{color:var(--site-text,#f5f7f9)!important;background:color-mix(in srgb,var(--card-bg,#20242a) 82%,#000)!important;border-color:var(--site-border,#32383f)!important}.tg-search-box input::placeholder,.tg-store.product-detail-dark input::placeholder{color:var(--muted-text,#9ea8b2)!important}.tg-category-tabs a{color:var(--muted-text,#9ea8b2)!important}.tg-title-icon,.tg-price-kicker,.tg-section-heading i{color:var(--primary,#f5c400)!important}.tg-footer{background:var(--footer-bg,#0b0d10)!important;border-color:var(--site-border,#32383f)!important}.tg-footer h3,.tg-footer-brand strong{color:var(--site-text,#f5f7f9)!important}.tg-footer a,.tg-footer p,.tg-footer-bottom{color:var(--muted-text,#9ea8b2)!important}.tg-store.product-detail-dark .renn-product-info-tabs .nav-link.active,.tg-store.product-detail-dark .renn-category{background:var(--button-bg,#00d96f)!important;color:var(--button-text,#061d13)!important}.tg-store.product-detail-dark .renn-service-grid i,.tg-store.product-detail-dark .renn-step-title span{color:var(--button-bg,#00d96f)!important}.tg-store.product-detail-dark .renn-step-title span{border-color:var(--button-bg,#00d96f)!important}.tg-store.product-detail-dark .renn-payment-toggle{background:color-mix(in srgb,var(--card-bg,#20242a) 90%,#000)!important;color:var(--site-text,#f5f7f9)!important}.tg-store.product-detail-dark .renn-payment-panel{background:color-mix(in srgb,var(--site-bg,#0f1114) 92%,#000)!important;border-color:var(--site-border,#32383f)!important}.tg-store.product-detail-dark .renn-payment-option{border-color:var(--site-border,#32383f)!important;background:var(--card-bg,#20242a)!important}.tg-store.product-detail-dark .renn-payment-option:has(input:checked){border-color:var(--button-bg,#00d96f)!important;box-shadow:0 0 0 1px var(--button-bg,#00d96f)!important}.renn-floating-total strong{color:var(--button-bg,#00d96f)!important}

.tg-price-page{min-height:70vh;background:var(--site-bg,#0f1114)}.tg-price-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.tg-price-kicker{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:900;letter-spacing:.1em}.tg-price-head h1{margin:7px 0 4px;font-size:30px;font-weight:900}.tg-price-head p{margin:0;font-size:13px}.tg-price-home{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--site-border,#32383f);border-radius:10px;background:var(--card-bg,#20242a);color:var(--site-text,#f5f7f9);font-size:12px;font-weight:800}.tg-price-card{overflow:hidden;margin-bottom:14px;border:1px solid var(--site-border,#32383f);border-radius:15px;box-shadow:0 8px 24px rgba(0,0,0,.12)}.tg-price-product-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border-bottom:1px solid var(--site-border,#32383f)}.tg-price-product-info{display:flex;align-items:center;gap:11px;min-width:0}.tg-price-thumb{width:48px;height:48px;flex:0 0 48px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:var(--primary,#f5c400);color:#111;font-size:13px;font-weight:900}.tg-price-thumb img{width:100%;height:100%;object-fit:cover}.tg-price-product-info strong{display:block;font-size:14px}.tg-price-product-info small{display:block;margin-top:2px;font-size:10px}.tg-price-buy-top,.tg-price-action{display:inline-flex;align-items:center;justify-content:center;gap:4px;text-decoration:none;border-radius:9px;font-weight:800}.tg-price-buy-top{padding:9px 11px;font-size:11px}.tg-price-action{padding:7px 11px;font-size:10px}.tg-price-table{--bs-table-bg:transparent;--bs-table-color:var(--site-text,#f5f7f9);--bs-table-border-color:var(--site-border,#32383f)}.tg-price-table thead th{padding:10px 14px;color:var(--muted-text,#9ea8b2);font-size:10px;font-weight:800;border-bottom-width:1px}.tg-price-table td{padding:11px 14px;font-size:12px}.tg-price-value{color:var(--primary,#f5c400);font-weight:900}.tg-price-empty{display:flex;flex-direction:column;align-items:center;gap:7px;padding:40px 20px;border:1px dashed var(--site-border,#32383f);border-radius:15px;background:var(--card-bg,#20242a);text-align:center}.tg-price-empty i{font-size:30px;color:var(--primary,#f5c400)}.tg-price-empty strong{color:var(--site-text,#f5f7f9)}.tg-price-empty span{color:var(--muted-text,#9ea8b2);font-size:12px}

@media(max-width:900px){.theme-color-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.theme-color-grid{grid-template-columns:1fr}.tg-price-head{align-items:flex-start;flex-direction:column}.tg-price-head h1{font-size:24px}.tg-price-product-head{padding:11px}.tg-price-table thead th,.tg-price-table td{padding:10px 11px}.tg-price-buy-top{padding:8px 10px}}


/* V4.7 - simplified global color controls + optional logo name */
.theme-color-grid-simple{grid-template-columns:repeat(2,minmax(0,1fr))!important}.theme-mini-preview-simple{--demo-site-bg:#0f1114;--demo-header-bg:#171a1d;--demo-card-bg:#20242a;--demo-border:#32383f;--demo-footer-bg:#0b0d10}.theme-mini-preview-simple .theme-mini-card small{color:var(--demo-text,#f5f7f9)!important;opacity:.72}

/* One text color for the entire customer storefront. Brand/payment artwork is excluded. */
body.tg-store{color:var(--site-text,#f5f7f9)!important}
.tg-store :where(h1,h2,h3,h4,h5,h6,p,label,small,strong,li,td,th,summary,.renn-product-category-name,.renn-product-publisher,.renn-product-info-content,.renn-account-guide,.renn-help,.renn-payment-panel-note,.renn-payment-toggle strong,.tg-drawer-copy,.tg-price-kicker,.tg-price-value,.renn-floating-total strong){color:var(--site-text,#f5f7f9)!important}
.tg-store :where(a:not(.renn-pay-brand):not(.tg-payment-logo),button:not(.renn-payment-toggle),input,select,textarea){color:var(--site-text,#f5f7f9)!important}
.tg-store :where(input,select,textarea)::placeholder{color:var(--site-text,#f5f7f9)!important;opacity:.55}
.tg-store .tg-product-name-overlay{color:var(--site-text,#f5f7f9)!important}

/* One button color for every customer action button/link. Payment accordion headers stay dark. */
.tg-store :where(.renn-header-login,.renn-header-register,.tg-catalog-more-btn,.tg-price-action,.tg-price-buy-top,.renn-floating-buy,.hero-cta,.btn-primary,.renn-buy-button,.renn-mobile-buy-copy,.tg-footer-help,.tg-category-tabs a.active,.renn-product-info-tabs .nav-link.active,.tg-search-box button){background:var(--button-bg,#00d96f)!important;border-color:var(--button-bg,#00d96f)!important;color:var(--button-text,#fff)!important}
.tg-store main button:not(.renn-payment-toggle):not([data-dot]):not(.btn-close){background:var(--button-bg,#00d96f)!important;border-color:var(--button-bg,#00d96f)!important;color:var(--button-text,#fff)!important}
.tg-store :where(.renn-header-login,.renn-header-register,.tg-catalog-more-btn,.tg-price-action,.tg-price-buy-top,.renn-floating-buy,.hero-cta,.btn-primary,.renn-buy-button,.renn-mobile-buy-copy,.tg-footer-help,.tg-category-tabs a.active,.renn-product-info-tabs .nav-link.active,.tg-search-box button):hover{filter:brightness(1.08)!important;color:var(--button-text,#fff)!important}

/* Active/accent UI derives from the same global button color so no old red/orange survives. */
.tg-store.product-detail-dark .renn-service-grid i,
.tg-store.product-detail-dark .renn-step-title span,
.tg-store .tg-title-icon,
.tg-store .tg-section-heading i,
.tg-store .tg-price-kicker,
.tg-store .renn-floating-total strong{color:var(--button-bg,#00d96f)!important}
.tg-store.product-detail-dark .renn-step-title span,
.tg-store.product-detail-dark .renn-payment-option:has(input:checked),
.tg-store .tg-category-tabs a.active{border-color:var(--button-bg,#00d96f)!important}
.tg-store.product-detail-dark .renn-payment-option:has(input:checked){box-shadow:0 0 0 1px var(--button-bg,#00d96f)!important}

/* Fixed dark surfaces: Admin only needs the two global color controls above. */
body.tg-store,.tg-store main{background:#0f1114!important}.tg-store .renn-main-header,.tg-store .tg-offcanvas{background:#171a1d!important;border-color:#32383f!important}.tg-store :where(.tg-popular-card,.tg-category-tabs a,.tg-search-box,.renn-product-profile-card,.renn-checkout-single .renn-step-card,.renn-payment-group,.renn-floating-checkout,.tg-price-card){background:#20242a!important;border-color:#32383f!important}.tg-store .tg-footer{background:#0b0d10!important;border-color:#32383f!important}
@media(max-width:600px){.theme-color-grid-simple{grid-template-columns:1fr!important}}


/* =========================================================
   V4.8 - no hardcoded green/orange, outline-only controls,
   category-aware large icons
   ========================================================= */
/* All former green/yellow accent text and icons follow the global TEXT color. */
.tg-store.product-detail-dark :where(
  .renn-service-grid i,
  .renn-step-title span,
  .renn-variant-choice small,
  .renn-variant-choice em,
  .renn-input-icon-wrap i,
  .renn-account-check,
  .renn-account-result small,
  .renn-account-result strong,
  .renn-account-result span,
  .renn-payment-toggle-copy>i,
  .renn-payment-option-copy small,
  .renn-floating-total strong
){color:var(--site-text,#f5f7f9)!important}

/* Step number is neutral/dark; no green fill survives. */
.tg-store.product-detail-dark .renn-step-title span{
  background:#171a1d!important;
  border-color:#3a4149!important;
  box-shadow:none!important;
}

/* Selected nominal uses a neutral outline, with text color inside. */
.tg-store.product-detail-dark .renn-variant-choice:has(input:checked){
  border-color:var(--site-text,#f5f7f9)!important;
  box-shadow:0 0 0 1px color-mix(in srgb,var(--site-text,#f5f7f9) 45%,transparent)!important;
  background:#1b1f23!important;
}
.tg-store.product-detail-dark .renn-variant-choice:has(input:checked) .renn-variant-check{
  background:transparent!important;
  border-color:var(--site-text,#f5f7f9)!important;
  color:var(--site-text,#f5f7f9)!important;
}

/* Daftar is OUTLINE ONLY. Its border follows Button Color, not its fill. */
.tg-store .renn-header-register{
  background:transparent!important;
  background-image:none!important;
  border:1.5px solid var(--button-bg,#00d96f)!important;
  color:var(--site-text,#f5f7f9)!important;
  box-shadow:none!important;
}
.tg-store .renn-header-register:hover{
  background:color-mix(in srgb,var(--button-bg,#00d96f) 10%,transparent)!important;
  color:var(--site-text,#f5f7f9)!important;
}

/* Informasi Produk + Cara Pembelian are outline tabs only. */
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link{
  background:transparent!important;
  background-image:none!important;
  color:var(--site-text,#f5f7f9)!important;
  border:1.5px solid var(--site-border,#32383f)!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link.active{
  background:transparent!important;
  background-image:none!important;
  color:var(--site-text,#f5f7f9)!important;
  border-color:var(--button-bg,#00d96f)!important;
  box-shadow:0 0 0 1px color-mix(in srgb,var(--button-bg,#00d96f) 28%,transparent)!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link:hover{
  background:color-mix(in srgb,var(--button-bg,#00d96f) 7%,transparent)!important;
}

/* Filled buttons stay controlled by Button Color. Explicitly kill old orange/yellow gradients. */
.tg-store :where(
  .renn-header-login,
  .tg-catalog-more-btn,
  .tg-price-action,
  .tg-price-buy-top,
  .renn-floating-buy,
  .hero-cta,
  .btn-primary,
  .renn-buy-button,
  .renn-mobile-buy-copy,
  .tg-footer-help,
  .tg-search-box button
){
  background:var(--button-bg,#00d96f)!important;
  background-image:none!important;
  border-color:var(--button-bg,#00d96f)!important;
  color:var(--button-text,#fff)!important;
}

/* Category active state must follow Button Color (fixes the old orange/yellow state). */
.tg-store .tg-category-tabs a.active,
.tg-store .tg-category-tabs a.active:hover{
  background:var(--button-bg,#00d96f)!important;
  background-image:none!important;
  border-color:var(--button-bg,#00d96f)!important;
  color:var(--button-text,#fff)!important;
  box-shadow:0 7px 18px color-mix(in srgb,var(--button-bg,#00d96f) 25%,transparent)!important;
}
.tg-store .tg-category-tabs a.active .tg-category-icon,
.tg-store .tg-category-tabs a.active .tg-category-icon i,
.tg-store .tg-category-tabs a.active>span{color:var(--button-text,#fff)!important}

/* Larger, category-aware navigation icons. */
.tg-store .tg-category-tabs-v48 a{
  min-width:126px!important;
  min-height:58px!important;
  height:auto!important;
  padding:8px 15px!important;
  gap:10px!important;
}
.tg-store .tg-category-icon{
  width:34px;height:34px;flex:0 0 34px;
  display:grid;place-items:center;
  border-radius:9px;
  border:1px solid #3a4149;
  background:#171a1d;
  color:var(--site-text,#f5f7f9)!important;
}
.tg-store .tg-category-icon i{font-size:20px!important;line-height:1;color:inherit!important}
.tg-store .tg-category-tabs-v48 a>span:last-child{font-size:12px;font-weight:800}
.tg-store .tg-category-tabs-v48 a.active .tg-category-icon{
  background:color-mix(in srgb,var(--button-text,#fff) 12%,transparent)!important;
  border-color:color-mix(in srgb,var(--button-text,#fff) 45%,transparent)!important;
}

/* Selected catalog heading icon follows the actual selected category and is easier to see. */
.tg-store .tg-title-icon-v48{
  width:46px!important;height:46px!important;flex:0 0 46px!important;
  border-radius:12px!important;
  display:grid!important;place-items:center!important;
  background:#20242a!important;
  border:1px solid #3a4149!important;
  color:var(--site-text,#f5f7f9)!important;
}
.tg-store .tg-title-icon-v48 i{font-size:24px!important;color:inherit!important}

/* Product fallback no longer shows letter initials; use a large icon matching its category. */
.tg-store .tg-category-fallback{
  display:grid!important;place-items:center!important;
  background:#171a1d!important;
  color:var(--site-text,#f5f7f9)!important;
}
.tg-store .tg-category-fallback i{font-size:clamp(34px,5vw,58px)!important;line-height:1;color:inherit!important}
.tg-store .tg-popular-image .tg-category-fallback i{font-size:30px!important}

/* Popular heading icon follows text color instead of any legacy blue/yellow accent. */
.tg-store .tg-popular-section .tg-section-heading h2 i{color:var(--site-text,#f5f7f9)!important}

/* Keep payment selection outline as Button Color, but never inject old green fill. */
.tg-store.product-detail-dark .renn-payment-option:has(input:checked){
  border-color:var(--button-bg,#00d96f)!important;
  box-shadow:0 0 0 1px var(--button-bg,#00d96f)!important;
}
.tg-store.product-detail-dark .renn-payment-option:has(input:checked) .renn-payment-radio{
  background:transparent!important;
  border-color:var(--button-bg,#00d96f)!important;
  color:var(--button-bg,#00d96f)!important;
}

@media(max-width:600px){
  .tg-store .tg-category-tabs-v48 a{min-width:110px!important;min-height:52px!important;padding:7px 11px!important;gap:8px!important}
  .tg-store .tg-category-icon{width:30px;height:30px;flex-basis:30px;border-radius:8px}
  .tg-store .tg-category-icon i{font-size:18px!important}
  .tg-store .tg-category-tabs-v48 a>span:last-child{font-size:10px}
  .tg-store .tg-title-icon-v48{width:40px!important;height:40px!important;flex-basis:40px!important}
  .tg-store .tg-title-icon-v48 i{font-size:21px!important}
  .tg-store .tg-category-fallback i{font-size:34px!important}
}

/* V4.8.1 - remove remaining legacy green states from the checkout details. */
.tg-store.product-detail-dark{--ed-green:var(--site-text,#f5f7f9)!important;--ed-green-soft:transparent!important}
.tg-store.product-detail-dark .renn-step-body input:focus{
  border-color:var(--site-text,#f5f7f9)!important;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--site-text,#f5f7f9) 10%,transparent)!important;
}
.tg-store.product-detail-dark .renn-account-confirmation{
  background:#1b1f23!important;
  border-color:#3a4149!important;
  color:var(--site-text,#f5f7f9)!important;
}
.tg-store.product-detail-dark .renn-account-check{
  background:transparent!important;
  border:1px solid var(--site-text,#f5f7f9)!important;
  color:var(--site-text,#f5f7f9)!important;
}
.tg-store.product-detail-dark .renn-payment-option:has(input:checked){background:#20242a!important}
.tg-store.product-detail-dark .renn-payment-option-copy small,
.tg-store.product-detail-dark .renn-summary-kicker,
.tg-store.product-detail-dark .renn-summary-row.total b{color:var(--site-text,#f5f7f9)!important}

/* =========================================================
   V4.9 - Admin compact management + complete storefront theme
   ========================================================= */

/* ----- Admin: 5-column theme editor ----- */
.settings-form.admin-theme-wide{max-width:none!important}
.admin-section-title{font-size:17px;font-weight:850;color:#252b36}
.theme-color-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}
.theme-color-item-compact{min-height:142px;padding:11px!important;border-radius:11px!important}
.theme-color-item-compact>span{display:flex!important;align-items:center;gap:7px;font-size:11px!important;margin-bottom:7px!important}
.theme-color-item-compact>span i{font-size:15px;color:#6758e8}
.theme-color-item-compact .theme-color-control{grid-template-columns:44px 1fr!important;gap:7px!important}
.theme-color-item-compact .theme-color-control input[type=color]{width:44px!important;height:38px!important;border-radius:8px!important}
.theme-color-item-compact .theme-color-control code{min-height:38px!important;padding:0 7px!important;font-size:10px!important;overflow:hidden}
.theme-color-item-compact small{font-size:9px!important;line-height:1.35!important;margin-top:6px!important}
.theme-mini-preview-v49{--demo-input-bg:#17191d}
.theme-mini-preview-v49 .theme-mini-body{display:grid;grid-template-columns:1.3fr .9fr;gap:10px;background:var(--demo-site-bg,#0f1114)!important}
.theme-mini-preview-v49 .theme-mini-card{display:flex;align-items:center;gap:10px;background:var(--demo-card-bg,#20242a)!important;border-color:var(--demo-border,#32383f)!important;color:var(--demo-text,#f5f7f9)!important}
.theme-mini-preview-v49 .theme-mini-card small{color:var(--demo-muted,#a4acb8)!important}
.theme-preview-grid-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;border:1px solid var(--demo-border,#32383f);color:var(--demo-icon,#00d96f);font-size:17px}
.theme-mini-input{min-height:54px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--demo-border,#32383f);border-radius:10px;background:var(--demo-input-bg,#17191d);color:var(--demo-muted,#a4acb8);font-size:10px}
.theme-mini-input i{color:var(--demo-icon,#00d96f);font-size:14px}
.theme-mini-preview-v49 .theme-mini-footer{background:var(--demo-footer-bg,#0b0d10)!important;color:var(--demo-muted,#a4acb8)!important}

/* ----- Admin: payment methods grouped by type ----- */
.payment-type-stack{display:grid;gap:14px}
.payment-type-card{overflow:hidden}
.payment-type-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid #eaecf0;background:#fbfbfd}
.payment-type-title{display:flex;align-items:center;gap:11px;min-width:0}
.payment-type-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:11px;background:#f0eeff;color:#6758e8;font-size:18px}
.payment-type-title h2{margin:0 0 2px!important;font-size:15px!important}
.payment-type-title p{margin:0;color:#8b93a1;font-size:10px;line-height:1.45}
.payment-type-count{white-space:nowrap;padding:6px 9px;border-radius:999px;background:#f3f4f7;color:#667085;font-size:9px;font-weight:800}
.payment-method-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px}
.payment-method-admin-card{padding:12px;border:1px solid #e2e6ec;border-radius:12px;background:#fff;transition:.18s ease}
.payment-method-admin-card.payment-row-enabled{border-color:#b8b1ff;box-shadow:0 0 0 2px rgba(103,88,232,.07)}
.payment-method-admin-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.payment-method-admin-name{display:flex;align-items:center;gap:8px;min-width:0}
.payment-method-mini-icon{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;border-radius:9px;background:#f6f5ff;color:#6758e8;font-size:14px}
.payment-method-admin-name strong{display:block;font-size:11px;line-height:1.25;color:#2c3340}
.payment-method-admin-name small{display:block;margin-top:2px;color:#9aa1ad;font-size:8px}
.payment-method-note{min-height:30px;margin:8px 0;color:#8a929e;font-size:9px;line-height:1.4}
.payment-fee-compact{display:grid;grid-template-columns:100px minmax(90px,1fr) auto;gap:7px;align-items:end}
.payment-fee-compact label{font-size:8px;color:#7d8591}
.payment-fee-compact select,.payment-fee-compact input{height:34px;margin-top:4px;padding:6px 8px;font-size:10px;border-radius:8px}
.payment-fee-result{display:flex;flex-direction:column;justify-content:center;min-height:34px;padding:5px 8px;border:1px solid #e6e8ed;border-radius:8px;background:#fafbfc}
.payment-fee-result span{font-size:7px;color:#99a0ab}
.payment-fee-result strong{font-size:10px;color:#4a5260}
.payment-admin-note{margin-top:14px}

/* ----- Admin: compact Banner and Category pages ----- */
.compact-admin-create-card{padding:12px 14px!important}
.compact-create-title{display:flex;align-items:center;gap:8px;margin-bottom:10px}
.compact-create-title>i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f0eeff;color:#6758e8}
.compact-create-title strong{display:block;font-size:12px;color:#2f3540}
.compact-create-title small{display:block;color:#9299a4;font-size:9px}
.compact-banner-create{display:grid;grid-template-columns:120px 180px 1fr 1fr 1.1fr 78px 68px 95px 38px;gap:8px;align-items:end}
.compact-category-create{display:grid;grid-template-columns:42px minmax(220px,1fr) 90px 110px 38px;gap:8px;align-items:end;max-width:760px}
.compact-banner-create>label,.compact-category-create>label{font-size:8px;color:#7b8492;margin:0}
.compact-banner-create input,.compact-category-create input{height:36px;margin-top:4px;padding:6px 8px;border-radius:8px;font-size:10px}
.compact-banner-thumb{width:120px!important;height:52px!important;aspect-ratio:auto!important;margin:0!important;border-radius:8px!important}
.compact-banner-thumb img{width:100%;height:100%;object-fit:cover;border-radius:7px}
.compact-banner-thumb .banner-placeholder{width:100%;height:100%;margin:0!important;border-radius:7px;font-size:15px}
.compact-banner-thumb .admin-banner-preview-placeholder{font-size:8px;gap:2px}.compact-banner-thumb .admin-banner-preview-placeholder i{font-size:16px}
.compact-status-label{display:flex!important;flex-direction:column;justify-content:flex-end}
.compact-status-label .admin-switch{min-height:36px;display:flex;align-items:center;gap:6px;margin-top:4px;padding:0 7px;border:1px solid #e4e7ec;border-radius:8px;background:#fafbfc}
.compact-save-button{width:36px!important;height:36px!important;padding:0!important}
.btn-icon-save{background:#12b76a!important;color:#fff!important;border:0!important;border-radius:9px!important;display:grid!important;place-items:center!important}
.compact-list-card{overflow:hidden}
.compact-count{margin-left:auto;font-size:9px;font-weight:700;opacity:.85}
.admin-purple-head{display:flex;align-items:center;gap:7px}
.compact-admin-table th,.compact-admin-table td{padding:8px 8px!important}
.compact-admin-table input,.compact-admin-table select{height:34px;margin:0!important;padding:6px 8px!important;border-radius:8px!important;font-size:10px!important}
.banner-compact-table{min-width:1180px!important}
.banner-compact-table td:nth-child(1){width:128px}.banner-compact-table td:nth-child(5){width:80px}.banner-compact-table td:nth-child(6){width:70px}.banner-compact-table td:nth-child(7){width:100px}.banner-compact-table td:nth-child(8){width:80px}
.compact-image-picker{position:relative;display:inline-block;cursor:pointer;margin:0}
.compact-image-edit{position:absolute;right:4px;bottom:4px;width:23px;height:23px;display:grid;place-items:center;border-radius:7px;background:rgba(17,24,39,.88);color:#fff;font-size:10px;box-shadow:0 3px 8px rgba(0,0,0,.16)}
.compact-switch{white-space:nowrap;margin:0!important}
.compact-switch span{font-size:9px!important}
.category-compact-table{min-width:760px!important}
.category-compact-table td:nth-child(1){width:56px}.category-compact-table td:nth-child(4){width:90px}.category-compact-table td:nth-child(5){width:110px}.category-compact-table td:nth-child(6){width:90px}
.compact-category-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f0eeff;color:#6758e8;border:1px solid #e2defe;font-size:17px}

/* ----- Storefront: complete V4.9 theme variables ----- */
body.tg-store{background:var(--site-bg,#0f1114)!important;color:var(--site-text,#f5f7f9)!important}
.tg-store main,.tg-store .tg-page,.tg-store .tg-home{background:var(--site-bg,#0f1114)!important}
.tg-store :where(.renn-main-header,.tg-offcanvas){background:var(--header-bg,#171a1d)!important;border-color:var(--site-border,#32383f)!important}
.tg-store :where(.tg-product-card,.tg-popular-card,.tg-category-tabs a,.tg-search-box,.tg-price-card,.renn-product-profile-card,.renn-step-card,.renn-payment-group,.renn-payment-option,.renn-floating-checkout,.tg-category-fallback,.tg-title-icon-v48){background:var(--card-bg,#20242a)!important;border-color:var(--site-border,#32383f)!important}
.tg-store :where(input,select,textarea,.tg-search-box input,.renn-step-body input){background:var(--input-bg,#17191d)!important;border-color:var(--site-border,#32383f)!important;color:var(--site-text,#f5f7f9)!important}
.tg-store :where(input,textarea,.tg-search-box input)::placeholder{color:var(--muted-text,#a4acb8)!important}
.tg-store :where(.tg-section-heading h2,.tg-catalog-title h2,.tg-popular-copy strong,.tg-product-name-overlay strong,.renn-product-profile-copy h1,.renn-step-title h2,.renn-payment-toggle,.renn-payment-option-copy strong,.renn-floating-product strong,.renn-floating-total strong,.tg-price-head h1,.tg-price-table strong){color:var(--site-text,#f5f7f9)!important}
.tg-store :where(.tg-section-heading p,.tg-catalog-title p,.tg-popular-copy small,.tg-product-name-overlay small,.renn-product-profile-copy p,.renn-help,.renn-payment-panel-note,.renn-floating-product small,.tg-price-head p,.tg-price-product-info small,.tg-footer p,.tg-footer a,.tg-footer-bottom){color:var(--muted-text,#a4acb8)!important}
.tg-store :where(.tg-title-icon,.tg-section-heading h2 i,.tg-category-icon,.tg-title-icon-v48,.tg-category-fallback,.renn-service-grid i,.renn-step-title span,.renn-payment-toggle i,.tg-footer p i,.tg-social-row i){color:var(--icon-color,#00d96f)!important}
.tg-store .renn-step-title span{border-color:var(--icon-color,#00d96f)!important}
.tg-store .tg-category-icon,.tg-store .tg-title-icon-v48{border-color:var(--site-border,#32383f)!important;background:var(--input-bg,#17191d)!important}
.tg-store :where(.renn-header-login,.tg-catalog-more-btn,.tg-price-action,.tg-price-buy-top,.renn-floating-buy,.hero-cta,.btn-primary,.renn-buy-button,.renn-mobile-buy-copy,.tg-search-box button,.tg-category-tabs a.active){background:var(--button-bg,#00d96f)!important;background-image:none!important;border-color:var(--button-bg,#00d96f)!important;color:var(--button-text,#fff)!important}
.tg-store .renn-header-register{background:transparent!important;border-color:var(--button-bg,#00d96f)!important;color:var(--site-text,#f5f7f9)!important}
.tg-store .renn-product-info-tabs .nav-link{background:transparent!important;border-color:var(--site-border,#32383f)!important;color:var(--muted-text,#a4acb8)!important}
.tg-store .renn-product-info-tabs .nav-link.active{background:transparent!important;border-color:var(--button-bg,#00d96f)!important;color:var(--site-text,#f5f7f9)!important;box-shadow:inset 0 0 0 1px var(--button-bg,#00d96f)!important}
.tg-store .renn-payment-option:has(input:checked){background:var(--card-bg,#20242a)!important;border-color:var(--button-bg,#00d96f)!important;box-shadow:0 0 0 1px var(--button-bg,#00d96f)!important}
.tg-store .renn-payment-option:has(input:checked) .renn-payment-radio{background:transparent!important;border-color:var(--button-bg,#00d96f)!important;color:var(--button-bg,#00d96f)!important}
.tg-store .tg-footer{background:var(--footer-bg,#0b0d10)!important;border-color:var(--site-border,#32383f)!important}
.tg-store .tg-footer h3,.tg-store .tg-footer-brand strong{color:var(--site-text,#f5f7f9)!important}
.tg-store .tg-social-row a,.tg-store .tg-footer-help{border-color:var(--site-border,#32383f)!important}

@media(max-width:1180px){
  .theme-color-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .payment-method-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .compact-banner-create{grid-template-columns:120px 1fr 1fr 1fr;align-items:end}.compact-banner-create>label:nth-of-type(n+4){min-width:0}
}
@media(max-width:760px){
  .theme-color-grid-5{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .theme-mini-preview-v49 .theme-mini-body{grid-template-columns:1fr}
  .payment-method-admin-grid{grid-template-columns:1fr}
  .payment-fee-compact{grid-template-columns:1fr 1fr}.payment-fee-result{grid-column:1/-1}
  .compact-banner-create,.compact-category-create{grid-template-columns:1fr 1fr}.compact-banner-thumb{grid-column:1/-1;width:100%!important;height:90px!important}.compact-save-button{align-self:end}
}
@media(max-width:480px){.theme-color-grid-5{grid-template-columns:1fr!important}.compact-banner-create,.compact-category-create{grid-template-columns:1fr}.compact-category-icon{margin-bottom:2px}}


/* V5.0 - fixed Rennstore-inspired storefront palette */
body.tg-store{
  --site-bg:#0f1114!important;
  --header-bg:#171a1d!important;
  --card-bg:#1d2125!important;
  --button-bg:#ff9d00!important;
  --button-text:#fff!important;
  --site-text:#f5f7f9!important;
  --muted-text:#8f98a3!important;
  --icon-color:#ff9d00!important;
  --site-border:#2d3339!important;
  --input-bg:#171a1d!important;
  --footer-bg:#171a1d!important;
  --primary:#ff9d00!important;
  background:#0f1114!important;
  color:#f5f7f9!important;
}
.tg-store .renn-main-header,
.tg-store .tg-offcanvas{background:#171a1d!important;border-color:#2d3339!important}
.tg-store :where(.tg-product-card,.tg-popular-card,.tg-category-tabs a,.tg-search-box,.tg-price-card,.renn-product-profile-card,.renn-step-card,.renn-payment-group,.renn-payment-option,.renn-floating-checkout,.tg-category-fallback,.tg-title-icon-v48){background:#1d2125!important;border-color:#2d3339!important}
.tg-store :where(input,select,textarea,.tg-search-box input,.renn-step-body input){background:#171a1d!important;border-color:#2d3339!important;color:#f5f7f9!important}
.tg-store :where(.renn-header-login,.tg-catalog-more-btn,.tg-price-action,.tg-price-buy-top,.renn-floating-buy,.hero-cta,.btn-primary,.renn-buy-button,.renn-mobile-buy-copy,.tg-search-box button,.tg-category-tabs a.active){background:#ff9d00!important;background-image:none!important;border-color:#ff9d00!important;color:#fff!important}
.tg-store .renn-header-register{background:transparent!important;border-color:#5d646c!important;color:#fff!important}
.tg-store .renn-header-register:hover{border-color:#ff9d00!important;color:#ff9d00!important}
.tg-store .renn-product-info-tabs .nav-link{background:transparent!important;border-color:#2d3339!important;color:#a8b0b9!important}
.tg-store .renn-product-info-tabs .nav-link.active{background:#ff9d00!important;border-color:#ff9d00!important;color:#101214!important;box-shadow:none!important}
.tg-store .renn-step-title span{background:#ff9d00!important;border-color:#ff9d00!important;color:#101214!important;box-shadow:0 0 0 4px rgba(255,157,0,.12)!important}
.tg-store .renn-variant-choice:has(input:checked),
.tg-store .renn-payment-option:has(input:checked){border-color:#ff9d00!important;box-shadow:0 0 0 1px #ff9d00!important;background:#211c12!important}
.tg-store .renn-variant-choice:has(input:checked) .renn-variant-check{background:#ff9d00!important;border-color:#ff9d00!important;color:#101214!important}
.tg-store .renn-payment-option:has(input:checked) .renn-payment-radio{border-color:#ff9d00!important;color:#ff9d00!important}
.tg-store :where(.tg-title-icon,.tg-section-heading h2 i,.tg-category-icon,.tg-title-icon-v48,.tg-category-fallback,.renn-service-grid i,.renn-payment-toggle i,.tg-footer p i,.tg-social-row i){color:#ff9d00!important}
.tg-store .renn-floating-total strong,
.tg-store .renn-variant-choice small,
.tg-store .tg-price-value{color:#ff9d00!important}
.tg-store .tg-footer{background:#171a1d!important;border-color:#2d3339!important}
.renn-fixed-theme-note{margin-top:18px;padding:14px 16px;border:1px solid #e6e8ef;border-radius:12px;background:#fafbfc}

/* V5.1 - product detail orange UI */
.tg-store.product-detail-dark{
  --detail-orange:#ff9d00;
  --detail-bg:#0f1114;
  --detail-card:#22262b;
  --detail-card-soft:#30343a;
  --detail-border:#343a40;
  --detail-text:#f7f8fa;
  --detail-muted:#93a0ad;
}
.tg-store.product-detail-dark .renn-product-page{background:var(--detail-bg)!important}
.tg-store.product-detail-dark .renn-product-profile-card,
.tg-store.product-detail-dark .renn-step-card{
  background:var(--detail-card)!important;
  border:1px solid var(--detail-border)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.18)!important;
}
.tg-store.product-detail-dark .renn-product-profile-card{border-radius:16px!important}
.tg-store.product-detail-dark .renn-product-copy h1,
.tg-store.product-detail-dark .renn-step-title h2,
.tg-store.product-detail-dark .renn-variant-choice strong,
.tg-store.product-detail-dark .renn-payment-toggle strong,
.tg-store.product-detail-dark .renn-payment-option-copy strong{color:var(--detail-text)!important}
.tg-store.product-detail-dark .renn-product-category-name,
.tg-store.product-detail-dark .renn-product-publisher,
.tg-store.product-detail-dark .renn-help,
.tg-store.product-detail-dark .renn-account-label,
.tg-store.product-detail-dark .renn-payment-panel-note{color:var(--detail-muted)!important}
.tg-store.product-detail-dark .renn-service-grid i,
.tg-store.product-detail-dark .renn-payment-toggle-copy>i,
.tg-store.product-detail-dark .renn-payment-chevron,
.tg-store.product-detail-dark .renn-input-icon-wrap>i{color:var(--detail-orange)!important}
.tg-store.product-detail-dark .renn-step-title span{
  background:var(--detail-orange)!important;
  border-color:var(--detail-orange)!important;
  color:#111315!important;
  box-shadow:0 0 0 4px rgba(255,157,0,.14)!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  padding:6px!important;
  border:1px solid var(--detail-border)!important;
  border-radius:14px!important;
  background:#191c20!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link{
  min-height:48px!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#d6dbe1!important;
  font-weight:800!important;
  font-size:15px!important;
  box-shadow:none!important;
  transition:background-color .18s ease,color .18s ease,transform .18s ease!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link.active{
  background:var(--detail-orange)!important;
  border-color:var(--detail-orange)!important;
  color:#101214!important;
  box-shadow:0 5px 14px rgba(255,157,0,.16)!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs .nav-link:not(.active):hover{color:var(--detail-orange)!important}
.tg-store.product-detail-dark .renn-product-info-content-v51{padding-top:0!important}
.tg-store.product-detail-dark .renn-product-info-content-v51 .tab-pane:not(:empty){
  margin-top:12px!important;
  padding:4px 4px 0!important;
  color:#e5e8ec!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.tg-store.product-detail-dark .renn-nominal-filter{
  display:flex;
  gap:10px;
  margin-bottom:14px;
}
.tg-store.product-detail-dark .renn-nominal-filter button{
  width:auto!important;
  min-width:84px;
  padding:9px 16px!important;
  border:1px solid var(--detail-border)!important;
  border-radius:9px!important;
  background:#30343a!important;
  color:#f3f5f7!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-nominal-filter button.active{
  background:var(--detail-orange)!important;
  border-color:var(--detail-orange)!important;
  color:#101214!important;
}
.tg-store.product-detail-dark .renn-variant-choice{
  background:#30343a!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  min-height:82px!important;
}
.tg-store.product-detail-dark .renn-variant-choice small,
.tg-store.product-detail-dark .renn-variant-choice em{color:var(--detail-orange)!important}
.tg-store.product-detail-dark .renn-variant-choice:has(input:checked){
  background:#2b2922!important;
  border-color:var(--detail-orange)!important;
  box-shadow:0 0 0 1px var(--detail-orange)!important;
}
.tg-store.product-detail-dark .renn-variant-choice:has(input:checked) .renn-variant-check{
  background:var(--detail-orange)!important;
  border-color:var(--detail-orange)!important;
  color:#101214!important;
}
.tg-store.product-detail-dark .renn-payment-group{background:transparent!important;border-color:var(--detail-border)!important;border-radius:12px!important}
.tg-store.product-detail-dark .renn-payment-toggle{background:#202429!important;color:var(--detail-text)!important;min-height:58px!important}
.tg-store.product-detail-dark .renn-payment-panel{background:#171a1e!important;border-color:var(--detail-border)!important}
.tg-store.product-detail-dark .renn-payment-option{background:#25292e!important;border-color:var(--detail-border)!important}
.tg-store.product-detail-dark .renn-payment-option:has(input:checked){
  background:#2b2922!important;
  border-color:var(--detail-orange)!important;
  box-shadow:0 0 0 1px var(--detail-orange)!important;
}
.tg-store.product-detail-dark .renn-payment-option:has(input:checked) .renn-payment-radio{
  border-color:var(--detail-orange)!important;
  color:var(--detail-orange)!important;
}
.tg-store.product-detail-dark .renn-payment-option-copy small,
.tg-store.product-detail-dark .renn-floating-total strong{color:var(--detail-orange)!important}
.tg-store.product-detail-dark .renn-floating-buy{
  background:var(--detail-orange)!important;
  border-color:var(--detail-orange)!important;
  color:#101214!important;
}
.tg-store.product-detail-dark .renn-step-body input:focus{
  border-color:var(--detail-orange)!important;
  box-shadow:0 0 0 3px rgba(255,157,0,.12)!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-product-info-tabs .nav-link{min-height:44px!important;font-size:13px!important}
  .tg-store.product-detail-dark .renn-nominal-filter button{font-size:11px!important;padding:8px 14px!important}
  .tg-store.product-detail-dark .renn-variant-choice{min-height:76px!important}
}


/* V5.1.1 - deterministic product tabs */
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab]{
  background:transparent!important;
  background-image:none!important;
  border:1px solid transparent!important;
  color:#d6dbe1!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab].active,
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab].is-selected{
  background:#ff9d00!important;
  background-image:none!important;
  border-color:#ff9d00!important;
  color:#101214!important;
  box-shadow:0 5px 14px rgba(255,157,0,.16)!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab]:not(.active):not(.is-selected){
  background:transparent!important;
  color:#c8ced6!important;
}
.tg-store.product-detail-dark .renn-product-info-pane[hidden]{display:none!important}
.tg-store.product-detail-dark .renn-product-info-pane:not([hidden]){display:block!important}


/* V5.1.2 - clean tab toggle and exclusive description view */
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab],
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab]:not(.active):not(.is-selected){
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  color:#c8ced6!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab].active,
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab].is-selected{
  background:#ff9d00!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  color:#101214!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab]:focus,
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab]:focus-visible{
  outline:0!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark [data-product-description-content][hidden],
.tg-store.product-detail-dark [data-product-transaction-content][hidden]{display:none!important}
.tg-store.product-detail-dark .renn-product-info-content-v51{padding:18px 4px 4px!important}
.tg-store.product-detail-dark .renn-description-panel{padding:0!important;background:transparent!important;border:0!important}
.tg-store.product-detail-dark .renn-description-panel h3{margin:0 0 14px!important;color:#f5f7f9!important;font-size:17px!important;font-weight:800!important;letter-spacing:.01em}
.tg-store.product-detail-dark .renn-description-copy{color:#f0f2f5!important;font-size:15px!important;line-height:1.9!important;white-space:normal}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-description-panel h3{font-size:16px!important}
  .tg-store.product-detail-dark .renn-description-copy{font-size:14px!important;line-height:1.85!important}
}


/* V5.1.3 - cleaner account form and neutral inactive tabs */
.tg-store.product-detail-dark .renn-account-guide{
  margin-top:14px!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap{
  position:relative!important;
  display:block!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>i{
  position:absolute!important;
  left:16px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  width:20px!important;
  display:grid!important;
  place-items:center!important;
  pointer-events:none!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>input{
  padding-left:50px!important;
}

/* Product tabs: inactive means plain text only; active remains a solid orange block. */
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab]:not(.active):not(.is-selected){
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#c8ced6!important;
}
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab].active,
.tg-store.product-detail-dark .renn-product-info-tabs [data-product-info-tab].is-selected{
  background:#ff9d00!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#101214!important;
}

/* Nominal filters follow the same rule as Transaksi / Deskripsi. */
.tg-store.product-detail-dark .renn-nominal-filter button,
.tg-store.product-detail-dark .renn-nominal-filter button:not(.active){
  background:transparent!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#c8ced6!important;
}
.tg-store.product-detail-dark .renn-nominal-filter button.active{
  background:#ff9d00!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#101214!important;
}

/* Remove orange glow/shadow from step headers and number badges. */
.tg-store.product-detail-dark .renn-step-card,
.tg-store.product-detail-dark .renn-step-title,
.tg-store.product-detail-dark .renn-step-title span{
  box-shadow:none!important;
  text-shadow:none!important;
}
.tg-store.product-detail-dark .renn-step-title{
  background:transparent!important;
  border-bottom:1px solid #343a40!important;
}

/* V5.1.4 - nominal filter state, softer item typography, WhatsApp spacing */
.tg-store.product-detail-dark .renn-nominal-filter button,
.tg-store.product-detail-dark .renn-nominal-filter button:not(.active):not(.is-active){
  background:#30343a!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#f3f5f7!important;
  font-weight:600!important;
}
.tg-store.product-detail-dark .renn-nominal-filter button.active,
.tg-store.product-detail-dark .renn-nominal-filter button.is-active{
  background:#ff9d00!important;
  background-image:none!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  color:#101214!important;
}
.tg-store.product-detail-dark .renn-variant-choice strong{
  font-weight:500!important;
  letter-spacing:0!important;
  line-height:1.35!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>i{
  left:18px!important;
  width:24px!important;
  font-size:17px!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>input{
  padding-left:64px!important;
}

/* V5.1.5 - compact account guide, extra WhatsApp spacing, smaller nominal names */
.tg-store.product-detail-dark .renn-account-guide{
  margin:10px 0 0!important;
  color:#9aa5b2!important;
  font-size:11px!important;
  line-height:1.55!important;
  font-weight:400!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>i{
  left:20px!important;
  width:22px!important;
  font-size:17px!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>input{
  padding-left:88px!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>input::placeholder{
  opacity:.82!important;
}
.tg-store.product-detail-dark .renn-variant-choice strong{
  font-size:11.5px!important;
  font-weight:500!important;
  line-height:1.3!important;
  letter-spacing:0!important;
}
.tg-store.product-detail-dark .renn-variant-choice small{
  font-size:11.5px!important;
  font-weight:600!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-account-guide{font-size:10.5px!important;line-height:1.5!important}
  .tg-store.product-detail-dark .renn-variant-choice strong{font-size:10.5px!important}
  .tg-store.product-detail-dark .renn-variant-choice small{font-size:10.5px!important}
  .tg-store.product-detail-dark .renn-input-icon-wrap>input{padding-left:90px!important}
}


/* V5.1.6 - smaller account hint, separated WhatsApp icon, cleaner nominal cards */
.tg-store.product-detail-dark .renn-account-guide,
.tg-store.product-detail-dark .renn-help{
  font-size:10.5px!important;
  line-height:1.55!important;
  font-weight:400!important;
  color:#8f99a4!important;
}
.tg-store.product-detail-dark .renn-account-guide{margin:9px 0 0!important}

/* WhatsApp icon is a real separate cell, so it can never overlap the placeholder. */
.tg-store.product-detail-dark .renn-input-icon-wrap{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr)!important;
  align-items:stretch!important;
  height:52px!important;
  margin-top:7px!important;
  overflow:hidden!important;
  border:1px solid #343a40!important;
  border-radius:13px!important;
  background:#171a1f!important;
}
.tg-store.product-detail-dark .renn-whatsapp-icon{
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:100%!important;
}
.tg-store.product-detail-dark .renn-whatsapp-icon i{
  position:static!important;
  transform:none!important;
  display:block!important;
  width:auto!important;
  color:#ff9d00!important;
  font-size:18px!important;
  line-height:1!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>input{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0 16px 0 4px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap:focus-within{
  border-color:#ff9d00!important;
}

/* Nominal cards: no radio/check circle and lighter, smaller item name. */
.tg-store.product-detail-dark .renn-variant-check{display:none!important}
.tg-store.product-detail-dark .renn-variant-choice strong{
  padding-right:0!important;
  font-size:10px!important;
  font-weight:400!important;
  line-height:1.3!important;
  letter-spacing:0!important;
}
.tg-store.product-detail-dark .renn-variant-choice small{
  font-size:10.5px!important;
  font-weight:600!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-account-guide,
  .tg-store.product-detail-dark .renn-help{font-size:10px!important;line-height:1.5!important}
  .tg-store.product-detail-dark .renn-variant-choice strong{font-size:9.5px!important}
  .tg-store.product-detail-dark .renn-variant-choice small{font-size:10px!important}
  .tg-store.product-detail-dark .renn-input-icon-wrap{grid-template-columns:56px minmax(0,1fr)!important;height:52px!important}
  .tg-store.product-detail-dark .renn-whatsapp-icon{width:56px!important}
}


/* V5.1.7 - Top Up diamond tab, readable nominal text, closer WhatsApp icon */
.tg-store.product-detail-dark .renn-variant-choice strong{
  font-size:12px!important;
  font-weight:500!important;
  line-height:1.35!important;
  letter-spacing:0!important;
}
.tg-store.product-detail-dark .renn-variant-choice small{
  font-size:11.5px!important;
  font-weight:600!important;
}

/* Keep the WhatsApp icon close to the placeholder, but never touching it. */
.tg-store.product-detail-dark .renn-input-icon-wrap{
  grid-template-columns:40px minmax(0,1fr)!important;
}
.tg-store.product-detail-dark .renn-whatsapp-icon{
  width:40px!important;
}
.tg-store.product-detail-dark .renn-whatsapp-icon i{
  font-size:17px!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap>input{
  padding:0 16px 0 6px!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-variant-choice strong{font-size:11.5px!important}
  .tg-store.product-detail-dark .renn-variant-choice small{font-size:11px!important}
  .tg-store.product-detail-dark .renn-input-icon-wrap{grid-template-columns:40px minmax(0,1fr)!important}
  .tg-store.product-detail-dark .renn-whatsapp-icon{width:40px!important}
  .tg-store.product-detail-dark .renn-input-icon-wrap>input{padding-left:5px!important}
}


/* V5.2.1 - faster account form polish + dark WhatsApp fill/autofill */
.tg-store.product-detail-dark .renn-input-icon-wrap,
.tg-store.product-detail-dark .renn-input-icon-wrap input{
  background:#171a1f!important;
  color:#f5f7f9!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap input::placeholder{
  color:#6f7883!important;
  opacity:1!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap input:-webkit-autofill,
.tg-store.product-detail-dark .renn-input-icon-wrap input:-webkit-autofill:hover,
.tg-store.product-detail-dark .renn-input-icon-wrap input:-webkit-autofill:focus,
.tg-store.product-detail-dark .renn-input-icon-wrap input:-webkit-autofill:active{
  -webkit-text-fill-color:#f5f7f9!important;
  caret-color:#f5f7f9!important;
  -webkit-box-shadow:0 0 0 1000px #171a1f inset!important;
  box-shadow:0 0 0 1000px #171a1f inset!important;
  transition:background-color 9999s ease-out 0s!important;
}
.tg-store.product-detail-dark .renn-input-icon-wrap input::selection{
  background:#ff9d00!important;
  color:#111418!important;
}


/* V5.2.4 - dark order lookup results */
.tg-store .lookup-results .order-row{background:#1b1e22!important;border:1px solid #30353b!important;color:#f4f6f8!important;box-shadow:none!important}
.tg-store .lookup-results .order-row:hover{background:#20242a!important;border-color:#3a4048!important}
.tg-store .lookup-results .order-row strong,.tg-store .lookup-results .order-row b{color:#ffffff!important}
.tg-store .lookup-results .order-row span:not(.status){color:#98a2ad!important}
.tg-store .lookup-results .empty-state{background:#1b1e22!important;border:1px dashed #30353b!important;color:#98a2ad!important}
.tg-store .lookup-results .status-pending{background:rgba(255,157,0,.14)!important;color:#ffb84d!important}
.tg-store .lookup-results .status-processing{background:rgba(239,68,68,.16)!important;color:#ff9b9b!important}
.tg-store .lookup-results .status-success{background:rgba(34,197,94,.16)!important;color:#7ff0a8!important}
.tg-store .lookup-results .status-failed,.tg-store .lookup-results .status-expired{background:#2a2f35!important;color:#c1c8cf!important}

/* V5.2.5 - richer dark order lookup rows */
.tg-store .order-lookup-list{gap:10px}
.tg-store .order-row-v525{min-height:92px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#1b1e22!important;border:1px solid #30353b!important;border-radius:15px!important;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.tg-store .order-row-v525:hover{background:#20242a!important;border-color:#3c434b!important;transform:translateY(-1px)}
.tg-store .order-row-main{display:grid!important;gap:5px!important;min-width:0}
.tg-store .order-row-invoice,.tg-store .order-row-nominal,.tg-store .order-row-time{display:flex!important;align-items:center!important;gap:8px!important;min-width:0}
.tg-store .order-row-invoice i,.tg-store .order-row-nominal i,.tg-store .order-row-time i{width:17px;flex:0 0 17px;text-align:center;color:#ff9d00;font-size:13px}
.tg-store .order-row-invoice strong{color:#fff!important;font-size:13px!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tg-store .order-row-nominal span{color:#e7ebef!important;font-size:12px!important;font-weight:600!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tg-store .order-row-time span{color:#8f98a3!important;font-size:10px!important;font-weight:500!important}
.tg-store .order-row-side{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto}
.tg-store .order-row-arrow{color:#69737d;font-size:13px}
@media(max-width:600px){
  .tg-store .order-row-v525{min-height:86px;padding:13px 14px;gap:10px}
  .tg-store .order-row-invoice strong{font-size:11px!important}
  .tg-store .order-row-nominal span{font-size:10px!important;max-width:250px}
  .tg-store .order-row-time span{font-size:8.5px!important}
  .tg-store .order-row-side{gap:6px}
  .tg-store .order-row-side .status{font-size:8px!important;padding:5px 7px!important}
  .tg-store .order-row-arrow{display:none}
}

/* V5.2.7 - keep category hover/click/active color consistently orange */
.tg-store .tg-category-tabs-v48 a:not(.active){
  background:#1d2125!important;
  background-image:none!important;
  border-color:#2d3339!important;
  color:#dfe3e7!important;
  box-shadow:none!important;
}
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active),
.tg-store .tg-category-tabs-v48 a.active,
.tg-store .tg-category-tabs-v48 a.active:is(:hover,:focus,:focus-visible,:active){
  background:#ff9d00!important;
  background-image:none!important;
  border-color:#ff9d00!important;
  color:#fff!important;
  box-shadow:none!important;
}
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active) .tg-category-icon,
.tg-store .tg-category-tabs-v48 a.active .tg-category-icon{
  background:rgba(255,255,255,.14)!important;
  border-color:rgba(255,255,255,.36)!important;
  color:#fff!important;
}
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active) .tg-category-icon i,
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active)>span,
.tg-store .tg-category-tabs-v48 a.active .tg-category-icon i,
.tg-store .tg-category-tabs-v48 a.active>span{
  color:#fff!important;
}

/* V5.2.8 - portrait product cards across customer, detail, and admin product upload preview */
.tg-store .tg-product-card .tg-product-image,
.tg-store .product-card-v2 .product-image-v2,
.tg-store .product-card-v2 .tg-product-image{
  aspect-ratio:3/4!important;
  border-radius:16px!important;
}
.tg-store .tg-product-card .tg-product-image img,
.tg-store .product-card-v2 .product-image-v2 img,
.tg-store .product-card-v2 .tg-product-image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.tg-store .tg-card-shadow-line{
  margin:0 10px!important;
}
.tg-store .tg-product-name-overlay{
  padding:12px!important;
}

.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{
  width:190px!important;
  height:auto!important;
  aspect-ratio:3/4!important;
  flex:0 0 190px!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover img,
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover .renn-product-fallback{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.tg-store.product-detail-dark .renn-summary-thumb{
  width:52px!important;
  height:auto!important;
  aspect-ratio:3/4!important;
  flex:0 0 52px!important;
  border-radius:10px!important;
  overflow:hidden!important;
}

.preview-product [data-product-image-preview]{
  width:min(220px,100%)!important;
  aspect-ratio:3/4!important;
  border-radius:16px!important;
}
.preview-product [data-product-image-preview] img,
.preview-product [data-product-image-preview] .product-fallback.lg{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

@media(max-width:767px){
  .tg-store .tg-product-card .tg-product-image,
  .tg-store .product-card-v2 .product-image-v2,
  .tg-store .product-card-v2 .tg-product-image{
    aspect-ratio:3/4!important;
    border-radius:12px!important;
  }
  .tg-store .tg-product-name-overlay{
    padding:9px!important;
  }
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{
    width:96px!important;
    flex-basis:96px!important;
    aspect-ratio:3/4!important;
    border-radius:12px!important;
  }
  .tg-store.product-detail-dark .renn-summary-thumb{
    width:46px!important;
    flex-basis:46px!important;
    aspect-ratio:3/4!important;
  }
  .preview-product [data-product-image-preview]{
    width:min(180px,100%)!important;
  }
}

/* V5.2.9 - make product thumbnails full-frame with softer corners */
.tg-store .product-card-v2,
.tg-store .tg-product-card{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  overflow:visible!important;
}
.tg-store .tg-card-shadow-line{
  display:none!important;
}
.tg-store .tg-product-card .tg-product-image,
.tg-store .product-card-v2 .product-image-v2,
.tg-store .product-card-v2 .tg-product-image{
  width:100%!important;
  aspect-ratio:3/4!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#111827!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:none!important;
}
.tg-store .tg-product-card .tg-product-image::after,
.tg-store .product-card-v2 .product-image-v2::after,
.tg-store .product-card-v2 .tg-product-image::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:43%;
  background:linear-gradient(180deg,transparent,rgba(4,6,8,.78));
  pointer-events:none;
}
.tg-store .tg-product-card .tg-product-image img,
.tg-store .product-card-v2 .product-image-v2 img,
.tg-store .product-card-v2 .tg-product-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}
.tg-store .tg-product-card .tg-product-fallback,
.tg-store .product-card-v2 .product-fallback,
.preview-product [data-product-image-preview] .product-fallback.lg,
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover .renn-product-fallback{
  width:100%!important;
  height:100%!important;
  border-radius:0!important;
  display:grid!important;
  place-items:center!important;
  background:linear-gradient(180deg,#111827,#0b1017)!important;
}
.tg-store .tg-product-card .tg-product-fallback i,
.tg-store .product-card-v2 .product-fallback i,
.preview-product [data-product-image-preview] .product-fallback.lg i,
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover .renn-product-fallback i{
  font-size:34px!important;
  color:#fff!important;
}
.tg-store .tg-product-name-overlay{
  padding:10px!important;
}
.tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:#111827!important;
  box-shadow:none!important;
}
.preview-product [data-product-image-preview]{
  overflow:hidden!important;
  border-radius:14px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:#111827!important;
}
@media(max-width:767px){
  .tg-store .tg-product-card .tg-product-image,
  .tg-store .product-card-v2 .product-image-v2,
  .tg-store .product-card-v2 .tg-product-image,
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover,
  .preview-product [data-product-image-preview]{
    border-radius:10px!important;
  }
  .tg-store .tg-product-card .tg-product-fallback i,
  .tg-store .product-card-v2 .product-fallback i,
  .preview-product [data-product-image-preview] .product-fallback.lg i,
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover .renn-product-fallback i{
    font-size:30px!important;
  }
}

/* V5.3.0 - brighter product cards and rich default product descriptions */
.tg-store .tg-product-card .tg-product-image::after,
.tg-store .product-card-v2 .product-image-v2::after,
.tg-store .product-card-v2 .tg-product-image::after{
  display:none!important;
}
.tg-store .tg-product-name-overlay{
  background:transparent!important;
  padding:10px!important;
}
.tg-store .tg-product-name-overlay-inner{
  width:100%!important;
  padding:10px 11px!important;
  border-radius:12px!important;
  background:color-mix(in srgb,var(--button-bg,#FF9D00) 90%,#fff 10%)!important;
  color:var(--button-text,#1b1200)!important;
  text-shadow:none!important;
  box-shadow:none!important;
}
.tg-store .tg-product-name-overlay strong{
  color:var(--button-text,#1b1200)!important;
  font-size:15px!important;
  font-weight:800!important;
}
.tg-store .tg-product-name-overlay small{
  color:color-mix(in srgb,var(--button-text,#1b1200) 74%,#fff 26%)!important;
  font-size:11px!important;
  font-weight:700!important;
}
.tg-store .tg-best-badge{
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-description-copy-rich{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
}
.tg-store.product-detail-dark .renn-desc-lead{
  margin:0!important;
  color:#f5f7f9!important;
  font-size:16px!important;
  line-height:1.9!important;
}
.tg-store.product-detail-dark .renn-desc-lead.muted{
  color:#d6dde7!important;
}
.tg-store.product-detail-dark .renn-desc-block{
  margin:0!important;
  padding-top:16px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
.tg-store.product-detail-dark .renn-desc-kicker{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:28px!important;
  padding:6px 12px!important;
  border-radius:8px!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  line-height:1!important;
  text-transform:uppercase!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-desc-block h4{
  margin:12px 0 10px!important;
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.tg-store.product-detail-dark .renn-desc-block ul{
  margin:0!important;
  padding-left:20px!important;
}
.tg-store.product-detail-dark .renn-desc-block li{
  margin:0 0 10px!important;
  color:#f3f6fa!important;
  font-size:15px!important;
  line-height:1.85!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-orange .renn-desc-kicker{
  background:#ff9d00!important;
  color:#181100!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-orange h4{
  color:#ffb739!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-blue .renn-desc-kicker{
  background:#36a7ff!important;
  color:#04192c!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-blue h4{
  color:#67c0ff!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-purple .renn-desc-kicker{
  background:#8a6cff!important;
  color:#12062f!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-purple h4{
  color:#b4a2ff!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-green .renn-desc-kicker{
  background:#13d675!important;
  color:#032013!important;
}
.tg-store.product-detail-dark .renn-desc-block.tone-green h4{
  color:#4df0a0!important;
}
@media(max-width:767px){
  .tg-store .tg-product-name-overlay{
    padding:8px!important;
  }
  .tg-store .tg-product-name-overlay-inner{
    padding:8px 9px!important;
    border-radius:10px!important;
  }
  .tg-store .tg-product-name-overlay strong{
    font-size:13px!important;
  }
  .tg-store .tg-product-name-overlay small{
    font-size:10px!important;
  }
  .tg-store.product-detail-dark .renn-desc-lead{
    font-size:14px!important;
    line-height:1.8!important;
  }
  .tg-store.product-detail-dark .renn-desc-block h4{
    font-size:16px!important;
  }
  .tg-store.product-detail-dark .renn-desc-block li{
    font-size:14px!important;
    line-height:1.75!important;
  }
}


/* V5.3.3 - category active text contrast + orange POPULER + blue TRUST */
.tg-store .tg-category-tabs-v48 a:not(.active){
  color:#ffffff!important;
}
.tg-store .tg-category-tabs-v48 a:not(.active) .tg-category-icon,
.tg-store .tg-category-tabs-v48 a:not(.active) .tg-category-icon i,
.tg-store .tg-category-tabs-v48 a:not(.active)>span{
  color:#ffffff!important;
}
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active),
.tg-store .tg-category-tabs-v48 a.active,
.tg-store .tg-category-tabs-v48 a.active:is(:hover,:focus,:focus-visible,:active){
  background:#ff9d00!important;
  border-color:#ff9d00!important;
  color:#101214!important;
}
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active) .tg-category-icon,
.tg-store .tg-category-tabs-v48 a.active .tg-category-icon{
  background:rgba(16,18,20,.10)!important;
  border-color:rgba(16,18,20,.22)!important;
  color:#101214!important;
}
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active) .tg-category-icon i,
.tg-store .tg-category-tabs-v48 a:is(:hover,:focus,:focus-visible,:active)>span,
.tg-store .tg-category-tabs-v48 a.active .tg-category-icon i,
.tg-store .tg-category-tabs-v48 a.active>span{
  color:#101214!important;
}
.tg-store .tg-popular-section .tg-section-heading h2,
.tg-store .tg-popular-section .tg-section-heading h2 i{
  color:#ff9d00!important;
}


/* V5.3.4 - transparent product name overlay + publisher/origin only */
.tg-store .tg-product-name-overlay{
  background:transparent!important;
  padding:10px!important;
}
.tg-store .tg-product-name-overlay-inner{
  width:100%!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#ffffff!important;
  text-shadow:none!important;
  box-shadow:none!important;
}
.tg-store .tg-product-name-overlay strong{
  display:block!important;
  color:#ffffff!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-shadow:none!important;
}
.tg-store .tg-product-name-overlay small{
  display:block!important;
  margin-top:3px!important;
  color:#ffffff!important;
  opacity:.88!important;
  font-size:11px!important;
  font-weight:500!important;
  line-height:1.25!important;
  text-shadow:none!important;
}
@media(max-width:767px){
  .tg-store .tg-product-name-overlay{padding:8px!important}
  .tg-store .tg-product-name-overlay strong{font-size:12px!important}
  .tg-store .tg-product-name-overlay small{font-size:9px!important}
}

/* V5.3.5 - black transparent overlay on hover/touch/focus */
.tg-store .tg-product-name-overlay{
  background:rgba(0,0,0,.52)!important;
  padding:10px!important;
}
.tg-store .tg-product-name-overlay-inner{
  background:transparent!important;
  color:#fff!important;
  text-shadow:0 1px 3px rgba(0,0,0,.55)!important;
}
.tg-store .tg-product-name-overlay strong,
.tg-store .tg-product-name-overlay small{
  color:#fff!important;
}
@media(max-width:767px){
  .tg-store .tg-product-name-overlay{
    background:rgba(0,0,0,.50)!important;
    padding:8px!important;
  }
}

/* V5.4.0 - Customer account, CoinEdelyn and reseller dashboard */
.customer-account-dark{background:#0f1114!important;color:#f5f7f9!important}
.customer-account-dark main{background:#0f1114!important;min-height:72vh}
.customer-auth-page,.customer-account-page{padding:28px 0 64px;background:#0f1114}
.customer-auth-container{max-width:660px}
.customer-auth-card{padding:28px;border:1px solid #2d3339;border-radius:22px;background:#1a1e22;box-shadow:0 18px 50px rgba(0,0,0,.22)}
.customer-auth-card-wide{max-width:760px;margin:auto}
.customer-auth-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:#ff9d00;color:#111;font-size:25px;margin-bottom:18px}
.customer-auth-copy{margin-bottom:22px}.customer-auth-kicker,.customer-account-head>div>span,.customer-panel-head span,.customer-wallet-hero span,.reseller-kicker{display:block;color:#ff9d00;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.customer-auth-copy h1,.customer-account-head h1,.customer-wallet-hero h1,.reseller-upgrade-card h1{margin:5px 0 7px;color:#fff;font-size:28px;font-weight:800;letter-spacing:-.02em}
.customer-auth-copy p,.customer-account-head p,.customer-wallet-hero p,.reseller-upgrade-card>p{margin:0;color:#98a2ad;font-size:13px;line-height:1.7}
.customer-auth-form{display:grid;gap:14px}.customer-auth-form label,.coin-payment-box label{color:#dfe4e9;font-size:12px;font-weight:700}
.customer-form-grid{display:grid;gap:12px}.customer-form-grid.two{grid-template-columns:1fr 1fr}
.customer-input-icon{position:relative;display:block}.customer-input-icon>i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#ff9d00;font-size:16px;z-index:2}.customer-input-icon input{height:50px;margin-top:6px;padding-left:43px!important;background:#14181c!important;border:1px solid #32383f!important;color:#fff!important;border-radius:12px!important;box-shadow:none!important}.customer-input-icon input::placeholder{color:#68727d!important}.customer-input-icon input:focus{border-color:#ff9d00!important;box-shadow:0 0 0 3px rgba(255,157,0,.10)!important}
.customer-check{display:flex!important;align-items:center;gap:8px}.customer-check input{width:16px;height:16px;margin:0;accent-color:#ff9d00}.customer-check span{color:#b9c1c9;font-size:12px}
.customer-primary-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #ff9d00;border-radius:12px;background:#ff9d00;color:#15100a;font-size:13px;font-weight:800;padding:0 18px;box-shadow:none!important}.customer-primary-button:hover{filter:brightness(1.04)}.customer-primary-button:disabled{opacity:.45;cursor:not-allowed}
.customer-auth-switch{margin-top:20px;padding-top:18px;border-top:1px solid #2d3339;text-align:center;color:#98a2ad;font-size:12px}.customer-auth-switch a{color:#ff9d00;font-weight:800}
.customer-form-alert{padding:11px 13px;border:1px solid rgba(239,68,68,.35);border-radius:11px;background:rgba(239,68,68,.10);color:#ffaaaa;font-size:12px;line-height:1.6}
.customer-account-container{max-width:1100px}
.customer-account-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:20px;padding:6px;border:1px solid #2d3339;border-radius:15px;background:#171a1d}.customer-account-nav a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;color:#cbd2d9;font-size:12px;font-weight:750}.customer-account-nav a i{font-size:16px}.customer-account-nav a.active{background:#ff9d00;color:#13100b}.customer-account-nav a:not(.active):hover{background:#20252a;color:#fff}
.customer-account-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:20px 22px;border:1px solid #2d3339;border-radius:18px;background:#1a1e22}.customer-level-badge{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;background:#252a30;border:1px solid #343b43;color:#dbe1e7;font-size:11px;font-weight:800}.customer-level-badge.reseller{background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.25);color:#62df9d}
.customer-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.customer-stat-grid article{min-width:0;padding:18px;border:1px solid #2d3339;border-radius:16px;background:#1a1e22}.stat-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;margin-bottom:16px;font-size:17px}.stat-icon.orange{background:rgba(255,157,0,.14);color:#ffad28}.stat-icon.blue{background:rgba(54,167,255,.13);color:#62b9ff}.stat-icon.green{background:rgba(34,197,94,.13);color:#69dc95}.stat-icon.purple{background:rgba(138,108,255,.13);color:#b6a7ff}.customer-stat-grid small{display:block;color:#909aa5;font-size:10px}.customer-stat-grid strong{display:block;margin:5px 0 13px;color:#fff;font-size:20px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-stat-grid a{display:inline-flex;align-items:center;gap:6px;color:#ff9d00;font-size:10px;font-weight:750}
.customer-panel{margin-bottom:18px;padding:20px;border:1px solid #2d3339;border-radius:18px;background:#1a1e22}.customer-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.customer-panel-head h2{margin:4px 0 0;color:#fff;font-size:19px;font-weight:800}.customer-panel-head>a{color:#ff9d00;font-size:11px;font-weight:800}
.customer-order-list{display:grid;gap:9px}.customer-order-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid #2c3238;border-radius:13px;background:#171b1f;transition:.16s}.customer-order-row:hover{border-color:#454d55;background:#1d2227}.customer-order-row>div:first-child{min-width:0}.customer-order-row strong{display:block;color:#fff;font-size:12px;font-weight:750}.customer-order-row small{display:block;margin-top:4px;color:#8e98a3;font-size:10px;line-height:1.55}.customer-order-side{display:flex;align-items:flex-end;flex-direction:column;gap:6px;flex:0 0 auto}.customer-order-side b{color:#ff9d00;font-size:12px}.customer-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:850;text-transform:uppercase}.customer-status.status-pending{background:rgba(255,157,0,.12);color:#ffb644}.customer-status.status-processing{background:rgba(239,68,68,.12);color:#ff9292}.customer-status.status-success{background:rgba(34,197,94,.12);color:#70e69b}.customer-status.status-failed,.customer-status.status-expired{background:#272d33;color:#aab2bb}
.customer-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed #343b43;border-radius:13px;color:#86919c}.customer-empty i{font-size:27px;color:#ff9d00}.customer-empty strong{color:#dfe4e8}.customer-empty span{font-size:10px}.customer-empty.compact{min-height:80px}
.customer-wallet-hero{display:flex;align-items:center;gap:18px;margin-bottom:18px;padding:22px;border:1px solid #2d3339;border-radius:18px;background:linear-gradient(135deg,#1d2125,#171a1d)}.customer-wallet-icon{width:72px;height:72px;flex:0 0 72px;display:grid;place-items:center;border-radius:18px;background:#ff9d00;color:#111;font-size:31px}.customer-wallet-hero h1{font-size:24px;margin-bottom:0}.customer-wallet-hero strong{display:block;margin:7px 0;color:#fff;font-size:30px;font-weight:850}
.coin-topup-form{display:grid;gap:18px}.coin-package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.coin-package-card{margin:0}.coin-package-card input{position:absolute;opacity:0;pointer-events:none}.coin-package-body{position:relative;min-height:84px;display:flex;flex-direction:column;justify-content:center;padding:15px;border:1px solid #333941;border-radius:13px;background:#2a2f35;color:#fff;cursor:pointer;transition:.16s}.coin-package-body small{font-size:10px;font-weight:700;color:#d2d7dd}.coin-package-body strong{margin-top:5px;color:#fff;font-size:12px}.coin-package-body i{position:absolute;right:12px;top:12px;color:transparent;font-size:15px}.coin-package-card input:checked+.coin-package-body{border-color:#ff9d00;background:#3a3124}.coin-package-card input:checked+.coin-package-body i{color:#ff9d00}
.coin-payment-box{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;padding:14px;border:1px solid #30363c;border-radius:13px;background:#171b1f}.coin-payment-box select{height:48px;margin-top:6px;border:1px solid #343b43;border-radius:11px;background:#12161a;color:#fff;padding:0 12px}.coin-payment-box .customer-primary-button{min-width:180px}
.wallet-history-list{display:grid;gap:8px}.wallet-history-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border-bottom:1px solid #2a3036}.wallet-history-row:last-child{border-bottom:0}.wallet-history-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px}.wallet-history-icon.credit{background:rgba(34,197,94,.12);color:#70e69b}.wallet-history-icon.debit{background:rgba(255,157,0,.12);color:#ffb644}.wallet-history-row strong{display:block;color:#f3f5f7;font-size:11px}.wallet-history-row small{display:block;color:#838e99;font-size:9px;margin-top:2px}.wallet-history-row>b{font-size:11px;color:#e8edf1}
.customer-report-table-wrap{overflow:auto;border:1px solid #2d3339;border-radius:12px}.customer-report-table{width:100%;border-collapse:collapse;min-width:560px}.customer-report-table th,.customer-report-table td{padding:12px 14px;text-align:left;border-bottom:1px solid #2b3137;font-size:11px}.customer-report-table th{color:#8f99a4;background:#171b1f;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.customer-report-table td{color:#e8edf1}.customer-report-table tbody tr:last-child td{border-bottom:0}
.reseller-upgrade-card{max-width:760px;margin:auto;padding:30px;border:1px solid #343b43;border-radius:22px;background:linear-gradient(145deg,#1d2125,#171a1d);text-align:center}.reseller-icon{width:70px;height:70px;display:grid;place-items:center;margin:0 auto 16px;border-radius:20px;background:#ff9d00;color:#111;font-size:31px}.reseller-upgrade-card.is-active .reseller-icon{background:#22c55e}.reseller-price{display:inline-flex;flex-direction:column;margin:20px 0;padding:14px 26px;border:1px solid #343b43;border-radius:14px;background:#12161a}.reseller-price small{color:#8e98a3;font-size:9px}.reseller-price strong{color:#ff9d00;font-size:24px}.reseller-benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:0 auto 18px;text-align:left}.reseller-benefit-grid span{padding:11px;border:1px solid #2e343a;border-radius:11px;background:#171b1f;color:#dce2e7;font-size:11px}.reseller-benefit-grid i{margin-right:7px;color:#22c55e}.reseller-balance{margin-bottom:12px;color:#9aa4ae;font-size:11px}.reseller-balance strong{color:#fff}.reseller-topup-link{display:inline-flex;align-items:center;gap:7px;margin-top:12px;color:#ff9d00;font-size:11px;font-weight:800}.reseller-active-note{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(34,197,94,.12);color:#7ae2a0;font-size:11px;font-weight:800}
.customer-pagination{margin-top:15px}.customer-header-balance{gap:6px!important}.customer-header-balance i{color:#ff9d00}.tg-drawer-logout button{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border:0;background:transparent;color:#d6dce2;text-align:left}.tg-drawer-logout button:hover{background:#23282d;color:#fff}
@media(max-width:900px){.customer-stat-grid{grid-template-columns:repeat(2,1fr)}.coin-package-grid{grid-template-columns:repeat(2,1fr)}.customer-account-nav{grid-template-columns:repeat(5,minmax(88px,1fr));overflow-x:auto}.customer-account-nav a{min-width:88px}}
@media(max-width:600px){.customer-auth-page,.customer-account-page{padding:12px 0 38px}.customer-auth-card{padding:18px;border-radius:16px}.customer-auth-copy h1,.customer-account-head h1{font-size:22px}.customer-form-grid.two{grid-template-columns:1fr}.customer-account-nav{display:flex;padding:5px;margin-bottom:12px;border-radius:12px}.customer-account-nav a{flex:0 0 auto;min-width:96px;min-height:44px;font-size:10px}.customer-account-head{align-items:flex-start;flex-direction:column;padding:16px}.customer-stat-grid{grid-template-columns:1fr 1fr;gap:8px}.customer-stat-grid article{padding:14px}.customer-stat-grid strong{font-size:16px}.customer-panel{padding:14px;border-radius:15px}.customer-order-row{align-items:flex-start;flex-direction:column}.customer-order-side{width:100%;align-items:center;flex-direction:row;justify-content:space-between}.customer-wallet-hero{padding:16px;gap:12px}.customer-wallet-icon{width:54px;height:54px;flex-basis:54px;font-size:23px}.customer-wallet-hero strong{font-size:22px}.coin-package-grid{grid-template-columns:repeat(2,1fr);gap:8px}.coin-package-body{min-height:76px;padding:12px}.coin-payment-box{grid-template-columns:1fr}.coin-payment-box .customer-primary-button{width:100%}.wallet-history-row{grid-template-columns:34px minmax(0,1fr) auto;padding:10px 4px}.reseller-upgrade-card{padding:20px 15px}.reseller-benefit-grid{grid-template-columns:1fr}.customer-header-balance span{display:none}}
.customer-login-features{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:-4px 0 20px}.customer-login-features span{display:flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:7px;border:1px solid #2d3339;border-radius:10px;background:#15191d;color:#dbe1e7;font-size:9px;font-weight:750}.customer-login-features i{color:#ff9d00;font-size:13px}@media(max-width:520px){.customer-login-features{grid-template-columns:repeat(2,1fr)}}

/* V5.4.1 - CoinEdelyn payment summary + 5/3 purchase history cards */
.tg-store.product-detail-dark .renn-payment-toggle{
  height:auto!important;
  min-height:64px!important;
  padding:10px 16px!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-copy{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-text{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  min-width:0!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-text strong{
  color:#fff!important;
  font-size:15px!important;
  line-height:1.2!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-text small{
  color:#ff9d00!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-side{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:12px!important;
  margin-left:auto!important;
  flex:0 0 auto!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-side b{
  color:#ff9d00!important;
  font-size:14px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.tg-store.product-detail-dark .renn-payment-toggle-wallet{
  border-color:#3a4047!important;
}

.customer-purchase-grid{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:10px!important;
}
.customer-purchase-card{
  min-width:0!important;
  overflow:hidden!important;
  border:1px solid #2d3339!important;
  border-radius:13px!important;
  background:#171b1f!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .16s ease,border-color .16s ease,background .16s ease!important;
}
.customer-purchase-card:hover{
  transform:translateY(-2px)!important;
  border-color:#444c55!important;
  background:#1d2227!important;
}
.customer-purchase-thumb{
  position:relative!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  overflow:hidden!important;
  background:#11151a!important;
  display:grid!important;
  place-items:center!important;
}
.customer-purchase-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
.customer-purchase-thumb>span:not(.customer-purchase-status){
  color:#fff!important;
  font-size:24px!important;
}
.customer-purchase-status{
  position:absolute!important;
  top:7px!important;
  right:7px!important;
  z-index:2!important;
  display:inline-flex!important;
  padding:4px 6px!important;
  border-radius:999px!important;
  font-size:7px!important;
  font-weight:850!important;
  text-transform:uppercase!important;
  backdrop-filter:blur(8px)!important;
}
.customer-purchase-status.status-pending{background:rgba(255,157,0,.18)!important;color:#ffbd54!important}
.customer-purchase-status.status-processing{background:rgba(239,68,68,.18)!important;color:#ff9a9a!important}
.customer-purchase-status.status-success{background:rgba(34,197,94,.18)!important;color:#7de6a5!important}
.customer-purchase-status.status-failed,.customer-purchase-status.status-expired{background:rgba(94,105,117,.28)!important;color:#c2c9d0!important}
.customer-purchase-body{
  padding:10px!important;
  min-width:0!important;
}
.customer-purchase-body>strong{
  display:block!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:750!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.customer-purchase-body>small{
  display:block!important;
  margin-top:3px!important;
  color:#929ca7!important;
  font-size:8px!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.customer-purchase-invoice{color:#68737e!important}
.customer-purchase-foot{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:6px!important;
  margin-top:9px!important;
  padding-top:8px!important;
  border-top:1px solid #292f35!important;
}
.customer-purchase-foot span{color:#7f8994!important;font-size:7px!important;white-space:nowrap!important}
.customer-purchase-foot b{color:#ff9d00!important;font-size:9px!important;white-space:nowrap!important}
.customer-purchase-empty{grid-column:1/-1!important}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-payment-toggle{min-height:58px!important;padding:9px 12px!important}
  .tg-store.product-detail-dark .renn-payment-toggle-text strong{font-size:13px!important}
  .tg-store.product-detail-dark .renn-payment-toggle-text small{font-size:9px!important}
  .tg-store.product-detail-dark .renn-payment-toggle-side{gap:8px!important}
  .tg-store.product-detail-dark .renn-payment-toggle-side b{font-size:11px!important}
  .customer-purchase-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .customer-purchase-card{border-radius:10px!important}
  .customer-purchase-body{padding:7px!important}
  .customer-purchase-body>strong{font-size:9px!important}
  .customer-purchase-body>small{font-size:7px!important}
  .customer-purchase-foot{display:block!important;margin-top:6px!important;padding-top:6px!important}
  .customer-purchase-foot span{display:block!important;font-size:6px!important}
  .customer-purchase-foot b{display:block!important;margin-top:2px!important;font-size:8px!important}
  .customer-purchase-status{top:5px!important;right:5px!important;font-size:6px!important;padding:3px 5px!important}
}

/* V5.4.2 - CoinEdelyn direct payment row, no dropdown */
.tg-store.product-detail-dark .renn-payment-wallet-direct{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  width:100%!important;
  min-height:72px!important;
  margin:0 0 12px!important;
  padding:13px 16px!important;
  border:1px solid #343b43!important;
  border-radius:13px!important;
  background:#202429!important;
  color:#fff!important;
  cursor:pointer!important;
  transition:border-color .16s ease,background-color .16s ease,transform .16s ease!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-direct:hover{
  background:#24292e!important;
  border-color:#49515a!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-direct:has(input:checked){
  border-color:#ff9d00!important;
  background:#25231f!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-direct>input{
  position:absolute!important;
  opacity:0!important;
  pointer-events:none!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-main{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-width:0!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-icon{
  width:30px!important;
  height:30px!important;
  flex:0 0 30px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,157,0,.36)!important;
  border-radius:9px!important;
  color:#ff9d00!important;
  background:#181b1f!important;
  font-size:15px!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-copy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
  min-width:0!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-copy strong{
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-copy small{
  color:#ff9d00!important;
  font-size:10px!important;
  font-weight:700!important;
  line-height:1.2!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-price{
  flex:0 0 auto!important;
  color:#ff9d00!important;
  font-size:14px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-direct:has(input:checked)::after{
  content:"\F26E";
  font-family:"bootstrap-icons"!important;
  position:absolute!important;
  right:10px!important;
  bottom:8px!important;
  color:#ff9d00!important;
  font-size:11px!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-payment-wallet-direct{
    min-height:66px!important;
    padding:12px 13px!important;
    gap:10px!important;
  }
  .tg-store.product-detail-dark .renn-payment-wallet-copy strong{font-size:14px!important}
  .tg-store.product-detail-dark .renn-payment-wallet-copy small{font-size:9px!important}
  .tg-store.product-detail-dark .renn-payment-wallet-price{font-size:13px!important}
}

/* V5.4.3 - CoinEdelyn instant insufficient-balance warning */
.tg-store.product-detail-dark .renn-coinedelyn-warning{
  margin:-2px 0 12px!important;
  padding:13px 14px!important;
  border:1px solid rgba(239,68,68,.50)!important;
  border-radius:12px!important;
  background:#351719!important;
  color:#ffb0b0!important;
  font-size:12px!important;
  font-weight:650!important;
  line-height:1.5!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-coinedelyn-warning[hidden]{display:none!important}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-coinedelyn-warning{
    padding:12px 13px!important;
    font-size:11px!important;
  }
}

/* V5.4.4 - logged-in header only shows account name; orange buttons use dark text */
.tg-store .renn-header-actions .customer-header-account{
  min-width:0!important;
  max-width:220px!important;
  padding:0 15px!important;
  gap:7px!important;
  background:#ff9d00!important;
  border-color:#ff9d00!important;
  color:#111!important;
  box-shadow:none!important;
}
.tg-store .renn-header-actions .customer-header-account i,
.tg-store .renn-header-actions .customer-header-account span{
  color:#111!important;
}
.tg-store .renn-header-actions .customer-header-account span{
  display:block!important;
  max-width:165px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.tg-store .renn-header-actions .customer-header-account:hover,
.tg-store .renn-header-actions .customer-header-account:focus{
  color:#111!important;
  background:#ff9d00!important;
  border-color:#ff9d00!important;
  filter:brightness(1.04)!important;
}
.tg-store .renn-floating-buy,
.tg-store .renn-floating-buy span,
.tg-store .renn-floating-buy i{
  color:#111!important;
}
@media(max-width:600px){
  .tg-store .renn-header-actions .customer-header-account{
    max-width:150px!important;
    min-width:74px!important;
    padding:0 10px!important;
    font-size:12px!important;
  }
  .tg-store .renn-header-actions .customer-header-account span{
    max-width:105px!important;
  }
}

/* V5.4.5 - direct QRIS card + clean CoinEdelyn icon */
.tg-store.product-detail-dark .renn-payment-coin-icon,
.tg-store.product-detail-dark .renn-payment-direct-icon{
  flex:0 0 auto!important;
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#ff9d00!important;
  font-size:21px!important;
  line-height:1!important;
  box-shadow:none!important;
}
.tg-store.product-detail-dark .renn-payment-wallet-copy strong{
  text-transform:none!important;
}
.tg-store.product-detail-dark .renn-payment-qris-direct{
  margin-bottom:12px!important;
}
.tg-store.product-detail-dark .renn-payment-qris-direct:has(input:checked){
  border-color:#ff9d00!important;
  background:#25231f!important;
}
.tg-store.product-detail-dark .renn-payment-qris-direct .renn-payment-wallet-copy small{
  color:#aab3bd!important;
}
.tg-store.product-detail-dark .renn-payment-qris-direct:has(input:checked)::after{
  content:"\F26E";
  font-family:"bootstrap-icons"!important;
  position:absolute!important;
  right:10px!important;
  bottom:8px!important;
  color:#ff9d00!important;
  font-size:11px!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-payment-coin-icon,
  .tg-store.product-detail-dark .renn-payment-direct-icon{
    font-size:19px!important;
  }
}

/* V5.4.6 - E-Wallet group + full floating product name + larger buy text */
.tg-store.product-detail-dark .renn-floating-copy{
  min-width:0!important;
  max-width:none!important;
}
.tg-store.product-detail-dark .renn-floating-copy small,
.tg-store.product-detail-dark .renn-floating-copy strong{
  max-width:none!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:break-word!important;
}
.tg-store.product-detail-dark .renn-floating-copy small{
  font-size:10px!important;
  line-height:1.25!important;
}
.tg-store.product-detail-dark .renn-floating-copy strong{
  font-size:13px!important;
  line-height:1.3!important;
}
.tg-store.product-detail-dark .renn-floating-buy,
.tg-store.product-detail-dark .renn-floating-buy span{
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.15!important;
}
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-floating-checkout-inner{
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
  }
  .tg-store.product-detail-dark .renn-floating-product{
    align-items:flex-start!important;
  }
  .tg-store.product-detail-dark .renn-floating-copy small{
    font-size:9px!important;
    line-height:1.25!important;
  }
  .tg-store.product-detail-dark .renn-floating-copy strong{
    max-width:none!important;
    font-size:11px!important;
    line-height:1.3!important;
  }
  .tg-store.product-detail-dark .renn-floating-total{
    padding-left:50px!important;
    margin-top:-6px!important;
  }
  .tg-store.product-detail-dark .renn-floating-buy,
  .tg-store.product-detail-dark .renn-floating-buy span{
    font-size:13px!important;
  }
}


/* V5.4.7 - dark customer auth fields + dynamic QRIS fee label */
.customer-account-dark .customer-input-icon input,
.customer-account-dark .customer-auth-form input[type="email"],
.customer-account-dark .customer-auth-form input[type="password"],
.customer-account-dark .customer-auth-form input[type="text"],
.customer-account-dark .customer-auth-form input[type="tel"]{
  background:#14181c!important;
  background-color:#14181c!important;
  color:#f5f7f9!important;
  -webkit-text-fill-color:#f5f7f9!important;
  border-color:#32383f!important;
  caret-color:#ff9d00!important;
  box-shadow:none!important;
  color-scheme:dark!important;
}
.customer-account-dark .customer-input-icon input:-webkit-autofill,
.customer-account-dark .customer-input-icon input:-webkit-autofill:hover,
.customer-account-dark .customer-input-icon input:-webkit-autofill:focus,
.customer-account-dark .customer-input-icon input:-webkit-autofill:active,
.customer-account-dark .customer-auth-form input:-webkit-autofill,
.customer-account-dark .customer-auth-form input:-webkit-autofill:hover,
.customer-account-dark .customer-auth-form input:-webkit-autofill:focus,
.customer-account-dark .customer-auth-form input:-webkit-autofill:active{
  -webkit-text-fill-color:#f5f7f9!important;
  -webkit-box-shadow:0 0 0 1000px #14181c inset!important;
  box-shadow:0 0 0 1000px #14181c inset!important;
  background-color:#14181c!important;
  border-color:#32383f!important;
  caret-color:#ff9d00!important;
  transition:background-color 9999s ease-out 0s!important;
}
.customer-account-dark .customer-input-icon input:focus,
.customer-account-dark .customer-auth-form input:focus{
  border-color:#ff9d00!important;
  -webkit-box-shadow:0 0 0 1000px #14181c inset,0 0 0 3px rgba(255,157,0,.10)!important;
  box-shadow:0 0 0 1000px #14181c inset,0 0 0 3px rgba(255,157,0,.10)!important;
}
.customer-account-dark .customer-input-icon input::selection,
.customer-account-dark .customer-auth-form input::selection{
  background:#ff9d00!important;
  color:#15100a!important;
  -webkit-text-fill-color:#15100a!important;
}

/* V5.4.8 - Sidebar pelanggan + halaman Hubungi Kami */
/* V5.6.2 - Active sidebar menu gets orange outline like design reference */
.tg-store .tg-offcanvas-v548{
  --bs-offcanvas-width:min(338px,90vw);
  background:#0d0f12!important;
  border-right:1px solid #2d3339!important;
}
.tg-store .tg-offcanvas-v548 .tg-sidebar-head{
  min-height:52px;
  padding:10px 14px;
  background:#0d0f12!important;
  border-bottom:0!important;
}
.tg-store .tg-offcanvas-v548 .tg-sidebar-head .btn-close{
  margin:0!important;
  opacity:.78;
}
.tg-store .tg-offcanvas-v548 .tg-sidebar-head .btn-close:hover{opacity:1}
.tg-store .tg-sidebar-body-v548{
  position:relative;
  display:flex!important;
  flex-direction:column!important;
  padding:8px 16px 0!important;
  overflow:hidden!important;
  background:#0d0f12!important;
}
.tg-store .tg-drawer-nav-v548{
  position:relative;
  z-index:2;
  display:grid!important;
  gap:8px!important;
  margin:0!important;
}
.tg-store .tg-drawer-nav-v548 a{
  min-height:50px;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:0 16px!important;
  border:1px solid transparent!important;
  border-radius:12px!important;
  background:transparent!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  box-shadow:none!important;
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease!important;
}
.tg-store .tg-drawer-nav-v548 a i{
  width:24px;
  flex:0 0 24px;
  text-align:center;
  font-size:20px!important;
  color:#fff!important;
}
.tg-store .tg-drawer-nav-v548 a:hover{
  background:#171a1e!important;
  border-color:#2d3339!important;
  transform:translateX(1px);
}
.tg-store .tg-drawer-nav-v548 a.active{
  background:linear-gradient(90deg,rgba(255,157,0,.40) 0%,rgba(255,157,0,.15) 58%,rgba(255,157,0,0) 100%)!important;
  border:1px solid #ff9d00!important;
  box-shadow:0 0 0 1px rgba(255,157,0,.08), inset 0 0 0 1px rgba(255,157,0,.12)!important;
  color:#fff!important;
}
.tg-store .tg-drawer-nav-v548 a.active i{color:#fff!important}
.tg-store .tg-sidebar-art-v548{
  position:relative;
  z-index:1;
  flex:1 1 auto;
  min-height:350px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  margin:14px -16px 0;
  overflow:hidden;
  background:radial-gradient(circle at 50% 78%,rgba(255,157,0,.15),transparent 52%);
}
.tg-store .tg-sidebar-art-v548 img{
  display:block;
  width:100%;
  height:100%;
  max-height:560px;
  object-fit:contain;
  object-position:center bottom;
}
.tg-store .tg-sidebar-art-empty{
  color:rgba(255,255,255,.08);
  font-size:120px;
}

.tg-store.contact-page-dark .contact-page-wrap{min-height:68vh;background:#0f1114!important}
.tg-store .contact-page-container{max-width:880px!important}
.tg-store .contact-page-head{max-width:760px;margin:0 auto 34px}
.tg-store .contact-page-kicker{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-bottom:9px;
  color:#ff9d00!important;
  font-size:11px;
  font-weight:800;
  letter-spacing:.11em;
}
.tg-store .contact-page-head h1{
  margin:0 0 10px!important;
  color:#fff!important;
  font-size:34px!important;
  line-height:1.18!important;
  font-weight:800!important;
}
.tg-store .contact-page-head p{
  max-width:680px;
  margin:0 auto!important;
  color:#d9dde2!important;
  font-size:15px!important;
  line-height:1.7!important;
}
.tg-store .contact-page-cards{display:grid;gap:18px}
.tg-store .contact-page-card{
  position:relative;
  min-height:122px;
  display:flex;
  align-items:center;
  gap:20px;
  padding:24px;
  border:1px solid #343a40;
  border-radius:16px;
  background:#20242a!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:border-color .18s ease,transform .18s ease,background .18s ease;
}
.tg-store a.contact-page-card:hover{
  transform:translateY(-2px);
  border-color:#ff9d00;
  background:#24282e!important;
}
.tg-store .contact-card-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,157,0,.12)!important;
  color:#ff9d00!important;
  font-size:28px;
}
.tg-store .contact-card-copy{min-width:0}
.tg-store .contact-card-copy>strong{
  display:block;
  color:#fff!important;
  font-size:18px!important;
  font-weight:800!important;
}
.tg-store .contact-card-copy>p{
  margin:5px 0 6px!important;
  color:#e4e7eb!important;
  font-size:13px!important;
}
.tg-store .contact-card-copy>small{
  display:flex;
  align-items:center;
  gap:7px;
  color:#ffb33b!important;
  font-size:12px!important;
  font-weight:700!important;
}
.tg-store .contact-status-dot{width:7px;height:7px;border-radius:50%;background:#ff9d00;box-shadow:0 0 0 3px rgba(255,157,0,.12)}
.tg-store .contact-card-arrow{margin-left:auto;color:#ff9d00;font-size:20px}
.tg-store .contact-info-card{align-items:flex-start}
.tg-store .contact-operational-grid{display:grid;gap:16px;margin-top:20px}
.tg-store .contact-operational-row{display:flex;align-items:flex-start;gap:12px}
.tg-store .contact-operational-row>i{width:24px;color:#ff9d00;font-size:18px}
.tg-store .contact-operational-row b{display:block;color:#fff;font-size:13px}
.tg-store .contact-operational-row span{display:block;color:#d7dce1;font-size:12px;margin-top:2px}
@media(max-width:600px){
  .tg-store .tg-sidebar-art-v548{min-height:320px}
  .tg-store .contact-page-head{margin-bottom:24px}
  .tg-store .contact-page-head h1{font-size:28px!important}
  .tg-store .contact-page-head p{font-size:13px!important}
  .tg-store .contact-page-card{min-height:108px;padding:18px;gap:15px;border-radius:14px}
  .tg-store .contact-card-icon{width:50px;height:50px;flex-basis:50px;font-size:24px}
  .tg-store .contact-card-copy>strong{font-size:16px!important}
  .tg-store .contact-card-copy>p{font-size:12px!important}
}

/* V5.4.9 - instant product dropdown on Daftar Harga + cleaner footer */
.tg-store .tg-price-picker{
  margin:0 0 16px!important;
  padding:14px!important;
  border:1px solid #2d3339!important;
  border-radius:14px!important;
  background:#1d2125!important;
}
.tg-store .tg-price-picker>label{
  display:block!important;
  margin:0 0 8px!important;
  color:#f5f7f9!important;
  font-size:12px!important;
  font-weight:800!important;
}
.tg-store .tg-price-select-wrap{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
}
.tg-store .tg-price-select-wrap>i:first-child{
  position:absolute!important;
  left:14px!important;
  z-index:2!important;
  color:#ff9d00!important;
  pointer-events:none!important;
}
.tg-store .tg-price-select-wrap select{
  width:100%!important;
  height:48px!important;
  margin:0!important;
  padding:0 44px 0 42px!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  border:1px solid #3a4149!important;
  border-radius:11px!important;
  background:#171a1e!important;
  color:#fff!important;
  outline:0!important;
  font-size:13px!important;
  font-weight:700!important;
  cursor:pointer!important;
}
.tg-store .tg-price-select-wrap select:focus{
  border-color:#ff9d00!important;
  box-shadow:0 0 0 2px rgba(255,157,0,.12)!important;
}
.tg-store .tg-price-select-chevron{
  position:absolute!important;
  right:14px!important;
  color:#ff9d00!important;
  pointer-events:none!important;
}
.tg-store .tg-footer-grid{
  grid-template-columns:1.5fr .9fr .9fr!important;
}
.tg-store .tg-footer{
  padding-bottom:28px!important;
}
@media(max-width:767px){
  .tg-store .tg-price-picker{padding:12px!important;margin-bottom:13px!important}
  .tg-store .tg-price-select-wrap select{height:46px!important;font-size:12px!important}
  .tg-store .tg-footer-grid{grid-template-columns:1fr 1fr!important}
  .tg-store .tg-footer-about{grid-column:1/-1!important}
  .tg-store .tg-footer-grid>div:last-child{grid-column:auto!important}
}


/* V5.6.3 - hide popular label on product cards + stronger tap zoom animation */
.tg-store .tg-best-badge{display:none!important}
.tg-store .tg-product-card .tg-product-image,
.tg-store .tg-product-card .tg-product-image>img,
.tg-store .tg-product-card-direct .tg-product-image,
.tg-store .tg-product-card-direct .tg-product-image>img{
  transition:transform .24s cubic-bezier(.22,.78,.22,1),box-shadow .24s ease,border-color .24s ease!important;
  will-change:transform;
}
.tg-store .tg-product-card:hover .tg-product-image,
.tg-store .tg-product-card:focus-visible .tg-product-image,
.tg-store .tg-product-card.is-touched .tg-product-image,
.tg-store .tg-product-card.is-selected .tg-product-image,
.tg-store .tg-product-card-direct:hover .tg-product-image,
.tg-store .tg-product-card-direct:focus-visible .tg-product-image,
.tg-store .tg-product-card-direct:active .tg-product-image{
  transform:translateY(-4px) scale(1.04)!important;
  border-color:rgba(255,157,0,.72)!important;
  box-shadow:0 18px 34px rgba(0,0,0,.26),0 0 0 1px rgba(255,157,0,.16)!important;
}
.tg-store .tg-product-card:hover .tg-product-image>img,
.tg-store .tg-product-card:focus-visible .tg-product-image>img,
.tg-store .tg-product-card.is-touched .tg-product-image>img,
.tg-store .tg-product-card.is-selected .tg-product-image>img,
.tg-store .tg-product-card-direct:hover .tg-product-image>img,
.tg-store .tg-product-card-direct:focus-visible .tg-product-image>img,
.tg-store .tg-product-card-direct:active .tg-product-image>img{
  transform:scale(1.08)!important;
}
.tg-store .tg-product-card:active .tg-product-image,
.tg-store .tg-product-card.is-touched:active .tg-product-image{
  transform:translateY(-4px) scale(1.055)!important;
}
.tg-store .tg-product-card:active .tg-product-image>img,
.tg-store .tg-product-card.is-touched:active .tg-product-image>img{
  transform:scale(1.1)!important;
}
@media(prefers-reduced-motion:reduce){
  .tg-store .tg-product-card .tg-product-image,
  .tg-store .tg-product-card .tg-product-image>img,
  .tg-store .tg-product-card-direct .tg-product-image,
  .tg-store .tg-product-card-direct .tg-product-image>img{transition:none!important}
}


/* ========================================================================
   V5.7.1 - 9 Popular products + manual banner swipe + live customer search
   ======================================================================== */
.tg-store .tg-popular-scroll{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-flow:row!important;
  gap:12px!important;
  overflow:visible!important;
}
.tg-store .tg-popular-section .tg-popular-card:nth-child(n){display:grid!important}
.tg-store .tg-popular-card{min-width:0!important}

.tg-store .tg-banner{
  touch-action:pan-y;
  user-select:none;
  cursor:grab;
}
.tg-store .tg-banner:active{cursor:grabbing}
.tg-store .tg-banner-slide img{-webkit-user-drag:none;user-select:none}
.tg-banner-nav{
  position:absolute;top:50%;z-index:9;transform:translateY(-50%);
  width:42px;height:42px;display:grid;place-items:center;
  padding:0;border:1px solid rgba(255,255,255,.22);border-radius:50%;
  background:rgba(10,12,15,.52);backdrop-filter:blur(8px);
  color:#fff;font-size:20px;opacity:.72;
  transition:opacity .2s ease,background .2s ease,transform .2s ease;
}
.tg-banner-prev{left:14px}.tg-banner-next{right:14px}
.tg-banner:hover .tg-banner-nav,.tg-banner-nav:focus-visible{opacity:1}
.tg-banner-nav:hover{background:rgba(255,157,0,.90);color:#15100a;transform:translateY(-50%) scale(1.04)}

.tg-search-clear{
  flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;
  padding:0;border:0;border-radius:9px;background:transparent;color:#8f98a3;
}
.tg-search-clear:hover{background:rgba(255,255,255,.07);color:#fff}
.tg-live-search-empty{margin-top:12px}

@media(max-width:1100px){
  .tg-store .tg-popular-scroll{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:767px){
  .tg-store .tg-popular-scroll{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    overflow:visible!important;
    padding:0!important;
  }
  .tg-store .tg-popular-card{
    display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;
    gap:8px!important;padding:7px!important;border-radius:10px!important;
  }
  .tg-store .tg-popular-image{width:54px!important;height:54px!important;border-radius:8px!important}
  .tg-store .tg-popular-copy strong{font-size:10px!important}
  .tg-store .tg-popular-copy small{font-size:7px!important}
  .tg-banner-nav{width:32px;height:32px;font-size:15px;opacity:.86}
  .tg-banner-prev{left:7px}.tg-banner-next{right:7px}
}


/* V5.8.8 - customer empty state dark mode */
.tg-store .tg-empty-state{
  background:#171b20!important;
  border:1px dashed #303741!important;
  color:#929ca7!important;
  box-shadow:none!important;
}
.tg-store .tg-empty-state i{
  color:#7f8a96!important;
}
.tg-store .tg-empty-state strong{
  color:#eef2f6!important;
}
.tg-store .tg-empty-state span{
  color:#9da7b2!important;
}
.tg-store .tg-live-search-empty{
  background:#171b20!important;
  border-color:#303741!important;
}
@media(max-width:767.98px){
  .tg-store .tg-empty-state{
    min-height:190px!important;
    border-radius:13px!important;
  }
}

/* V5.8.9 - customer refund status */
.status-refund-pending,.customer-purchase-status.status-refund-pending,.customer-status.status-refund-pending{background:rgba(59,130,246,.16)!important;color:#8abaff!important}
.status-refund-manual,.customer-purchase-status.status-refund-manual,.customer-status.status-refund-manual{background:rgba(245,158,11,.16)!important;color:#ffc760!important}
.status-refund-failed,.customer-purchase-status.status-refund-failed,.customer-status.status-refund-failed{background:rgba(239,68,68,.17)!important;color:#ff9e9e!important}
.status-refunded,.customer-purchase-status.status-refunded,.customer-status.status-refunded{background:rgba(16,185,129,.16)!important;color:#7be0b0!important}
.tg-store .lookup-results .status-refund-pending{background:rgba(59,130,246,.16)!important;color:#8abaff!important}
.tg-store .lookup-results .status-refund-manual{background:rgba(245,158,11,.16)!important;color:#ffc760!important}
.tg-store .lookup-results .status-refund-failed{background:rgba(239,68,68,.17)!important;color:#ff9e9e!important}
.tg-store .lookup-results .status-refunded{background:rgba(16,185,129,.16)!important;color:#7be0b0!important}


/* ========================================================================
   V5.8.14 - smoother Rennstore-like product card touch animation
   ======================================================================== */
.tg-store .tg-product-card .tg-product-image,
.tg-store .tg-product-card-direct .tg-product-image{
  transition:transform .42s cubic-bezier(.16,1,.3,1),box-shadow .42s cubic-bezier(.16,1,.3,1),border-color .32s ease!important;
  transform-origin:center center;
}
.tg-store .tg-product-card .tg-product-image>img,
.tg-store .tg-product-card-direct .tg-product-image>img{
  transition:transform .48s cubic-bezier(.16,1,.3,1),filter .36s ease!important;
  transform-origin:center center;
}
.tg-store .tg-product-name-overlay{
  transition:opacity .34s ease,transform .42s cubic-bezier(.16,1,.3,1),visibility .34s ease!important;
}
.tg-store .tg-product-card:hover .tg-product-image,
.tg-store .tg-product-card:focus-visible .tg-product-image,
.tg-store .tg-product-card.is-touched .tg-product-image,
.tg-store .tg-product-card.is-selected .tg-product-image,
.tg-store .tg-product-card-direct:hover .tg-product-image,
.tg-store .tg-product-card-direct:focus-visible .tg-product-image,
.tg-store .tg-product-card-direct:active .tg-product-image{
  transform:translateY(-2px) scale(1.018)!important;
  border-color:rgba(255,157,0,.58)!important;
  box-shadow:0 13px 28px rgba(0,0,0,.23),0 0 0 1px rgba(255,157,0,.10)!important;
}
.tg-store .tg-product-card:hover .tg-product-image>img,
.tg-store .tg-product-card:focus-visible .tg-product-image>img,
.tg-store .tg-product-card.is-touched .tg-product-image>img,
.tg-store .tg-product-card.is-selected .tg-product-image>img,
.tg-store .tg-product-card-direct:hover .tg-product-image>img,
.tg-store .tg-product-card-direct:focus-visible .tg-product-image>img,
.tg-store .tg-product-card-direct:active .tg-product-image>img{
  transform:scale(1.035)!important;
}
.tg-store .tg-product-card:active .tg-product-image,
.tg-store .tg-product-card.is-touched:active .tg-product-image{
  transform:translateY(-2px) scale(1.024)!important;
}
.tg-store .tg-product-card:active .tg-product-image>img,
.tg-store .tg-product-card.is-touched:active .tg-product-image>img{
  transform:scale(1.042)!important;
}
@media(prefers-reduced-motion:reduce){
  .tg-store .tg-product-name-overlay{transition:none!important}
}

/* ========================================================================
   V5.8.16 - desktop-only customer catalog layout
   Phone layout is intentionally untouched.
   ======================================================================== */
@media(min-width:992px){
  /* Main catalog: 6 medium portrait cards per row on desktop. */
  .tg-store .tg-product-grid{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    gap:16px 14px!important;
  }

  /* Popular: 4 cards per row and never hide active popular products. */
  .tg-store .tg-popular-scroll{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    gap:12px!important;
    overflow:visible!important;
  }
  .tg-store .tg-popular-section .tg-popular-card:nth-child(n){
    display:grid!important;
  }
  .tg-store .tg-popular-card{
    min-width:0!important;
  }
}

/* ========================================================================
   V5.8.17 - desktop-only full width customer search
   Phone/tablet layout is intentionally untouched.
   ======================================================================== */
@media(min-width:992px){
  .tg-store .tg-catalog-section .tg-search-box{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}

/* V5.8.18 - desktop-only two-column product detail. Mobile/tablet layout intentionally unchanged. */
.renn-desktop-product-details{display:none}
@media(min-width:901px){
  .tg-store.product-detail-dark .renn-product-container{
    max-width:1180px!important;
    display:grid!important;
    grid-template-columns:350px minmax(0,1fr)!important;
    gap:24px!important;
    align-items:start!important;
  }
  .tg-store.product-detail-dark .renn-product-special-banner{
    grid-column:1/-1!important;
    width:100%!important;
  }
  .tg-store.product-detail-dark .renn-product-profile-card{
    grid-column:1!important;
    position:sticky!important;
    top:92px!important;
    margin:0!important;
    padding:20px!important;
    border-radius:16px!important;
    align-self:start!important;
  }
  .tg-store.product-detail-dark .renn-product-profile-top{
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    padding:0 0 18px!important;
    border-bottom:1px solid var(--detail-border,#343a40)!important;
  }
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-cover{
    width:82px!important;
    height:auto!important;
    aspect-ratio:3/4!important;
    flex:0 0 82px!important;
    border-radius:13px!important;
  }
  .tg-store.product-detail-dark .renn-product-profile-card .renn-product-copy h1{
    margin:0 0 5px!important;
    font-size:22px!important;
    line-height:1.2!important;
    font-weight:800!important;
    letter-spacing:-.015em!important;
  }
  .tg-store.product-detail-dark .renn-product-category-name{
    margin:0!important;
    font-size:13px!important;
    line-height:1.4!important;
  }
  .tg-store.product-detail-dark .renn-product-publisher{
    margin-top:4px!important;
    font-size:11px!important;
  }
  .tg-store.product-detail-dark .renn-service-grid{
    grid-template-columns:1fr 1fr!important;
    gap:10px 14px!important;
    padding:16px 0!important;
    border-bottom:1px solid var(--detail-border,#343a40)!important;
  }
  .tg-store.product-detail-dark .renn-service-grid span{
    font-size:11px!important;
    gap:7px!important;
    font-weight:600!important;
  }
  .tg-store.product-detail-dark .renn-service-grid i{font-size:15px!important}
  .tg-store.product-detail-dark .renn-desktop-product-details{
    display:block!important;
    padding-top:17px!important;
  }
  .tg-store.product-detail-dark .renn-desktop-info-section + .renn-desktop-info-section{
    margin-top:20px!important;
    padding-top:18px!important;
    border-top:1px solid var(--detail-border,#343a40)!important;
  }
  .tg-store.product-detail-dark .renn-desktop-info-section h3{
    margin:0 0 11px!important;
    color:var(--detail-text,#f7f8fa)!important;
    font-size:15px!important;
    line-height:1.3!important;
    font-weight:800!important;
    letter-spacing:.01em!important;
  }
  .tg-store.product-detail-dark .renn-desktop-info-copy,
  .tg-store.product-detail-dark .renn-desktop-description-section .renn-description-copy{
    color:#c9d0d7!important;
    font-size:13px!important;
    line-height:1.72!important;
  }
  .tg-store.product-detail-dark .renn-desktop-info-copy p{margin:0 0 12px!important}
  .tg-store.product-detail-dark .renn-desktop-info-copy .renn-desktop-info-subtitle{
    margin-top:17px!important;
    color:#e5e9ed!important;
  }
  .tg-store.product-detail-dark .renn-desktop-info-copy ol{
    margin:0!important;
    padding-left:20px!important;
  }
  .tg-store.product-detail-dark .renn-desktop-info-copy li{margin:0 0 8px!important}
  .tg-store.product-detail-dark .renn-desktop-description-section .renn-description-copy :first-child{margin-top:0!important}
  .tg-store.product-detail-dark .renn-desktop-description-section .renn-description-copy :last-child{margin-bottom:0!important}
  .tg-store.product-detail-dark .renn-product-info-tabs,
  .tg-store.product-detail-dark .renn-product-info-content-v51{
    display:none!important;
  }
  .tg-store.product-detail-dark .renn-checkout-single{
    grid-column:2!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
  .tg-store.product-detail-dark .renn-checkout-single .renn-checkout-main{gap:16px!important}
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-card{
    padding:20px!important;
    border-radius:16px!important;
  }
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-title h2{font-size:18px!important}
  .tg-store.product-detail-dark .renn-checkout-single .renn-step-body{padding-top:18px!important}
  .tg-store.product-detail-dark .renn-variant-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* ========================================================================
   V5.8.19 - desktop product information accordion
   Desktop only: phone layout remains unchanged.
   ======================================================================== */
@media(min-width:901px){
  .tg-store.product-detail-dark .renn-desktop-product-details{
    display:grid!important;
    gap:10px!important;
    padding-top:17px!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion{
    margin:0!important;
    border:1px solid var(--detail-border,#343a40)!important;
    border-radius:12px!important;
    background:#181c20!important;
    overflow:hidden!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion > summary{
    min-height:50px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:0 16px!important;
    cursor:pointer!important;
    list-style:none!important;
    user-select:none!important;
    color:#fff!important;
    font-size:13px!important;
    line-height:1.25!important;
    font-weight:800!important;
    background:#181c20!important;
    transition:color .22s ease,background-color .22s ease,border-color .22s ease!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion > summary::-webkit-details-marker{display:none!important}
  .tg-store.product-detail-dark .renn-desktop-product-accordion > summary::marker{display:none!important;content:""!important}
  .tg-store.product-detail-dark .renn-desktop-product-accordion > summary i{
    flex:0 0 auto!important;
    color:inherit!important;
    font-size:12px!important;
    transition:transform .24s ease!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion[open]{
    border-color:rgba(255,157,0,.48)!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion[open] > summary{
    color:#ff9d00!important;
    background:rgba(255,157,0,.055)!important;
    border-bottom:1px solid rgba(255,157,0,.24)!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion[open] > summary i{
    transform:rotate(90deg)!important;
  }
  .tg-store.product-detail-dark .renn-desktop-product-accordion-body{
    padding:14px!important;
    background:#15191d!important;
    color:#e6e9ed!important;
    font-size:12px!important;
    line-height:1.65!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card{
    border:1px solid!important;
    border-radius:9px!important;
    padding:15px 15px 14px!important;
    background:#171b1f!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card + .renn-info-guide-card{
    margin-top:12px!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-heading{
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    margin-bottom:12px!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-heading strong{
    margin:0!important;
    font-size:13px!important;
    line-height:1.35!important;
    letter-spacing:.015em!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-badge{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:24px!important;
    padding:4px 9px!important;
    border-radius:5px!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:900!important;
    letter-spacing:.1em!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card p{
    margin:0 0 9px!important;
    color:#f4f5f6!important;
    font-size:12px!important;
    line-height:1.65!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-intro{
    margin-bottom:11px!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card ol,
  .tg-store.product-detail-dark .renn-info-guide-card ul{
    margin:0!important;
    padding-left:20px!important;
    color:#f4f5f6!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card li{
    margin:0 0 7px!important;
    padding-left:1px!important;
    color:#f4f5f6!important;
    font-size:12px!important;
    line-height:1.65!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card li:last-child{margin-bottom:0!important}
  .tg-store.product-detail-dark .renn-info-guide-divider{
    margin:12px 0!important;
    border-top:1px dashed currentColor!important;
    opacity:.55!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-warning{
    margin-top:12px!important;
    padding:10px!important;
    border-radius:6px!important;
    text-align:center!important;
    font-size:10px!important;
    line-height:1.45!important;
    font-weight:900!important;
    letter-spacing:.04em!important;
  }

  .tg-store.product-detail-dark .renn-info-guide-card-order{
    border-color:#f3b800!important;
    background:rgba(70,55,0,.26)!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card-order .renn-info-guide-heading strong{color:#ffd21a!important}
  .tg-store.product-detail-dark .renn-info-guide-card-order .renn-info-guide-badge{background:#ffd21a!important;color:#151515!important}

  .tg-store.product-detail-dark .renn-info-guide-card-help{
    border-color:#42aef5!important;
    background:rgba(23,77,112,.22)!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card-help .renn-info-guide-heading strong,
  .tg-store.product-detail-dark .renn-info-guide-card-help > p > strong{color:#42b9ff!important}
  .tg-store.product-detail-dark .renn-info-guide-card-help .renn-info-guide-badge{background:#42b9ff!important;color:#071521!important}

  .tg-store.product-detail-dark .renn-info-guide-card-terms{
    border-color:#ff4e4e!important;
    background:rgba(104,20,20,.24)!important;
  }
  .tg-store.product-detail-dark .renn-info-guide-card-terms .renn-info-guide-heading strong{color:#ff6262!important}
  .tg-store.product-detail-dark .renn-info-guide-card-terms .renn-info-guide-badge{background:#ff4e58!important;color:#fff!important}
  .tg-store.product-detail-dark .renn-info-guide-card-terms .renn-info-guide-warning{background:#ff4e58!important;color:#fff!important}

  .tg-store.product-detail-dark .renn-desktop-description-accordion .renn-description-copy,
  .tg-store.product-detail-dark .renn-desktop-description-accordion .renn-description-copy *{
    color:#dce1e6!important;
    font-size:12px!important;
    line-height:1.7!important;
  }
  .tg-store.product-detail-dark .renn-desktop-description-accordion .renn-description-copy :first-child{margin-top:0!important}
  .tg-store.product-detail-dark .renn-desktop-description-accordion .renn-description-copy :last-child{margin-bottom:0!important}
}

/* ========================================================================
   V5.8.20 - desktop account form: UID + Server one row, compact hint,
   aligned WhatsApp icon. Phone layout (<=600px) remains unchanged.
   ======================================================================== */
@media(min-width:601px){
  .tg-store.product-detail-dark .renn-form-grid.two{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:end!important;
  }

  .tg-store.product-detail-dark .renn-checkout-single .renn-account-guide,
  .tg-store.product-detail-dark .renn-account-guide{
    margin:8px 0 0!important;
    color:#8f99a4!important;
    font-size:11px!important;
    line-height:1.55!important;
    font-weight:400!important;
  }

  .tg-store.product-detail-dark .renn-input-icon-wrap{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    align-items:center!important;
    height:52px!important;
    margin-top:7px!important;
    overflow:hidden!important;
    border:1px solid #343a40!important;
    border-radius:13px!important;
    background:#171a1f!important;
  }

  .tg-store.product-detail-dark .renn-whatsapp-icon{
    width:44px!important;
    height:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    line-height:1!important;
  }

  .tg-store.product-detail-dark .renn-whatsapp-icon i{
    position:static!important;
    inset:auto!important;
    display:block!important;
    width:auto!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    transform:none!important;
    color:#ff9d00!important;
    font-size:18px!important;
    line-height:1!important;
  }

  .tg-store.product-detail-dark .renn-input-icon-wrap>input{
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0 16px 0 4px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .tg-store.product-detail-dark .renn-input-icon-wrap:focus-within{
    border-color:#ff9d00!important;
    box-shadow:0 0 0 3px rgba(255,157,0,.08)!important;
  }
}

/* ========================================================================
   V5.8.21 - phone account helper text: keep the ID/server guide as compact
   as the WhatsApp notification helper. Desktop rules stay unchanged.
   ======================================================================== */
@media(max-width:600px){
  .tg-store.product-detail-dark .renn-checkout-single .renn-account-guide,
  .tg-store.product-detail-dark .renn-account-guide,
  .tg-store.product-detail-dark .renn-checkout-single .renn-help,
  .tg-store.product-detail-dark .renn-help{
    font-size:10px!important;
    line-height:1.5!important;
    font-weight:400!important;
    color:#8f99a4!important;
  }

  .tg-store.product-detail-dark .renn-checkout-single .renn-account-guide,
  .tg-store.product-detail-dark .renn-account-guide{
    margin:8px 0 0!important;
  }
}
