:root{--rp-black: #000000;--rp-header-bar: #000000;--rp-green: #72bf44;--rp-green-hover: #5da234;--rp-yellow: #ffd400;--rp-ink: #212529;--rp-ink-soft: #495057;--rp-ink-muted: #6c757d;--rp-border: #ced4da;--rp-border-soft: #e5e7eb;--rp-surface: #ffffff;--rp-price: #dc2626;--rp-offer: #7e22ce;--rp-container: 1600px;--rp-gutter: 16px;--rp-topbar-h: 36px;--rp-mainbar-h: 55px;--rp-nav-h: 69px;--rp-mobile-header-h: 56px;--rp-bottom-nav-h: 58px;--rp-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;--rp-h2: 24px;--rp-h1: 28px;--rp-body: 14px;--rp-small: 13px;--rp-tiny: 12px;--rp-nav: 14px;--rp-btn: 14px;--rp-product-title: 13px;--rp-section-title: 20px}.rp-body{background:var(--rp-surface);color:var(--rp-ink);font-family:var(--rp-font);font-size:var(--rp-body);line-height:1.5}.rp-body a{color:inherit;text-decoration:none}.rp-body img{display:block;max-width:100%;height:auto}.rp-container{width:100%;max-width:var(--rp-container);margin-inline:auto;padding-inline:var(--rp-gutter)}@media(min-width: 768px){.rp-container{padding-inline:24px}}@media(min-width: 1200px){.rp-container{padding-inline:32px}}@media(min-width: 1600px){.rp-container{padding-inline:40px}}.rp-header{position:-webkit-sticky;position:sticky;top:0;z-index:60;background:var(--rp-black);color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:transform 240ms ease}@media(min-width: 992px){.rp-header.is-shrunk{transform:translateY(calc(var(--rp-topbar-h) * -1))}}.rp-header__sticky{position:static}.rp-topbar{display:none;min-height:var(--rp-topbar-h);align-items:center;font-size:var(--rp-tiny);border-bottom:1px solid rgba(255,255,255,.05)}.rp-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}.rp-topbar__left,.rp-topbar__right{display:flex;align-items:center;gap:18px;color:rgba(255,255,255,.85)}.rp-topbar__link{display:inline-flex;align-items:center;gap:6px;color:rgba(255,255,255,.85)}.rp-topbar__link:hover{color:#fff}.rp-topbar__link .material-symbols-outlined{font-size:14px}@media(min-width: 992px){.rp-topbar{display:flex}}.rp-mainbar{min-height:var(--rp-mobile-header-h);display:flex;align-items:center}@media(min-width: 992px){.rp-mainbar{min-height:var(--rp-mainbar-h)}}.rp-mainbar__inner{display:flex;align-items:center;gap:14px;width:100%}.rp-mainbar__menu{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:rgba(0,0,0,0);color:#fff;cursor:pointer}@media(min-width: 992px){.rp-mainbar__menu{display:none}}.rp-logo{display:inline-flex;align-items:center;gap:6px;color:var(--rp-green);font-weight:800;font-size:22px;line-height:1;letter-spacing:.5px;padding:4px 0}@media(min-width: 992px){.rp-logo{font-size:26px}}.rp-logo__accent{color:var(--rp-yellow)}.rp-logo__flag{width:22px;height:14px;border-radius:2px;overflow:hidden}.rp-search{flex:1;display:none;align-items:center;max-width:542px;margin:0 24px}.rp-search__input{flex:1;width:100%;height:38px;padding:0 14px;background:#fff;border:1px solid var(--rp-border);border-right:0;border-radius:10px 0 0 10px;color:var(--rp-ink);font-family:inherit;font-size:var(--rp-body);outline:none}.rp-search__input:focus{box-shadow:inset 0 0 0 1px var(--rp-green)}.rp-search__btn{height:38px;padding:0 18px;background:var(--rp-green);color:#fff;border:1px solid var(--rp-green);border-radius:0 10px 10px 0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.rp-search__btn:hover{background:var(--rp-green-hover);border-color:var(--rp-green-hover)}.rp-search__btn .material-symbols-outlined{font-size:20px}@media(min-width: 992px){.rp-search{display:flex}}.rp-sysb{display:none;align-items:center;gap:6px;height:36px;padding:0 14px;color:var(--rp-yellow);font-weight:700;font-size:var(--rp-btn);border:1px solid rgba(255,255,255,.15);border-radius:5px;text-transform:uppercase;white-space:nowrap;transition:background 150ms ease,color 150ms ease}.rp-sysb:hover{background:var(--rp-yellow);color:var(--rp-black);border-color:var(--rp-yellow)}@media(min-width: 992px){.rp-sysb{display:inline-flex}}.rp-actions{display:flex;align-items:center;gap:6px;margin-left:auto}.rp-action{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#fff;border-radius:6px;transition:background 150ms ease,color 150ms ease}.rp-action:hover{background:rgba(255,255,255,.08);color:var(--rp-green)}.rp-action--mobile-only{display:inline-flex}@media(min-width: 992px){.rp-action--mobile-only{display:none}}.rp-action__count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;border-radius:9999px;background:var(--rp-yellow);color:var(--rp-black);font-size:10px;font-weight:700;line-height:18px;text-align:center}.rp-mobile-search{display:none;padding:8px 0;background:var(--rp-black);border-top:1px solid rgba(255,255,255,.06)}.rp-mobile-search.is-open{display:block}.rp-mobile-search .rp-search{display:flex;margin:0;max-width:none}.rp-nav{display:none;min-height:var(--rp-nav-h);align-items:center;background:var(--rp-black);border-top:1px solid rgba(255,255,255,.06)}@media(min-width: 992px){.rp-nav{display:flex}}.rp-nav__inner{display:flex;flex-wrap:wrap;align-items:center;gap:6px 20px;width:100%;padding:10px 0}.rp-nav__link{display:inline-flex;align-items:center;gap:4px;padding:6px 4px;color:#fff;font-size:var(--rp-nav);font-weight:500;white-space:nowrap;transition:color 150ms ease}.rp-nav__link:hover{color:var(--rp-green)}.rp-nav__link .material-symbols-outlined{font-size:18px}.rp-hero{margin-top:12px}.rp-hero__inner{display:grid;grid-template-columns:1fr;gap:12px;width:100%}@media(min-width: 992px){.rp-hero__inner{grid-template-columns:minmax(0, 2fr) minmax(0, 1fr)}}.rp-hero__main{position:relative;border-radius:8px;overflow:hidden;background:#eef2f7;aspect-ratio:901/469}.rp-hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 500ms ease}.rp-hero__slide.is-active{opacity:1}.rp-hero__slide img{width:100%;height:100%;object-fit:cover}.rp-hero__dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.rp-hero__dot{width:8px;height:8px;border-radius:9999px;background:rgba(255,255,255,.6);border:0;cursor:pointer}.rp-hero__dot.is-active{background:#fff}.rp-hero__side{display:none;grid-template-rows:1fr 1fr;gap:12px}@media(min-width: 992px){.rp-hero__side{display:grid}}.rp-hero__promo{position:relative;border-radius:8px;overflow:hidden;background:#eef2f7;aspect-ratio:447/233}.rp-hero__promo img{width:100%;height:100%;object-fit:cover}.rp-benefits{padding:16px 0;border-bottom:1px solid var(--rp-border-soft)}.rp-benefits__grid{display:grid;gap:12px;grid-template-columns:repeat(2, 1fr)}@media(min-width: 992px){.rp-benefits__grid{grid-template-columns:repeat(4, 1fr);gap:24px}}.rp-benefit{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--rp-ink);font-weight:600;font-size:var(--rp-body)}.rp-benefit .material-symbols-outlined{color:var(--rp-green);font-size:22px}.rp-section{padding:12px 0}.rp-section__header{display:flex;align-items:baseline;justify-content:space-between;padding:4px 0 12px;margin-bottom:8px}.rp-section__title{font-size:var(--rp-section-title);font-weight:700;color:var(--rp-ink)}.rp-section__link{font-size:var(--rp-small);color:#0d6efd;font-weight:500}.rp-section__link:hover{text-decoration:underline}.rp-categories{padding:12px 0 8px}.rp-categories__row{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}@media(min-width: 992px){.rp-categories__row{justify-content:flex-start;overflow-x:visible;flex-wrap:nowrap;gap:12px}.rp-categories__row>.rp-cat{flex:1 1 0;min-width:0}}.rp-categories__row::-webkit-scrollbar{display:none}.rp-cat{scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;gap:6px;min-width:96px;color:var(--rp-ink);font-size:var(--rp-small);font-weight:500;text-align:center;white-space:nowrap}.rp-cat__img{width:60px;height:60px;object-fit:contain}.rp-cat__fallback{width:60px;height:60px;border-radius:6px;background:#f5f7fa;display:inline-flex;align-items:center;justify-content:center;color:var(--rp-green)}.rp-cat__fallback .material-symbols-outlined{font-size:30px}.rp-collections{padding-top:8px}.rp-collections__band{background:var(--rp-black);color:#fff;font-weight:700;padding:6px 12px;display:inline-block;border-radius:3px;margin-bottom:8px;font-size:var(--rp-small);letter-spacing:.3px}.rp-products{display:grid;gap:12px;grid-template-columns:repeat(2, minmax(0, 1fr))}@media(min-width: 768px){.rp-products{grid-template-columns:repeat(4, minmax(0, 1fr))}}@media(min-width: 992px){.rp-products{grid-template-columns:repeat(6, minmax(0, 1fr));gap:16px}}@media(min-width: 1400px){.rp-products{grid-template-columns:repeat(7, minmax(0, 1fr))}}@media(min-width: 1700px){.rp-products{grid-template-columns:repeat(8, minmax(0, 1fr))}}.rp-product{background:#fff;border:1px solid var(--rp-border-soft);border-radius:4px;padding:8px;text-align:center;display:flex;flex-direction:column;gap:6px;transition:box-shadow 150ms ease,border-color 150ms ease}.rp-product:hover{border-color:var(--rp-green);box-shadow:0 6px 18px rgba(0,0,0,.06)}.rp-product__media{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#fff;padding:6px}.rp-product__media img{max-width:100%;max-height:100%;object-fit:contain}.rp-product__title{font-size:var(--rp-product-title);font-weight:500;color:var(--rp-ink);line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rp-product__price{font-weight:700;color:var(--rp-price);font-size:14px}.rp-product__offer{font-size:11px;color:var(--rp-offer);font-weight:600}.rp-brands{padding:12px 0}.rp-brands__row{display:flex;gap:16px;overflow-x:auto;scrollbar-width:none}@media(min-width: 992px){.rp-brands__row{justify-content:space-between;overflow-x:visible;flex-wrap:nowrap}.rp-brands__row>.rp-brand{flex:1 1 0}}.rp-brands__row::-webkit-scrollbar{display:none}.rp-brand{min-width:120px;height:64px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--rp-border-soft);border-radius:4px;color:var(--rp-ink);font-weight:600;padding:8px}.rp-brand img{max-height:40px;max-width:100%;object-fit:contain}.rp-seo{padding:24px 0 8px}.rp-seo__h1{font-size:var(--rp-h1);font-weight:700;margin-bottom:12px}.rp-seo__h2{font-size:var(--rp-h2);font-weight:700;margin:20px 0 8px}.rp-seo p{font-size:var(--rp-small);color:var(--rp-ink-soft);line-height:1.6}.rp-branches{display:grid;gap:12px;grid-template-columns:1fr;padding:16px 0 24px}@media(min-width: 768px){.rp-branches{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.rp-branches{grid-template-columns:repeat(4, 1fr)}}.rp-branch{border:1px solid var(--rp-border-soft);border-radius:4px;padding:12px;font-size:var(--rp-small);background:#fff}.rp-branch__name{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rp-ink);margin-bottom:6px}.rp-branch__addr{color:var(--rp-ink-soft)}.rp-branch__link{color:#0d6efd;font-size:12px;font-weight:500}.rp-footer{background:var(--rp-black);color:#fff;margin-top:32px}.rp-footer__top{padding:32px 0}.rp-footer__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width: 768px){.rp-footer__grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.rp-footer__grid{grid-template-columns:1.2fr 1fr 1fr 1.3fr}}.rp-footer__brand{color:var(--rp-yellow);font-weight:800;font-size:22px;margin-bottom:12px}.rp-footer__cta{display:block;width:100%;padding:10px 14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#fff;border-radius:4px;margin-bottom:8px;text-align:center;font-size:var(--rp-small);transition:background 150ms ease}.rp-footer__cta:hover{background:var(--rp-green);border-color:var(--rp-green)}.rp-footer__title{color:var(--rp-yellow);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}.rp-footer__list{display:flex;flex-direction:column;gap:6px;font-size:var(--rp-small)}.rp-footer__list a{color:rgba(255,255,255,.75)}.rp-footer__list a:hover{color:var(--rp-green)}.rp-footer__contact{font-size:var(--rp-small);color:rgba(255,255,255,.85);line-height:1.6}.rp-footer__contact a{color:var(--rp-green)}.rp-footer__pay{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:12px}.rp-footer__pay span{padding:4px 8px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:4px;font-size:11px;font-weight:600}.rp-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:12px 0;font-size:12px;color:rgba(255,255,255,.7);text-align:center}.rp-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:var(--rp-bottom-nav-h);background:var(--rp-black);color:#fff;display:flex;align-items:stretch;justify-content:space-between;z-index:40;border-top:1px solid rgba(255,255,255,.08)}@media(min-width: 992px){.rp-bottom-nav{display:none}}.rp-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:rgba(255,255,255,.85);font-size:10px;font-weight:600;text-transform:uppercase}.rp-bottom-nav__item.is-primary{color:var(--rp-yellow)}.rp-bottom-nav__item .material-symbols-outlined{font-size:22px}.rp-bottom-nav__item:hover{color:var(--rp-green)}.rp-body{padding-bottom:calc(var(--rp-bottom-nav-h) + 16px)}@media(min-width: 992px){.rp-body{padding-bottom:0}}

/* ── Dummy PC/CC Builder dropdowns (Ryans-style, black+green) ───────────── */
.rp-builders{display:flex;align-items:center;gap:8px;margin-left:6px}
.rp-builder{position:relative}
.rp-sysb--green{display:inline-flex;align-items:center;gap:6px;background:var(--rp-green);color:#fff;border:1px solid var(--rp-green);border-radius:6px;padding:0 12px;height:38px;font-size:var(--rp-btn,14px);font-weight:600;white-space:nowrap;cursor:pointer;transition:background 150ms ease,border-color 150ms ease}
.rp-sysb--green:hover{background:var(--rp-green-hover);border-color:var(--rp-green-hover)}
.rp-sysb__caret{transition:transform 150ms ease}
.rp-builder.is-open .rp-sysb__caret{transform:rotate(180deg)}
.rp-builder__menu{position:absolute;top:calc(100% + 6px);left:0;min-width:210px;background:#fff;color:var(--rp-ink);border:1px solid var(--rp-border);border-radius:8px;box-shadow:0 10px 30px rgba(0,0,0,.18);padding:6px;z-index:60;display:none}
.rp-builder.is-open .rp-builder__menu{display:block}
.rp-builder__item{display:block;padding:9px 12px;font-size:13px;border-radius:6px;color:var(--rp-ink);cursor:pointer;transition:background 120ms ease}
.rp-builder__item:hover{background:#f1f5f9;color:var(--rp-green-hover)}
.rp-builder__note{display:block;padding:8px 12px 4px;font-size:11px;color:var(--rp-ink-muted);border-top:1px solid var(--rp-border-soft);margin-top:4px;text-transform:uppercase;letter-spacing:.04em}
@media (max-width:991px){.rp-builders{display:none}}
