/*
Theme Name: 企业模板 08 · 变体 A（青绿）
Template: revive-shop
Description: 变体 A（青绿）：配色 + 更方的卡片（仅配色与版式变量，不改结构）
Version: 1.0.0
*/
:root{--sh-key:#0f8b6c;--sh-key2:#18b98c;--sh-bg:#f5faf8;--sh-r:6px}
.hero{background:linear-gradient(120deg,#e9f8f2,#d3f2e6 70%,#bff0dd)}
.hero h1{color:#12332a}
.hero p{color:#3f6b5c}
.cta{background:linear-gradient(120deg,#0f8b6c,#18b98c)}
.prod .flag{background:var(--sh-key)}
.pw .price-row{background:#eef9f5}

/* rv-header-fix v1 */
.logo img + span, .logo img ~ span.host { display: none !important; }
.logo > span > b { display: inline-block; max-width: 44vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: bottom; }
@media (max-width: 782px) {
  .logo > span > b { max-width: 38vw; font-size: 16px; }
  .logo .host { display: none !important; }
  .hdr .wrap { gap: 8px; }
}

/* rv-imgfix v2 */
img[src=""], img:not([src]), img[src="#"] { display: none !important; }
.hero .imgbox, .hero .pic, .ban, .heroimg { background: linear-gradient(135deg,var(--in-key,#1e5e5e) 0%, #16324a 100%); }
