.product-hub{padding-top:96px;padding-bottom:116px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card{position:relative;min-height:350px;padding:34px;border-radius:22px;background:var(--white);border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column}.product-card:after{content:"";position:absolute;right:-72px;bottom:-105px;width:250px;height:250px;border-radius:50%;background:var(--mint);opacity:.8}.product-card.tone-orange:after{background:#f8d9c9}.product-card.tone-blue:after{background:#dce8f4}.product-card.tone-space{background:var(--space);border-color:#17263b;color:white}.product-card.tone-space:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 80%,rgba(124,92,255,.3),transparent 34%),radial-gradient(circle at 70% 18%,rgba(35,215,180,.08),transparent 24%)}.product-card.tone-space:after{background:transparent;border:1px solid rgba(124,92,255,.45);box-shadow:0 0 0 45px rgba(35,215,180,.04)}.product-card-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.product-card-top span{font:500 30px Georgia;color:#c7ccc7}.product-card-top b{padding:6px 10px;border-radius:999px;background:#edf4ef;color:var(--green);font-size:8px}.tone-space .product-card-top span{color:rgba(255,255,255,.25)}.tone-space .product-card-top b{background:rgba(124,92,255,.2);color:#c3b6ff}.product-card>small,.product-card h3,.product-card>p,.product-card>a,.product-facts{position:relative;z-index:1}.product-card>small{color:var(--muted);font-size:8px;letter-spacing:.08em}.tone-space>small{color:#8296a8}.product-card h3{font:500 31px/1.25 Georgia,"Songti SC",serif;margin:10px 0}.product-card>p{max-width:520px;color:var(--muted);font-size:10px;line-height:1.9}.tone-space>p{color:#9aabba}.product-facts{display:flex;flex-wrap:wrap;gap:7px;padding:0;margin:19px 0;list-style:none}.product-facts li{padding:6px 9px;border:1px solid #d8e3da;border-radius:999px;color:var(--green);font-size:8px;font-weight:800}.tone-space .product-facts li{border-color:rgba(35,215,180,.22);color:var(--aqua)}.product-card>a{margin-top:auto;width:max-content;color:var(--green);font-size:10px;font-weight:900}.tone-space>a{color:var(--star)}.product-empty{border-style:dashed;background:transparent}.product-empty:after{display:none}@media(max-width:760px){.product-grid{grid-template-columns:1fr}.product-card{min-height:320px;padding:27px}.product-card-top{margin-bottom:35px}}
