.rd-collections { --rd-green: #00c853; --rd-green-dark: #009a43; --rd-bg: #0a0a0a; --rd-surface: #111111; --rd-surface-2: #181818; --rd-border: rgba(255,255,255,.12); --rd-text: #ffffff; --rd-text-soft: #b3b3b3; --rd-text-muted: #7d7d7d; --rd-radius: 16px; --rd-radius-sm: 10px; --rd-font-title: "Sora", system-ui, sans-serif; --rd-font-body: "Sora", system-ui, sans-serif; display: block; width: 100%; background: var(--rd-bg); color: var(--rd-text); font-family: var(--rd-font-body); overflow: hidden; }
.rd-collections *, .rd-collections *::before, .rd-collections *::after { box-sizing: border-box; }
.rd-collections .rd-collections__hero { width: 100%; height: 610px; min-height: 610px; max-height: 610px; position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--rd-border); background-color: #080808; background-image: var(--rd-hero-image); background-repeat: no-repeat; background-size: cover; background-position: 68% center; }
.rd-collections__hero-overlay { position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(3,3,3,.98) 0%, rgba(3,3,3,.88) 38%, rgba(3,3,3,.28) 72%, rgba(3,3,3,.48) 100%); }
.rd-collections__hero-inner { position: relative; z-index: 1; width: 100%; padding-top: 54px; padding-bottom: 54px; }
.rd-collections__breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 28px; color: var(--rd-text-soft); font-size: .78rem; }
.rd-collections__hero{display: none !important}
.rd-collections__breadcrumb a { color: var(--rd-green); text-decoration: none; }
.rd-collections__breadcrumb a:hover { text-decoration: underline; }
.rd-collections__hero-copy { max-width: 680px; }
.rd-collections__title { margin: 0 0 22px; color: var(--rd-text); font-family: var(--rd-font-title); font-size: clamp(2.75rem, 5.2vw, 5.4rem); font-weight: 800; line-height: .92; letter-spacing: -.045em; }
.rd-collections__title span { color: var(--rd-green); }
.rd-collections__intro { margin: 0; max-width: 590px; color: #d2d2d2; font-size: clamp(.98rem, 1.3vw, 1.13rem); line-height: 1.75; }
.rd-collections__values { display: flex; flex-wrap: wrap; gap: 28px 44px; margin-top: 36px; padding-top: 25px; border-top: 1px solid rgba(0,200,83,.45); }
.rd-collections__value { display: flex; align-items: center; gap: 12px; text-transform: uppercase; font-size: .72rem; line-height: 1.45; letter-spacing: .035em; }
.rd-collections__icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--rd-green); border-radius: 50%; color: var(--rd-green); }
.rd-collections__icon svg, .rd-collections__trust-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rd-collections .rd-collections__catalog { position: relative; z-index: 2; display: block; width: 100%; min-height: 300px; padding-top: 86px; padding-bottom: 58px; background: #0a0a0a; color: #fff; }
.rd-collections__catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.rd-collections__kicker { margin: 0 0 8px; color: var(--rd-green); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.rd-collections__heading { margin: 0; color: var(--rd-text); font-family: var(--rd-font-title); font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.1; }
.rd-collections__count { margin: 0; color: var(--rd-text-soft); font-size: .88rem; white-space: nowrap; }
.rd-collections__filters { display: flex; gap: 8px; margin: 0 0 32px; padding-bottom: 4px; overflow-x: auto; scrollbar-width: thin; }
.rd-collections__filters button { flex: 0 0 auto; padding: 10px 16px; border: 1px solid var(--rd-border); border-radius: 7px; background: var(--rd-surface); color: var(--rd-text-soft); font: inherit; font-size: .8rem; cursor: pointer; transition: border-color .2s ease, color .2s ease, background-color .2s ease; }
.rd-collections__filters button:hover, .rd-collections__filters button.is-active { border-color: var(--rd-green); color: var(--rd-text); background: rgba(0,200,83,.09); }
.rd-collections__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.rd-collections-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--rd-border); border-radius: var(--rd-radius-sm); background: var(--rd-surface); overflow: hidden; transition: border-color .2s ease, transform .2s ease; }
.rd-collections-card:hover { border-color: rgba(0,200,83,.62); transform: translateY(-3px); }
.rd-collections-card[hidden] { display: none; }
.rd-collection-card--featured { border-color: rgba(0,200,83,.55); }
.rd-collections-card__media { position: relative; aspect-ratio: 1.16 / 1; overflow: hidden; background: var(--rd-surface-2); }
.rd-collections-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(to top, var(--rd-surface), transparent); pointer-events: none; }
.rd-collections-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rd-collections-card:hover .rd-collections-card__media img { transform: scale(1.035); }
.rd-collections-card__badge { position: absolute; z-index: 1; top: 14px; right: 14px; padding: 6px 9px; border: 1px solid rgba(0,200,83,.65); border-radius: 4px; background: rgba(5,5,5,.84); color: var(--rd-green); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.rd-collections-card__body { display: flex; flex: 1; flex-direction: column; padding: 4px 20px 20px; }
.rd-collections-card__eyebrow { margin: 0 0 7px; color: var(--rd-text-muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.rd-collections-card__title { margin: 0; color: var(--rd-green); font-family: var(--rd-font-title); font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.15; text-transform: uppercase; }
.rd-collections-card__technology { margin: 9px 0 0; color: var(--rd-text); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .045em; }
.rd-collections-card__description { margin-top: 13px; color: var(--rd-text-soft); font-size: .88rem; line-height: 1.7; }
.rd-collections-card__description p { margin: 0; }
.rd-collections-card__product-count { margin: 14px 0 17px; color: var(--rd-text-muted); font-size: .73rem; }
.rd-collections-card__cta { min-height: 46px; margin-top: auto; padding: 11px 16px; display: flex; justify-content: center; align-items: center; gap: 13px; border: 1px solid var(--rd-green); border-radius: 5px; color: var(--rd-text); background: transparent; text-decoration: none; text-transform: uppercase; font-size: .74rem; font-weight: 700; letter-spacing: .025em; transition: background-color .2s ease, color .2s ease; }
.rd-collections-card__cta:hover { background: rgba(0,200,83,.14); color: #fff; }
.rd-collections__empty { padding: 60px 24px; border: 1px solid var(--rd-border); border-radius: var(--rd-radius); text-align: center; background: var(--rd-surface); }
.rd-collections__empty h2 { margin: 0 0 24px; color: var(--rd-text); }
.rd-collections__empty .rd-collections-card__cta { max-width: 230px; margin: auto; }
.rd-collections .rd-collections__trust { position: relative; z-index: 2; display: block; padding-top: 30px; padding-bottom: 80px; background: #0a0a0a; }
.rd-collections__trust-band { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--rd-border); border-radius: var(--rd-radius-sm); background: var(--rd-surface); }
.rd-collections__trust-item { min-width: 0; display: flex; align-items: center; gap: 15px; padding: 27px 24px; }
.rd-collections__trust-item + .rd-collections__trust-item { border-left: 1px solid var(--rd-border); }
.rd-collections__trust-icon { flex: 0 0 38px; color: var(--rd-green); }
.rd-collections__trust-icon svg { width: 34px; height: 34px; }
.rd-collections__trust-item strong, .rd-collections__trust-item span { display: block; }
.rd-collections__trust-item strong { color: var(--rd-text); font-size: .72rem; text-transform: uppercase; line-height: 1.35; }
.rd-collections__trust-item div > span { margin-top: 6px; color: var(--rd-text-soft); font-size: .74rem; line-height: 1.45; }
.rd-collections a:focus-visible, .rd-collections button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
@media (max-width: 1199px) { .rd-collections__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .rd-collections__trust-band { grid-template-columns: repeat(2, minmax(0, 1fr)); } .rd-collections__trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--rd-border); } .rd-collections__trust-item:nth-child(4) { border-top: 1px solid var(--rd-border); } }
@media (max-width: 900px) { .rd-collections .rd-collections__hero { height: 650px; min-height: 650px; max-height: 650px; align-items: end; background-position: 65% center; } .rd-collections__hero-overlay { background: linear-gradient(0deg, #050505 7%, rgba(5,5,5,.78) 62%, rgba(5,5,5,.38)); } .rd-collections__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .rd-collections .rd-collections__hero { height: 710px; min-height: 710px; max-height: 710px; } .rd-collections__hero-inner { padding-top: 38px; padding-bottom: 40px; } .rd-collections__title { font-size: clamp(2.55rem, 13vw, 4rem); } .rd-collections__intro br { display: none; } .rd-collections__values { display: grid; grid-template-columns: 1fr; gap: 15px; } .rd-collections__catalog { padding-top: 60px; } .rd-collections__catalog-head { display: block; } .rd-collections__count { margin-top: 14px; } .rd-collections__grid, .rd-collections__trust-band { grid-template-columns: 1fr; } .rd-collections__trust-item + .rd-collections__trust-item { border-left: 0; border-top: 1px solid var(--rd-border); } .rd-collections-card__media { aspect-ratio: 1.25 / 1; } }
@media (prefers-reduced-motion: reduce) { .rd-collections *, .rd-collections *::before, .rd-collections *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } } body.tax-product_cat .rd-collections--taxonomy ~ #secondary,
body.tax-product_cat .rd-collections--taxonomy ~ .sidebar,
body.tax-product_cat .rd-collections--taxonomy ~ .widget-area,
body.tax-product_cat .rd-collections--taxonomy ~ .site-sidebar,
body.tax-product_cat .rd-collections--taxonomy ~ .footer-widgets,
body.tax-product_cat #right-sidebar,
body.tax-product_cat .widget-area.is-right-sidebar,
body.tax-product_cat .woocommerce-sidebar,
body.tax-product_cat footer .footer-widgets,
body.tax-product_cat footer .widget-area,
body.tax-product_cat footer .widget_search,
body.tax-product_cat .rd-collections--taxonomy .widget_search,
body.tax-product_cat .rd-collections--taxonomy .woocommerce-sidebar {
display: none !important;
} .rd-collections--taxonomy .rd-collections__catalog {
padding-top: clamp(52px, 7vw, 92px);
padding-bottom: clamp(42px, 5vw, 72px);
background:
radial-gradient(circle at 78% 4%, rgba(0,200,83,.07), transparent 28%),
var(--rd-bg);
}
.rd-collections--taxonomy .rd-collections__catalog-head {
align-items: end;
margin-bottom: clamp(28px, 4vw, 44px);
padding-bottom: 22px;
border-bottom: 1px solid var(--rd-line);
}
.rd-collections--taxonomy .rd-collections__catalog-head h2 {
max-width: 860px;
font-size: clamp(32px, 5vw, 68px);
line-height: .94;
text-wrap: balance;
}
.rd-collections--taxonomy .rd-collections__kicker::before {
content: "";
display: inline-block;
width: 28px;
height: 1px;
margin: 0 10px 3px 0;
background: var(--rd-green);
box-shadow: 0 0 12px rgba(0,200,83,.35);
}
.rd-collections--taxonomy .rd-collections__summary {
flex: 0 1 auto;
padding: 9px 0 0;
}
.rd-collections--taxonomy .rd-collections__summary .woocommerce-result-count {
color: var(--rd-text-soft);
font-size: 11px;
letter-spacing: .05em;
text-transform: uppercase;
}
.rd-collections--taxonomy .rd-collections__summary select {
min-height: 46px;
border-radius: 5px;
background: #0c110e;
transition: border-color .2s ease, background-color .2s ease;
}
.rd-collections--taxonomy .rd-collections__summary select:hover,
.rd-collections--taxonomy .rd-collections__summary select:focus {
border-color: rgba(0,200,83,.7);
background: #111a14;
}
.rd-collections--taxonomy .rd-collections__products ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: clamp(16px, 2vw, 28px);
}
.rd-collections--taxonomy .rd-collections__products ul.products li.product {
min-height: 100%;
border-radius: 6px;
background: linear-gradient(155deg, #121a15, #0b100d);
box-shadow: 0 14px 34px rgba(0,0,0,.18);
transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.rd-collections--taxonomy .rd-collections__products ul.products li.product:hover {
border-color: rgba(0,200,83,.62);
box-shadow: 0 22px 48px rgba(0,0,0,.32);
transform: translateY(-5px);
}
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link {
position: relative;
overflow: hidden;
background: radial-gradient(circle at 50% 44%, #202a23, #0b100d 72%);
}
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link::after {
content: "";
position: absolute;
right: 12%;
bottom: 3%;
left: 12%;
height: 9%;
border-radius: 50%;
background: rgba(0,0,0,.46);
filter: blur(16px);
pointer-events: none;
}
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link > img {
height: clamp(245px, 25vw, 360px);
padding: 7%;
object-fit: contain;
transition: transform .35s ease;
}
.rd-collections--taxonomy .rd-collections__products li.product:hover > a.woocommerce-LoopProduct-link > img { transform: scale(1.045); }
.rd-collections--taxonomy .rd-collections__products .woocommerce-loop-product__title {
margin-top: 20px;
font-size: clamp(15px, 1.35vw, 20px);
line-height: 1.1;
}
.rd-collections--taxonomy .rd-collections__products .price {
color: #e7eee9;
font-size: 16px;
font-variant-numeric: tabular-nums;
}
.rd-collections--taxonomy .rd-collections__products .button {
min-height: 46px;
margin-top: auto !important;
background: #123c26;
transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.rd-collections--taxonomy .rd-collections__products .button:hover {
background: var(--rd-green);
color: #041108;
}
.rd-collections--taxonomy .rd-collections__pagination { margin-top: 46px; }
.rd-collections--taxonomy .rd-collections__trust { padding-top: 16px; }
@media (max-width: 1023px) {
.rd-collections--taxonomy .rd-collections__products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
.rd-collections--taxonomy .rd-collections__catalog-head { padding-bottom: 16px; }
.rd-collections--taxonomy .rd-collections__catalog-head h2 { font-size: clamp(31px, 10vw, 44px); }
.rd-collections--taxonomy .rd-collections__products ul.products { grid-template-columns: 1fr 1fr; gap: 10px; }
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link > img { height: 48vw; min-height: 150px; padding: 5%; }
.rd-collections--taxonomy .rd-collections__products .woocommerce-loop-product__title,
.rd-collections--taxonomy .rd-collections__products .price,
.rd-collections--taxonomy .rd-collections__products .button { margin-left: 12px !important; margin-right: 12px !important; }
.rd-collections--taxonomy .rd-collections__products .woocommerce-loop-product__title { margin-top: 14px; font-size: 13px; }
.rd-collections--taxonomy .rd-collections__products .price { font-size: 13px; }
.rd-collections--taxonomy .rd-collections__products .button { min-height: 38px; margin-top: 14px !important; padding: 9px 8px; font-size: 8px; }
} .rd-collections--taxonomy .rd-container { max-width: 1400px; margin-inline: auto; padding-inline: 28px; }
.rd-collections--taxonomy .rd-collections__breadcrumb { margin-bottom: 30px; opacity: .9; }
.rd-collections--taxonomy .rd-collections__catalog-head { align-items: end; gap: 40px; }
.rd-collections--taxonomy .rd-collections__heading { margin: 0; color: #f5f7f6; font-size: clamp(2.7rem, 5.4vw, 5.2rem); font-weight: 800; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
.rd-collections--taxonomy .rd-collections__intro { max-width: 620px; margin: 18px 0 0; color: #9fa9a2; font-size: .95rem; line-height: 1.65; }
.rd-collections--taxonomy .rd-collections__summary { display: flex; align-items: center; gap: 18px; }
.rd-collections--taxonomy .rd-collections__summary .woocommerce-result-count { margin: 0; color: #aeb8b1; font-size: .72rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.rd-collections--taxonomy .rd-collections__summary .woocommerce-ordering { margin: 0; }
.rd-collections--taxonomy .rd-collections__summary select { min-width: 230px; padding: 12px 38px 12px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: #f4f7f5; font-size: .82rem; }
.rd-collections--taxonomy .rd-collections__products ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin: 0; }
.rd-collections--taxonomy .rd-collections__products ul.products::before,
.rd-collections--taxonomy .rd-collections__products ul.products::after { display: none; }
.rd-collections--taxonomy .rd-collections__products li.product { display: flex; flex: none !important; flex-direction: column; width: 100% !important; max-width: none !important; min-height: 100%; margin: 0 !important; padding: 0 0 20px; float: none !important; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: linear-gradient(160deg, #121a15 0%, #0d110f 100%); overflow: hidden; box-shadow: 0 16px 35px rgba(0,0,0,.22); }
.rd-collections--taxonomy .rd-collections__products li.product:hover { border-color: rgba(0,200,83,.75); transform: translateY(-6px); box-shadow: 0 24px 48px rgba(0,0,0,.4), 0 0 0 1px rgba(0,200,83,.12); }
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link { display: block; margin: 0; padding: 0; background: radial-gradient(circle at 50% 45%, #27332b 0%, #101611 62%, #0b0f0c 100%); }
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link > img { display: block; width: 100%; height: clamp(270px, 28vw, 390px); margin: 0; padding: 8%; object-fit: contain; }
.rd-collections--taxonomy .rd-collections__products li.product .woocommerce-loop-product__title { margin: 22px 22px 0; padding: 0; color: #fff; font-size: clamp(1rem, 1.45vw, 1.25rem); font-weight: 700; line-height: 1.2; text-transform: uppercase; }
.rd-collections--taxonomy .rd-collections__products li.product .price { display: block; margin: 10px 22px 0; color: #aeb8b1; font-size: .9rem; }
.rd-collections--taxonomy .rd-collections__products li.product .button { display: flex; align-items: center; justify-content: center; width: auto; min-height: 46px; margin: 20px 22px 0 !important; padding: 12px 18px; border: 1px solid #00c853; border-radius: 999px; background: #10552e; color: #fff; font-size: .76rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.rd-collections--taxonomy .rd-collections__products li.product .button:hover { background: #00c853; color: #06100a; }
.rd-collections--taxonomy .rd-collections__pagination { margin-top: 42px; }
.rd-collections--taxonomy .rd-collections__trust { padding-top: 24px; }
@media (max-width: 900px) {
.rd-collections--taxonomy .rd-container { padding-inline: 20px; }
.rd-collections--taxonomy .rd-collections__catalog-head { display: block; }
.rd-collections--taxonomy .rd-collections__summary { margin-top: 22px; justify-content: space-between; }
.rd-collections--taxonomy .rd-collections__products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
.rd-collections--taxonomy .rd-collections__heading { font-size: clamp(2.45rem, 13vw, 4rem); }
.rd-collections--taxonomy .rd-collections__summary { display: block; }
.rd-collections--taxonomy .rd-collections__summary .woocommerce-ordering { margin-top: 14px; }
.rd-collections--taxonomy .rd-collections__summary select { width: 100%; }
.rd-collections--taxonomy .rd-collections__products ul.products { grid-template-columns: 1fr; gap: 18px; }
.rd-collections--taxonomy .rd-collections__products li.product > a.woocommerce-LoopProduct-link > img { height: 78vw; max-height: 360px; }
} .rd-collections--taxonomy .rd-collections__breadcrumb,
.rd-collections--taxonomy .rd-collections__kicker { display: none !important; }
.rd-collections--taxonomy .rd-collections__catalog { padding-top: 74px; }
.rd-collections--taxonomy #rd-category-title,
.rd-collections--taxonomy .rd-collections__heading { font-size: 60px; font-weight: 600; letter-spacing: -.045em; line-height: 1; }
@media (max-width: 900px) {
.rd-collections--taxonomy .rd-collections__catalog { padding-top: 56px; }
.rd-collections--taxonomy #rd-category-title,
.rd-collections--taxonomy .rd-collections__heading { font-size: clamp(42px, 8vw, 60px); }
}
@media (max-width: 560px) {
.rd-collections--taxonomy .rd-collections__catalog { padding-top: 42px; }
.rd-collections--taxonomy #rd-category-title,
.rd-collections--taxonomy .rd-collections__heading { font-size: clamp(36px, 11vw, 48px); }
}