:root { --rd-green:#00c853; --rd-bg:#0a0a0a; --rd-card:#111713; --rd-border:rgba(255,255,255,.14); }
.rd-category { background:var(--rd-bg); color:#fff; font-family:"Sora",system-ui,sans-serif; }
.rd-category *, .rd-category *::before, .rd-category *::after { box-sizing:border-box; }
.rd-category__catalog { padding:92px 0 72px; background:radial-gradient(circle at 78% 0,rgba(0,200,83,.07),transparent 32%),var(--rd-bg); }
.rd-category__container { max-width:1400px; margin:auto; padding:0 28px; }
.rd-category__header { display:flex; align-items:end; justify-content:space-between; gap:40px; margin-bottom:42px; padding-bottom:26px; border-bottom:1px solid var(--rd-border); }
.rd-category__title { margin:0; color:#f5f7f6; font-size:60px; font-weight:600; letter-spacing:-.045em; line-height:1; text-transform:uppercase; }
.rd-category__intro { max-width:620px; margin:16px 0 0; color:#9fa9a2; font-size:15px; line-height:1.65; }
.rd-category__summary { display:flex; align-items:center; gap:18px; }
.rd-category__summary .woocommerce-result-count { margin:0; color:#aeb8b1; font-size:11px; font-weight:600; letter-spacing:.06em; text-transform:uppercase; white-space:nowrap; }
.rd-category__summary .woocommerce-ordering { margin:0; }
.rd-category__summary select { min-width:230px; min-height:46px; padding:0 38px 0 15px; border:1px solid var(--rd-border); border-radius:8px; background:#0d120f; color:#fff; font-size:13px; }
.rd-category__products { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; }
.rd-category-card { display:flex; flex-direction:column; min-width:0; margin:0; padding:0 0 22px; border:1px solid var(--rd-border); border-radius:14px; background:linear-gradient(160deg,#141c17,#0d110f); overflow:hidden; box-shadow:0 18px 38px rgba(0,0,0,.25); transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease; }
.rd-category-card:hover { border-color:rgba(0,200,83,.75); transform:translateY(-6px); box-shadow:0 26px 52px rgba(0,0,0,.4); }
.rd-category-card__media { display:flex; align-items:center; justify-content:center; height:370px; padding:26px; background:radial-gradient(circle at 50% 44%,#29352d,#101611 68%,#0b0f0c); }
.rd-category-card__media img { width:100%; height:100%; margin:0!important; object-fit:contain; transition:transform .35s ease; }
.rd-category-card:hover .rd-category-card__media img { transform:scale(1.045); }
.rd-category-card__body { display:flex; flex:1; flex-direction:column; padding:22px 22px 0; }
.rd-category-card__title { margin:0; font-size:20px; font-weight:600; line-height:1.2; text-transform:uppercase; }
.rd-category-card__title a { color:#fff; text-decoration:none; }
.rd-category-card__title a:hover { color:var(--rd-green); }
.rd-category-card__price { margin-top:10px; color:#aeb8b1; font-size:14px; }
.rd-category-card__cta { display:flex; align-items:center; justify-content:center; gap:12px; min-height:48px; margin-top:22px; padding:12px 18px; border:1px solid var(--rd-green); border-radius:999px; background:#10552e; color:#fff; text-decoration:none; font-size:12px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; transition:background .2s,color .2s; }
.rd-category-card__cta:hover { background:var(--rd-green); color:#06100a; }
.rd-category__pagination { margin-top:42px; }
.rd-category__empty { padding:60px 24px; border:1px solid var(--rd-border); border-radius:14px; text-align:center; }
.rd-category__empty h2 { margin:0 0 24px; }
.rd-category__empty .rd-category-card__cta { max-width:240px; margin:0 auto; }
.rd-category__trust { padding:28px 0 78px; background:var(--rd-bg); }
.rd-category__trust-band { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid var(--rd-border); border-radius:12px; overflow:hidden; background:#111; }
.rd-category__trust-item { display:flex; align-items:center; gap:15px; min-width:0; padding:24px; }
.rd-category__trust-item + .rd-category__trust-item { border-left:1px solid var(--rd-border); }
.rd-category__trust-item > span { color:var(--rd-green); font-size:25px; }
.rd-category__trust-item strong,.rd-category__trust-item small { display:block; }
.rd-category__trust-item strong { color:#fff; font-size:11px; text-transform:uppercase; }
.rd-category__trust-item small { margin-top:6px; color:#9fa9a2; font-size:11px; line-height:1.4; }
@media (max-width:900px) { .rd-category__catalog{padding:64px 0 54px}.rd-category__container{padding:0 20px}.rd-category__header{display:block}.rd-category__summary{justify-content:space-between;margin-top:24px}.rd-category__products{grid-template-columns:repeat(2,minmax(0,1fr))}.rd-category-card__media{height:300px;padding:20px}.rd-category__trust-band{grid-template-columns:repeat(2,minmax(0,1fr))}.rd-category__trust-item:nth-child(3){border-left:0;border-top:1px solid var(--rd-border)}.rd-category__trust-item:nth-child(4){border-top:1px solid var(--rd-border)} }
@media (max-width:560px) { .rd-category__catalog{padding:46px 0 42px}.rd-category__title{font-size:clamp(38px,11vw,50px)}.rd-category__summary{display:block}.rd-category__summary .woocommerce-ordering{margin-top:14px}.rd-category__summary select{width:100%}.rd-category__products{grid-template-columns:1fr;gap:18px}.rd-category-card__media{height:320px}.rd-category__trust-band{grid-template-columns:1fr}.rd-category__trust-item + .rd-category__trust-item{border-left:0;border-top:1px solid var(--rd-border)} }