:root{--rp-color-bg: #ffffff;--rp-color-surface: #f7f7f8;--rp-color-border: #e5e5ea;--rp-color-text: #1d1d1f;--rp-color-text-muted: #6e6e73;--rp-color-accent: #0071e3;--rp-color-accent-hover: #005bb5;--rp-color-success: #2e7d32;--rp-color-critical: #c62828;--rp-color-savings-bg: #fff4e5;--rp-color-savings-text: #b45309;--rp-radius-sm: 6px;--rp-radius-md: 10px;--rp-radius-lg: 16px;--rp-space-xs: 4px;--rp-space-sm: 8px;--rp-space-md: 16px;--rp-space-lg: 24px;--rp-space-xl: 40px;--rp-font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--rp-font-size-sm: 14px;--rp-font-size-base: 16px;--rp-font-size-lg: 20px;--rp-font-size-xl: 28px;--rp-font-size-xxl: 36px;--rp-shadow-sm: 0 1px 2px rgba(0,0,0,.06);--rp-shadow-md: 0 4px 12px rgba(0,0,0,.08)}.rp-section{font-family:var(--rp-font-base);color:var(--rp-color-text);background:var(--rp-color-bg);padding:var(--rp-space-lg) var(--rp-space-md);max-width:1200px;margin:0 auto;box-sizing:border-box}.rp-section *{box-sizing:border-box}.rp-h2{font-size:var(--rp-font-size-xl);margin:0 0 var(--rp-space-md);font-weight:600}.rp-hero{display:grid;grid-template-columns:1fr;gap:var(--rp-space-lg);padding-block-end:var(--rp-space-xl)}.rp-hero__main-image{width:100%;height:auto;border-radius:var(--rp-radius-lg);background:var(--rp-color-surface)}.rp-hero__thumbs{display:flex;gap:var(--rp-space-sm);list-style:none;padding:0;margin:var(--rp-space-sm) 0 0;overflow-x:auto}.rp-hero__thumb{flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:var(--rp-radius-sm);background:transparent;cursor:pointer;transition:border-color .15s ease}.rp-hero__thumb:hover,.rp-hero__thumb.is-active{border-color:var(--rp-color-accent)}.rp-hero__thumb img{display:block;width:64px;height:64px;object-fit:cover;border-radius:var(--rp-radius-sm)}.rp-hero__title{font-size:var(--rp-font-size-xxl);margin:0 0 var(--rp-space-sm);font-weight:600;line-height:1.1}.rp-hero__desc{color:var(--rp-color-text-muted);margin-bottom:var(--rp-space-md);line-height:1.5}.rp-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:var(--rp-space-sm);margin-bottom:var(--rp-space-md)}.rp-price__current{font-size:var(--rp-font-size-xl);font-weight:600}.rp-price__compare{text-decoration:line-through;color:var(--rp-color-text-muted)}.rp-price__savings{background:var(--rp-color-savings-bg);color:var(--rp-color-savings-text);padding:2px 8px;border-radius:var(--rp-radius-sm);font-size:var(--rp-font-size-sm);font-weight:600}.rp-trust-badges{display:flex;flex-wrap:wrap;gap:var(--rp-space-sm) var(--rp-space-md);padding:0;margin:0 0 var(--rp-space-lg);list-style:none}.rp-trust-badges__item{display:inline-flex;align-items:center;gap:6px;color:var(--rp-color-success);font-size:var(--rp-font-size-sm);font-weight:500}.rp-form,.rp-options{display:flex;flex-direction:column;gap:var(--rp-space-md)}.rp-options__group{display:flex;flex-direction:column;gap:var(--rp-space-xs)}.rp-options__label{font-weight:500;font-size:var(--rp-font-size-sm)}.rp-options__select{-webkit-appearance:none;appearance:none;padding:10px 12px;border:1px solid var(--rp-color-border);border-radius:var(--rp-radius-sm);font-size:var(--rp-font-size-base);background:var(--rp-color-bg);cursor:pointer}.rp-options__select:focus{outline:none;border-color:var(--rp-color-accent);box-shadow:0 0 0 3px #0071e326}.rp-quantity{display:flex;flex-direction:column;gap:var(--rp-space-xs)}.rp-quantity__label{font-weight:500;font-size:var(--rp-font-size-sm)}.rp-quantity__controls{display:inline-flex;align-items:center;border:1px solid var(--rp-color-border);border-radius:var(--rp-radius-sm);width:max-content;overflow:hidden}.rp-quantity__btn{width:40px;height:40px;border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1}.rp-quantity__btn:hover{background:var(--rp-color-surface)}.rp-quantity__input{width:56px;height:40px;border:none;text-align:center;font-size:var(--rp-font-size-base);-moz-appearance:textfield}.rp-quantity__input::-webkit-outer-spin-button,.rp-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rp-atc{background:var(--rp-color-accent);color:#fff;font-size:var(--rp-font-size-base);font-weight:600;padding:14px 20px;border:none;border-radius:var(--rp-radius-md);cursor:pointer;transition:background .15s ease,transform .05s ease}.rp-atc:hover:not([disabled]){background:var(--rp-color-accent-hover)}.rp-atc:active:not([disabled]){transform:translateY(1px)}.rp-atc[disabled]{background:#cfcfd4;cursor:not-allowed}.rp-atc.is-loading{opacity:.7;pointer-events:none}.rp-sticky-atc{position:fixed;inset-inline:0;inset-block-end:0;background:var(--rp-color-bg);border-block-start:1px solid var(--rp-color-border);box-shadow:0 -4px 16px #0000000f;transform:translateY(100%);transition:transform .25s ease;z-index:50}.rp-sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--rp-space-md);padding:var(--rp-space-sm) var(--rp-space-md);max-width:1200px;margin:0 auto}.rp-sticky-atc__info{display:flex;align-items:center;gap:var(--rp-space-sm)}.rp-sticky-atc__info img{width:48px;height:48px;object-fit:cover;border-radius:var(--rp-radius-sm)}.rp-sticky-atc__title{font-weight:600;font-size:var(--rp-font-size-sm)}.rp-sticky-atc__price{font-size:var(--rp-font-size-sm);color:var(--rp-color-text-muted)}.rp-sticky-atc__btn{background:var(--rp-color-accent);color:#fff;border:none;padding:10px 16px;border-radius:var(--rp-radius-md);font-weight:600;cursor:pointer}.rp-why-buy{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-why-buy__list{display:grid;gap:var(--rp-space-md);grid-template-columns:1fr;list-style:none;padding:0;margin:0}.rp-why-buy__item{display:flex;align-items:center;gap:var(--rp-space-sm);color:var(--rp-color-text)}.rp-why-buy__item svg{color:var(--rp-color-success);flex-shrink:0}.rp-features{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-features__grid{display:grid;grid-template-columns:1fr;gap:var(--rp-space-md)}.rp-feature-card{padding:var(--rp-space-md);border:1px solid var(--rp-color-border);border-radius:var(--rp-radius-md);background:var(--rp-color-surface);transition:transform .15s ease,box-shadow .15s ease}.rp-feature-card:hover{transform:translateY(-2px);box-shadow:var(--rp-shadow-md)}.rp-feature-card__icon{font-size:28px;margin-bottom:var(--rp-space-sm)}.rp-feature-card__title{margin:0 0 var(--rp-space-xs);font-size:var(--rp-font-size-lg)}.rp-feature-card__desc{margin:0;color:var(--rp-color-text-muted);line-height:1.5}.rp-grades{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-grades__row{display:grid;grid-template-columns:1fr;gap:var(--rp-space-md)}.rp-grade{padding:var(--rp-space-md);border-radius:var(--rp-radius-md);background:var(--rp-color-surface);border-block-start:4px solid var(--rp-color-accent)}.rp-grade--excellent{border-block-start-color:#2e7d32}.rp-grade--good{border-block-start-color:#0288d1}.rp-grade--fair{border-block-start-color:#f9a825}.rp-grade h3{margin:0 0 var(--rp-space-xs)}.rp-grade p{margin:0;color:var(--rp-color-text-muted);line-height:1.5}.rp-grades__footer{display:flex;flex-wrap:wrap;gap:var(--rp-space-md);list-style:none;padding:var(--rp-space-md) 0 0;margin:0}.rp-grades__footer li{background:var(--rp-color-savings-bg);color:var(--rp-color-savings-text);padding:4px 10px;border-radius:var(--rp-radius-sm);font-size:var(--rp-font-size-sm);font-weight:500}.rp-specs{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-specs__table{width:100%;border-collapse:collapse;border:1px solid var(--rp-color-border);border-radius:var(--rp-radius-md);overflow:hidden}.rp-specs__table th,.rp-specs__table td{text-align:start;padding:12px 16px;border-block-end:1px solid var(--rp-color-border);font-size:var(--rp-font-size-base)}.rp-specs__table tr:last-child th,.rp-specs__table tr:last-child td{border-block-end:none}.rp-specs__table th{width:35%;background:var(--rp-color-surface);font-weight:500;color:var(--rp-color-text-muted)}.rp-box{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-box__list{display:grid;grid-template-columns:1fr 1fr;gap:var(--rp-space-md);list-style:none;padding:0;margin:0}.rp-box__list li{display:flex;align-items:center;gap:var(--rp-space-sm);padding:var(--rp-space-sm);background:var(--rp-color-surface);border-radius:var(--rp-radius-md)}.rp-box__list svg{color:var(--rp-color-accent);flex-shrink:0}.rp-process{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-process__timeline{display:grid;grid-template-columns:1fr;gap:var(--rp-space-md);list-style:none;padding:0;margin:0}.rp-process__step{display:flex;align-items:center;gap:var(--rp-space-md);padding:var(--rp-space-md);background:var(--rp-color-surface);border-radius:var(--rp-radius-md)}.rp-process__number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--rp-color-accent);color:#fff;border-radius:50%;font-weight:600;flex-shrink:0}.rp-process__label{font-weight:500}.rp-warranty{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border);display:grid;grid-template-columns:1fr;gap:var(--rp-space-md)}.rp-warranty__col{padding:var(--rp-space-md);background:var(--rp-color-surface);border-radius:var(--rp-radius-md);text-align:center}.rp-warranty__col svg{color:var(--rp-color-accent);margin-bottom:var(--rp-space-sm)}.rp-warranty__col h3{margin:0 0 var(--rp-space-xs)}.rp-warranty__col p{margin:0;color:var(--rp-color-text-muted);line-height:1.5}.rp-faq{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-faq__list{display:flex;flex-direction:column;gap:var(--rp-space-sm)}.rp-faq__item{border:1px solid var(--rp-color-border);border-radius:var(--rp-radius-md);overflow:hidden;background:var(--rp-color-bg)}.rp-faq__question{display:flex;width:100%;align-items:center;justify-content:space-between;padding:var(--rp-space-md);background:transparent;border:none;cursor:pointer;font-size:var(--rp-font-size-base);font-weight:500;text-align:start}.rp-faq__question:hover{background:var(--rp-color-surface)}.rp-faq__chevron{transition:transform .2s ease;flex-shrink:0}.rp-faq__item.show-all- .rp-faq__chevron{transform:rotate(180deg)}.rp-faq__answer{max-height:0;overflow:hidden;transition:max-height .25s ease}.rp-faq__answer-inner{padding:0 var(--rp-space-md) var(--rp-space-md);color:var(--rp-color-text-muted);line-height:1.6}.rp-related{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-related__grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rp-space-md)}.rp-related__card{border:1px solid var(--rp-color-border);border-radius:var(--rp-radius-md);padding:var(--rp-space-md);background:var(--rp-color-bg);display:flex;flex-direction:column;gap:var(--rp-space-sm);transition:box-shadow .15s ease,transform .15s ease}.rp-related__card:hover{box-shadow:var(--rp-shadow-md);transform:translateY(-2px)}.rp-related__link{display:flex;flex-direction:column;gap:var(--rp-space-sm);text-decoration:none;color:inherit}.rp-related__link img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:var(--rp-radius-sm);background:var(--rp-color-surface)}.rp-related__title{margin:0;font-size:var(--rp-font-size-base);font-weight:500}.rp-related__price{color:var(--rp-color-text-muted);font-size:var(--rp-font-size-sm)}.rp-related__atc{margin-top:auto;background:transparent;color:var(--rp-color-accent);border:1px solid var(--rp-color-accent);padding:8px 12px;border-radius:var(--rp-radius-sm);font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease}.rp-related__atc:hover:not([disabled]){background:var(--rp-color-accent);color:#fff}.rp-related__atc[disabled]{opacity:.5;cursor:not-allowed}@media(min-width:768px){.rp-hero{grid-template-columns:1fr 1fr;gap:var(--rp-space-xl);align-items:start}.rp-why-buy__list,.rp-features__grid{grid-template-columns:1fr 1fr}.rp-grades__row{grid-template-columns:1fr 1fr 1fr}.rp-box__list{grid-template-columns:repeat(4,1fr)}.rp-process__timeline{grid-template-columns:repeat(5,1fr)}.rp-warranty{grid-template-columns:1fr 1fr 1fr}.rp-related__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.rp-features__grid{grid-template-columns:repeat(3,1fr)}.rp-section{padding:var(--rp-space-xl) var(--rp-space-lg)}}@media(min-width:1024px){.rp-hero{grid-template-columns:58% 42%;gap:60px;align-items:start}.rp-hero__gallery{position:sticky;top:100px;align-self:start}.rp-hero__main-image{width:100%;display:block}.rp-hero__info{min-width:0}}@media(max-width:767px){.breadcrumb{margin-bottom:0!important}.rp-hero{padding-top:0!important;margin-top:0!important;gap:12px!important}.rp-hero__gallery{margin-top:0!important;padding-top:0!important}.rp-hero__main-image{margin-top:0!important}}.rp-section{max-width:100%;padding:0;margin:0}.rp-hero{max-width:1480px;margin:0 auto;padding:48px 32px 120px;display:grid;grid-template-columns:48% 52%;gap:64px;align-items:start}.rp-hero__gallery{position:sticky;top:110px;display:grid;grid-template-columns:90px 1fr;gap:28px;align-self:start}.rp-hero__thumbs{order:-1;flex-direction:column;gap:16px;margin:0;overflow:visible}.rp-hero__thumb img{width:78px;height:78px;object-fit:cover;border-radius:10px}.rp-hero__main-image{width:100%;max-height:720px;object-fit:contain;background:#fff;border-radius:0}.rp-hero__info{padding-top:24px;max-width:680px}.rp-hero__desc{display:none!important}.rp-hero__title{font-size:clamp(28px,2vw,36px)!important;line-height:1.1!important;font-weight:800!important;letter-spacing:-.5px!important}.rp-price{margin:28px 0 20px}.rp-price__current{font-size:32px;font-weight:800}.rp-price__compare{font-size:18px}.rp-price__savings{font-size:15px;border-radius:4px}.rp-trust-badges{display:grid;gap:14px;margin:24px 0 34px}.rp-trust-badges__item{background:#f4f8f8;color:#111;padding:18px 22px;border-radius:8px;justify-content:space-between;font-size:17px}.rp-options{gap:32px}.rp-options__label{font-size:28px;line-height:1;text-transform:uppercase;font-weight:900;margin-bottom:14px}.rp-options__select{min-height:58px;border:2px solid #111;border-radius:8px;padding:14px 18px;font-size:18px;font-weight:600}.rp-quantity{display:none}.rp-atc{width:100%;min-height:64px;border-radius:999px;background:#8cf5df;color:#031b1f;font-size:18px;font-weight:700}.rp-atc:hover:not([disabled]){background:#70ead1}.rp-sticky-atc{z-index:999;border:1px solid #eee;border-radius:14px 14px 0 0}.rp-sticky-atc.is-visible{transform:translateY(0)}.rp-sticky-atc__inner{max-width:none;padding:18px 28px}.rp-sticky-atc__btn{min-width:170px;min-height:56px;border-radius:999px;background:#8cf5df;color:#031b1f;font-size:17px}.rp-why-buy,.rp-features,.rp-grades,.rp-specs,.rp-box,.rp-process,.rp-warranty,.rp-faq,.rp-related{max-width:1480px;margin:0 auto;padding:64px 32px}.rp-h2{font-size:clamp(30px,3vw,48px);text-transform:uppercase;font-weight:900;line-height:.95}@media(max-width:900px){.rp-hero{grid-template-columns:1fr;gap:24px;padding:24px 16px 100px}.rp-hero__gallery{position:static;display:block}.rp-hero__thumbs{flex-direction:row;overflow-x:auto;margin-top:12px}.rp-hero__thumb img{width:64px;height:64px}.rp-hero__info{max-width:100%;padding-top:0}.rp-hero__title{font-size:34px}.rp-sticky-atc__title{max-width:130px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rp-sticky-atc__inner{padding:12px 14px}.rp-sticky-atc__btn{min-width:120px}.rp-why-buy,.rp-features,.rp-grades,.rp-specs,.rp-box,.rp-process,.rp-warranty,.rp-faq,.rp-related{padding:44px 16px}}.rp-section{width:100%;max-width:100%;overflow:visible!important;overflow-x:clip!important;padding:0!important}.rp-hero{width:100%;max-width:1440px;margin:0 auto;padding:48px 48px 120px!important;grid-template-columns:minmax(0,52%) minmax(0,48%)!important;gap:56px!important}.rp-hero__gallery,.rp-hero__info{min-width:0}.rp-hero__info{max-width:620px;width:100%}.rp-trust-badges__item,.rp-options__select,.rp-atc{width:100%;max-width:100%}.rp-sticky-atc__inner{max-width:1440px;padding-left:48px;padding-right:48px}@media(max-width:900px){.rp-hero{padding:24px 16px 110px!important;grid-template-columns:1fr!important;gap:28px!important}.rp-hero__info{max-width:100%}.rp-sticky-atc__inner{padding-left:12px;padding-right:12px}}:root{--rp-color-accent: #8cf5df;--rp-color-accent-hover: #70ead1}.rp-trust-badges{gap:10px!important;margin:16px 0 22px!important}.rp-trust-badges__item{background:#f2fbf8!important;color:#071c1a!important;min-height:54px!important;padding:12px 18px!important;border-radius:10px!important;font-size:16px!important;font-weight:700!important;display:flex!important;justify-content:flex-start!important;gap:14px!important}.rp-trust-badges__item svg{color:#19c7a6!important;width:18px!important;height:18px!important}.rp-options__select:focus{border-color:#19c7a6!important;box-shadow:0 0 0 3px #19c7a62e!important}.rp-atc,.rp-sticky-atc__btn{background:#8cf5df!important;color:#041b1c!important;border:none!important;font-weight:800!important}.rp-atc:hover:not([disabled]),.rp-sticky-atc__btn:hover{background:#70ead1!important}.rp-sticky-atc{border-top:1px solid #e7f3ef!important;box-shadow:0 -6px 24px #00000014!important}.rp-sticky-atc__inner{padding-top:12px!important;padding-bottom:12px!important}.rp-hero__info{max-width:560px!important}.rp-hero{gap:40px!important}.rp-finance{background:#f5faf9;border:1px solid #dfeee9;border-radius:12px;padding:14px 18px;margin:16px 0 24px;font-size:15px;font-weight:600}.rp-finance img{height:24px;vertical-align:middle}.rp-hero__subtitle{font-size:16px;color:#5f6666;font-weight:700;margin:0 0 20px}@media(max-width:749px){.rp-hero__subtitle{font-size:14px;margin-bottom:14px}}.rp-atc,.rp-sticky-atc__btn{background:#8cf5df!important;color:#061b1b!important;border:none!important;border-radius:999px!important;min-height:58px!important;font-size:18px!important;font-weight:800!important}.rp-atc{width:100%!important;margin:18px 0 22px!important}.rp-sticky-atc{z-index:9999!important;border-radius:16px 16px 0 0!important}.rp-addons{margin:20px 0}.rp-addons__title{font-size:18px;font-weight:900;margin:0 0 12px}.rp-addon{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;border:1px solid #dfeee9;background:#f6fffc;border-radius:12px;padding:14px;margin-bottom:10px;cursor:pointer}.rp-addon input{width:20px;height:20px;accent-color:#8cf5df}.rp-addon strong{display:block;font-size:15px}.rp-addon small{display:block;color:#5f6666;font-size:13px;margin-top:2px}.rp-addon b{font-size:15px}.rp-addon em{display:inline-block;background:#8cf5df;color:#061b1b;font-style:normal;font-size:11px;font-weight:800;padding:3px 8px;border-radius:999px;margin-bottom:5px}.rp-clearpay{background:#f6fffc;border:1px solid #dceee9;border-radius:12px;padding:12px 16px;margin:14px 0 18px;font-size:14px;color:#061b1b}.rp-clearpay__brand{font-weight:900;background:#8cf5df;padding:2px 8px;border-radius:999px;margin-left:4px}.rp-clearpay__amount{margin-top:4px;font-size:13px;color:#5f6666}.rp-clearpay__amount strong{color:#061b1b}.rp-trust-extra{margin:-8px 0 22px;font-size:13px;color:#6b7280;font-weight:600;line-height:1.4}.rp-short-desc{font-size:14px;line-height:1.5;color:#5f6666;margin:10px 0 16px;max-width:620px}.rp-product-overview{padding-block:var(--rp-space-xl);border-block-start:1px solid var(--rp-color-border)}.rp-product-overview p{max-width:760px;font-size:16px;line-height:1.7;color:#5f6666;margin:0}.rp-trust-badges{margin-bottom:20px}.rp-trust-extra{margin-top:0;margin-bottom:30px;font-size:13px;color:#6b7280}:root{--rp-color-bg: #f7f8fa;--rp-color-surface: #ffffff;--rp-color-border: #e5e7eb;--rp-color-text: #111827;--rp-color-text-muted: #6b7280;--rp-color-accent: #8de9d6;--rp-color-accent-hover: #78dfc9;--rp-color-success: #0f766e;--rp-color-savings-bg: #e7faf5;--rp-color-savings-text: #0f766e}.rp-section{background:#f7f8fa}.rp-hero,.rp-feature-card,.rp-grade,.rp-box__list li,.rp-process__step,.rp-warranty__col,.rp-faq__item,.rp-related__card,.rp-clearpay,.rp-addon{background:#fff!important;border-color:#e5e7eb!important}.rp-atc,.rp-sticky-atc__btn{background:#8de9d6!important;color:#111827!important;box-shadow:0 8px 22px #8de9d659!important}.rp-atc:hover:not([disabled]),.rp-sticky-atc__btn:hover{background:#78dfc9!important}.rp-price__savings,.rp-clearpay__brand,.rp-addon em{background:#e7faf5!important;color:#0f766e!important}.rp-trust-badges__item{background:#f8fafc!important;border:1px solid #e5e7eb!important;color:#111827!important}.rp-trust-badges__item svg,.rp-box__list svg,.rp-warranty__col svg,.rp-why-buy__item svg{color:#0f766e!important}.rp-process__number{background:#111827!important;color:#fff!important}.rp-hero__title,.rp-h2,.rp-options__label,.rp-price__current{color:#111827!important}.rp-hero__subtitle,.rp-short-desc,.rp-trust-extra,.rp-feature-card__desc,.rp-grade p,.rp-warranty__col p{color:#6b7280!important}.rp-clearpay{background:#f6fffc!important;border:1px solid #dceee9!important;color:#061b1b!important}.rp-clearpay__brand{background:#8cf5df!important;color:#061b1b!important}.rp-grade--excellent{border-block-start-color:#2e7d32!important}.rp-grade--good{border-block-start-color:#0288d1!important}.rp-grade--fair{border-block-start-color:#f9a825!important}.rp-product-overview p{max-width:760px!important;font-size:16px!important;line-height:1.7!important;color:#6b7280!important;margin:0!important}@media(max-width:900px){.rp-product-overview{padding:44px 16px!important}}.rp-trust-badges{display:flex!important;flex-direction:column!important;row-gap:14px!important;padding:0!important;margin:16px 0 18px!important;list-style:none!important}.rp-trust-badges__item{display:flex!important;align-items:center!important;gap:14px!important;width:100%!important;min-height:54px!important;padding:12px 18px!important;margin:0!important;border:none!important;border-radius:10px!important;background:#f2fbf8!important;color:#071c1a!important;font-size:16px!important;font-weight:700!important;line-height:1.2!important;position:relative!important}.rp-trust-badges__item svg{flex-shrink:0!important;width:18px!important;height:18px!important;color:#19c7a6!important}.rp-trust-extra{display:block!important;margin:16px 0 30px!important;padding:0!important;font-size:13px!important;color:#6b7280!important;font-weight:600!important;line-height:1.5!important}.rp-trust-badges{display:block!important;padding:0!important;margin:18px 0 16px!important;list-style:none!important}.rp-trust-badges__item{display:flex!important;align-items:center!important;gap:14px!important;width:100%!important;min-height:54px!important;padding:12px 18px!important;margin:0 0 14px!important;border-radius:10px!important;background:#f2fbf8!important;color:#071c1a!important;font-size:16px!important;font-weight:700!important}.rp-trust-badges__item:last-child{margin-bottom:0!important}.rp-trust-extra{margin-top:18px!important;margin-bottom:34px!important}.rp-dispatch-message{display:flex;align-items:center;gap:10px;background:#f6fffc;border:1px solid #dceee9;border-radius:12px;padding:12px 16px;margin:16px 0 14px;color:#061b1b;font-size:14px;font-weight:800}.rp-dispatch-message__icon{font-size:18px}.rp-compact-trust{margin:16px 0 20px}.rp-compact-trust__line{font-size:14px;font-weight:600;color:#111827;line-height:1.6}.rp-compact-trust__line+.rp-compact-trust__line{margin-top:4px}.rp-compact-trust__line--secondary{color:#6b7280;font-size:13px}.rp-addon__pricing b{margin-right:6px}.rp-review-badge{display:inline-flex;align-items:center;gap:8px;margin:4px 0 12px}.rp-review-badge__stars{display:flex;gap:2px}.rp-review-badge__stars svg{width:16px;height:16px;color:#ffb800}.rp-review-badge__text{font-size:13px;font-weight:500;color:var(--rp-text)}.rp-review-badge__text strong{font-weight:700}.rp-swatches{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;width:100%}.rp-swatch{background:var(--rp-bg);border:1px solid #ccced6;border-radius:var(--rp-radius-md);color:var(--rp-text);padding:14px 18px;font-family:var(--rp-font);font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;flex-direction:column;align-items:flex-start;transition:border-color .2s,box-shadow .2s,background-color .2s;flex:1 1 calc(33.333% - 8px);min-width:100px}.rp-swatch:hover{border-color:#86868b;background-color:var(--rp-surface-soft)}.rp-swatch.is-active{border-color:var(--rp-interactive);box-shadow:0 0 0 1px var(--rp-interactive);background-color:var(--rp-bg)}.rp-swatch--colour{width:38px;height:38px;min-width:38px;border-radius:50%;flex:0 0 auto;padding:0;position:relative;box-shadow:inset 0 1px 3px #0000001a}.rp-swatch--colour span{display:none}.rp-swatch--colour.is-active{box-shadow:0 0 0 2px var(--rp-bg),0 0 0 4px var(--rp-interactive)}.rp-swatch--pill{justify-content:center;align-items:center;font-weight:700;padding:16px 12px}.rp-swatch--text strong{font-size:14px;font-weight:700;display:block;margin-bottom:2px}.rp-swatch--text span{font-size:11px;color:var(--rp-muted);font-weight:500}@media(max-width:480px){.rp-swatch{flex:1 1 calc(50% - 6px)}}.rp-swatches--colours .rp-swatch--colour{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;min-height:44px!important;max-height:44px!important;border-radius:50%!important;padding:0!important;flex:0 0 44px!important;display:inline-block!important;background-clip:padding-box!important;border:1px solid rgba(0,0,0,.08)!important;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s ease}.rp-swatches--colours .rp-swatch--colour[title=White]{border-color:#d2d4d7!important}.rp-swatches--colours .rp-swatch--colour.is-active{transform:scale(.85)!important;box-shadow:0 0 0 3px var(--rp-bg, #ffffff),0 0 0 5px #06c!important;border-color:#0000001f!important}.rp-swatches--colours{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:flex-start!important;gap:16px!important;width:100%!important}:root{--color-black: #1c1d21;--color-white: #f5f5f7;--color-yellow: #ffe681;--color-green: #ade0c4;--color-purple: #d1c4e9;--color-product-red: #ba0c2f;--color-space-grey: #3c3d3a;--color-silver: #e3e4e5;--color-midnight-green: #4e5851;--color-gold: #fad7bd;--color-blue: #215c7e;--color-deep-navy: #1f2041;--color-pacific-blue: #2c4652;--color-graphite: #4b4a46;--color-pink: #fae0e4;--color-midnight: #1f2326;--color-starlight: #faf6f0;--color-sierra-blue: #9bb5ce;--color-alpine-green: #505c4c;--color-deep-purple: #3a3340;--color-space-black: #292a2c;--color-blue-15: #e1ebf5;--color-green-15: #e2f0d9;--color-yellow-15: #fef3cd;--color-pink-15: #fae1e5;--color-black-titanium: #242526;--color-white-titanium: #f2f3f5;--color-natural-titanium: #aba69f;--color-blue-titanium: #2f4452;--color-ultramarine: #3b60af;--color-teal: #89cfd3;--color-lavender: #d6cadd;--color-sage: #9cb09d;--color-mist-blue: #b9cbe3;--color-cosmic-orange: #d97d59}.rp-hero__subtitle{margin-bottom:4px!important;padding-bottom:0!important}.rp-hero__info .yotpo.bottomLine{display:block!important;margin:4px 0 16px!important;cursor:pointer!important}.yotpo.bottomLine .yotpo-bottomline{display:inline-flex!important;align-items:center!important;gap:10px!important}.yotpo.bottomLine .yotpo-stars{margin:0!important;display:flex!important;gap:4px!important}.yotpo.bottomLine .yotpo-icon-star,.yotpo.bottomLine .yotpo-icon-half-star{font-size:20px!important;color:#ffb400!important}.yotpo.bottomLine .text-m{color:#1d1d1f!important;font-size:17px!important;font-weight:800!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;line-height:1!important}.yotpo.bottomLine:hover{opacity:.85}.rp-yotpo-reviews-wrapper{max-width:1480px!important;margin:0 auto!important;padding:64px 32px!important}.yotpo.bottomLine .yotpo-icon-star,.yotpo.bottomLine .yotpo-icon-half-star,.yotpo.bottomLine .yotpo-icon-empty-star,.yotpo.bottomLine .yotpo-stars .yotpo-icon,.yotpo-main-widget .yotpo-icon-star,.yotpo-main-widget .yotpo-icon-half-star,.yotpo-main-widget .yotpo-icon-empty-star,.yotpo-main-widget .yotpo-stars .yotpo-icon,.yotpo-main-widget .yotpo-star-rating-icon,.yotpo-review .yotpo-header .yotpo-icon-profile-stars,.yotpo-main-widget .yotpo-stars-container .yotpo-icon{color:#ffb400!important}.yotpo-main-widget svg,.yotpo-main-widget i{color:#ffb400!important;fill:#ffb400!important}.highlights-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:24px!important;width:100%!important}.highlight-card{display:flex!important;background:#fff!important;border:1px solid #e5e5ea!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 4px 12px #00000008!important}.highlight-card__image-pane{width:35%!important;min-width:120px!important;background:#f5f5f7!important;display:flex!important;align-items:center!important;justify-content:center!important}.highlight-card__image-pane img{width:100%!important;height:100%!important;object-fit:cover!important}.highlight-card__content-pane{width:65%!important;padding:24px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.highlight-card__stars{color:#ffb400!important;font-size:16px!important;margin-bottom:8px!important}.highlight-card__title{font-size:16px!important;font-weight:800!important;color:#1d1d1f!important;margin:0 0 8px!important}.highlight-card__body{font-size:14px!important;color:#515154!important;line-height:1.4!important;margin:0 0 16px!important}.highlight-card__author{font-size:13px!important;font-weight:700!important;color:#1d1d1f!important}.author-badge{color:#00d2a0!important;margin-right:4px!important}@media(max-width:768px){.highlights-grid{grid-template-columns:1fr!important}.highlight-card{flex-direction:column!important}.highlight-card__image-pane{width:100%!important;height:160px!important}.highlight-card__content-pane{width:100%!important}}.tradein-modal{position:fixed!important;top:0;left:0;width:100%;height:100%;display:flex!important;align-items:center;justify-content:center;z-index:999999!important;opacity:0;pointer-events:none;transition:opacity .3s ease}.tradein-modal[aria-hidden=false]{opacity:1;pointer-events:auto}.tradein-modal__overlay{position:absolute;width:100%;height:100%;background:#031b1f99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tradein-modal__content{position:relative;background:#fff;width:100%;max-width:500px;padding:32px;border-radius:16px;box-shadow:0 12px 40px #00000026;transform:scale(.95);transition:transform .3s ease}.tradein-modal[aria-hidden=false] .tradein-modal__content{transform:scale(1)}.tradein-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;cursor:pointer;color:#1d1d1f}.tradein-modal__heading{font-weight:800;font-size:22px;color:#031b1f;margin:0 0 4px}.tradein-modal__subheading{font-size:14px;color:#515154;margin:0 0 24px;line-height:1.4}.tradein-modal__field{margin-bottom:20px;display:flex;flex-direction:column;gap:6px}.tradein-modal__field label{font-size:14px;font-weight:700;color:#1d1d1f}.tradein-modal__field select,.tradein-modal__field input{padding:12px;border:1px solid #e5e5ea;border-radius:8px;font-size:14px;outline:none}.tradein-modal__submit-btn{width:100%;padding:14px;background:#031b1f;color:#fff;border:none;border-radius:999px;font-weight:800;font-size:15px;cursor:pointer}.tradein-modal__success{background:#e6f9f5;color:#008a68;padding:16px;border-radius:8px;font-size:14px;font-weight:700;margin-bottom:20px;line-height:1.4}.why-buy-refurbished-grid,.rp-features-grid{display:grid!important;grid-template-columns:1fr!important;gap:20px!important;width:100%!important;margin:32px 0!important}@media(min-width:992px){.why-buy-refurbished-grid,.rp-features-grid{grid-template-columns:repeat(3,1fr)!important}}@media(min-width:992px){.why-buy-refurbished-grid,.rp-features-grid{justify-content:center!important}}.rp-features--why-buy{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin:32px 0!important;width:100%!important;padding-block:0!important;border-top:0!important}.rp-features--why-buy .rp-feature-card{min-height:180px!important}@media(max-width:768px){.rp-features--why-buy{grid-template-columns:1fr!important}}.rp-why-buy .rp-features--why-buy{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;padding:0!important;margin:32px 0 0!important;border:0!important}.rp-why-buy .rp-feature-card{background:#fff!important;border:1px solid #e1e3e6!important;border-radius:8px!important;padding:22px!important;min-height:170px!important;box-shadow:0 2px 4px #00000005!important}.rp-why-buy .rp-feature-card__icon{font-size:18px!important;font-weight:800!important;margin-bottom:0!important;margin-right:10px!important;display:inline-block!important;vertical-align:middle!important}.rp-why-buy .rp-feature-card__title{display:inline-block!important;vertical-align:middle!important;margin:0!important;font-weight:600!important}.rp-why-buy .rp-feature-card__title{font-size:16px!important;font-weight:700!important;margin:0 0 8px!important}.rp-why-buy .rp-feature-card__description{font-size:14px!important;line-height:1.5!important;margin:0!important;color:#5c5e62!important}@media(max-width:900px){.rp-why-buy .rp-features--why-buy{grid-template-columns:1fr!important}}.refurbished-product,.product-section,section[id*=refurbished_product]{padding:0;margin:0 auto;max-width:1400px;position:sticky}.product__media-wrapper,.product-media-container{width:100%;margin:0;padding:0}@media(min-width:750px){.product__media-wrapper{position:sticky;top:2rem;height:fit-content}}.product__media img,.product-media-container img{width:100%;height:auto;display:block;border-radius:0}.product__info-wrapper,.product-info-container{padding:20px 18px 100px}.product__title,.product-info-container h1{font-size:22px;font-weight:600;letter-spacing:-.02em;line-height:1.25;margin:0 0 10px}.product__price,.price-wrapper,.price{font-size:20px;font-weight:500;letter-spacing:-.01em;margin:0 0 16px}.product__badges,.product-badge{font-size:11px;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.variant-selector,.product-form__input,.swatch-list{margin-bottom:16px}.variant-selector button,.swatch-list label,.product-form__input label{min-height:44px;min-width:44px;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:all .2s ease}.product-form__submit,.btn--add-to-cart,button[name=add]{width:100%;padding:16px 24px;font-size:16px;font-weight:600;letter-spacing:.02em;border-radius:10px;transition:opacity .2s ease}.product-form__submit:hover,button[name=add]:hover{opacity:.85}.product-form__buttons,.product-form__cart-submit{position:sticky;bottom:0;z-index:50;padding:12px 18px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin:0 -18px}.product__description,.product-description{font-size:14px;line-height:1.7;letter-spacing:.01em;margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}@media(min-width:768px){.product__grid,.product-template__container,.product-section .grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;padding:48px 40px;max-width:1400px;margin:0 auto}.product-form__buttons,.product-form__cart-submit{position:static;padding:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;margin:0}.product__info-wrapper,.product-info-container{padding:0 0 40px}.product__title,.product-info-container h1{font-size:30px;letter-spacing:-.03em}.product__price,.price-wrapper,.price{font-size:24px}.product__description,.product-description{font-size:15px}.product-form__submit,button[name=add]{max-width:420px;padding:18px 32px;font-size:16px}}.breadcrumb{padding:10px 0!important;margin-bottom:14px!important;font-size:13px!important;background:transparent!important}.breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;margin:0;padding:0;width:100%;line-height:1.4}.breadcrumb__item{display:inline-flex;align-items:center;white-space:normal}.breadcrumb__link{color:#6b7280!important;text-decoration:none!important;transition:color .15s ease!important;display:inline-flex;align-items:center}.breadcrumb__link:hover{color:#111827!important;text-decoration:underline!important;text-underline-offset:3px!important}.breadcrumb__separator{display:inline-flex;align-items:center;color:#9ca3af!important;margin:0 8px!important;line-height:1}.breadcrumb__item--current{font-weight:700!important;color:#111827!important;white-space:normal;display:inline-block}@media(max-width:768px){.breadcrumb{padding:8px 0!important;margin-bottom:12px!important}.breadcrumb__list{font-size:11px!important}.breadcrumb__separator{margin:0 6px!important}.product,.product__media-wrapper,.product__info-wrapper,.rp-product-gallery{margin-top:0!important;padding-top:0!important}}.rp-faq{max-width:1480px!important;margin:40px auto!important;padding:0 32px 48px!important;clear:both!important}.rp-faq .rp-h2{margin-bottom:28px!important}.rp-faq__columns{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:start!important}.rp-faq__col{display:flex!important;flex-direction:column!important;gap:12px!important}.rp-faq__item{background:#fff!important;border:1px solid #e1e3e6!important;border-radius:12px!important;overflow:hidden!important;width:100%!important}.rp-faq__question{width:100%!important;min-height:54px!important;padding:14px 18px!important;background:transparent!important;border:none!important;display:flex!important;justify-content:space-between!important;align-items:center!important;text-align:left!important;font-size:15px!important;font-weight:700!important;color:#1c1d21!important;cursor:pointer!important;font-family:inherit!important}.rp-faq__chevron{transition:transform .2s ease!important;flex-shrink:0!important;margin-left:12px!important}.rp-faq__item.is-open .rp-faq__chevron{transform:rotate(180deg)!important}.rp-faq__answer{max-height:0;overflow:hidden!important;transition:max-height .25s ease!important;background:#fafafa!important}.rp-faq__answer-inner{padding:0 18px 18px!important;font-size:14px!important;line-height:1.6!important;color:#5c5e62!important}@media(max-width:768px){.rp-faq{padding:0 16px 36px!important}.rp-faq__columns{grid-template-columns:1fr!important}.rp-faq .rp-h2{font-size:32px!important}.rp-faq-mobile-toggle{display:none}}@media(max-width:768px){.rp-faq-mobile-toggle{display:block}}@media(max-width:768px){.custom-conversion-highlights{padding:0 16px!important;margin:32px auto!important}.highlights-grid{display:grid!important;grid-template-columns:1fr!important;gap:18px!important}.highlight-card{display:block!important;overflow:hidden!important;border-radius:14px!important}.highlight-card__image-pane{width:100%!important;height:150px!important;max-height:150px!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:center!important}.highlight-card__image-pane img{width:100%!important;height:150px!important;max-height:150px!important;object-fit:contain!important;object-position:center!important;display:block!important}.highlight-card__content-pane{padding:18px!important}}@media(max-width:768px){.product__media-wrapper,.rp-product-gallery,.product-gallery{margin-top:0!important;padding-top:8px!important}}@media(min-width:1024px){.rp-section,.rp-hero{overflow:visible!important}.rp-hero{align-items:start!important}.rp-hero__gallery{position:sticky;top:110px;display:grid;grid-template-columns:90px 1fr;gap:28px;align-self:start}.rp-hero__thumbs{overflow:visible!important}}@media(max-width:768px){.rp-addon{display:grid!important;grid-template-columns:24px 1fr!important;gap:12px!important}.rp-addon>div:first-of-type{min-width:0!important;width:100%!important}.rp-addon strong{font-size:15px!important;line-height:1.3!important}.rp-addon small{font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}.rp-addon{display:grid!important;grid-template-columns:28px 1fr!important;gap:8px 12px!important;align-items:start!important}.rp-addon input[type=checkbox]{grid-column:1;grid-row:1;margin-top:3px}.rp-addon>div:first-of-type{grid-column:2;grid-row:1}.rp-addon__pricing{grid-column:2;grid-row:2;display:flex!important;align-items:center!important;gap:8px!important;margin-top:8px!important}.rp-addon strong{display:block;margin-bottom:4px}.rp-addon small{display:block;line-height:1.4}@media(max-width:768px){.rp-feature-card{padding:16px!important}.rp-features--why-buy{gap:6px!important}}.rp-feature-card__icon{display:inline-block!important;font-size:18px!important;margin-right:8px!important;margin-bottom:0!important;vertical-align:middle}.rp-feature-card__title{display:inline-block!important;vertical-align:middle;margin:0!important;font-size:18px!important}.rp-feature-card__description{margin-top:10px!important}.rp-product-overview{max-width:1480px!important;margin:0 auto!important;padding:64px 32px!important;border-block-start:1px solid var(--rp-color-border)!important}.rp-product-overview p,.rp-overview-text{width:100%!important;max-width:100%!important;font-size:16px!important;line-height:1.7!important;color:#6b7280!important;margin:0!important}.rp-product-overview p,.rp-overview-text{width:100%!important;max-width:100%!important;text-align:justify!important;text-justify:inter-word!important}@media(max-width:768px){.rp-product-overview{padding:44px 16px!important}.rp-overview-text{max-height:140px!important;overflow:hidden!important;transition:max-height .25s ease!important}.rp-product-overview.is-expanded .rp-overview-text{max-height:1200px!important}}@media(min-width:769px){.rp-overview-toggle{display:none!important}}@media(max-width:768px){.rp-overview-toggle{background:none!important;border:none!important;color:#00756b!important;font-weight:600!important;padding:0!important;margin-top:8px!important;font-size:14px!important}}@media(max-width:768px){.rp-process-step{padding:14px 16px!important;min-height:auto!important}.rp-process-step__number{width:38px!important;height:38px!important;font-size:16px!important}.rp-process-step__title{font-size:18px!important;margin-bottom:4px!important}.rp-process-step__description{font-size:14px!important;line-height:1.5!important}}@media(max-width:768px){.rp-process-step{padding:10px 16px!important}}@media(max-width:768px){.rp-process{padding:36px 16px!important}.rp-process__timeline{gap:10px!important}.rp-process__step{min-height:54px!important;padding:10px 16px!important;display:flex!important;align-items:center!important;gap:14px!important}.rp-process__number{width:34px!important;height:34px!important;min-width:34px!important;font-size:15px!important}.rp-process__label{font-size:16px!important;line-height:1.2!important}}@media(max-width:768px){.rp-faq-mobile-wrap{max-height:none!important;overflow:visible!important}.rp-faq-hidden{display:none!important}.rp-faq-mobile-toggle{display:block!important;margin:8px auto 0!important;background:transparent!important;border:0!important;color:#0f766e!important;font-weight:800!important;font-size:15px!important}}@media(min-width:769px){.rp-faq-mobile-toggle{display:none!important}}.rp-faq-mobile-toggle{display:none}@media(max-width:768px){.rp-faq-mobile-toggle{display:block!important}}@media(max-width:768px){.rp-faq{padding-bottom:22px!important}.rp-faq-mobile-wrap{margin-bottom:6px!important}.rp-faq-mobile-toggle{margin:4px auto 0!important;padding:0!important}}@media(max-width:768px){.rp-faq{padding-top:38px!important}.rp-faq .rp-h2{margin-top:0!important;margin-bottom:24px!important}}@media(max-width:768px){.rp-process__step{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;padding:18px!important;margin-bottom:12px!important;box-shadow:0 1px 3px #0000000a!important}}.rp-payment-options{border:1px solid #e5e5e5;border-radius:12px;padding:15px;margin-top:15px}.rp-payment-option{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rp-payment-option:last-child{margin-bottom:0}.rp-payment-option img{max-height:28px;width:auto}.rp-payment-option a{margin-left:auto;font-size:13px}.rp-payment-option img[alt=PayPal]{height:20px!important;width:auto!important}.rp-payment-options{margin-top:24px;margin-bottom:18px;padding:16px 18px;border:1px solid #dce8e8;border-radius:12px;background:#fff;max-width:100%}.rp-payment-option{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:14px;padding:8px 0;font-size:15px;line-height:1.45}.rp-payment-option+.rp-payment-option{border-top:1px solid #eeeeee}.rp-payment-option img{max-height:24px!important;width:auto!important;object-fit:contain}.rp-payment-option a{font-size:14px;text-decoration:underline;white-space:nowrap}@media screen and (max-width:749px){.rp-payment-options{margin-top:18px;padding:14px}.rp-payment-option{grid-template-columns:90px 1fr;gap:10px}.rp-payment-option a{grid-column:2}}.rp-modal{display:none}.rp-modal.is-open{display:block}.rp-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:9998}.rp-modal__box{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;z-index:9999;width:min(560px,calc(100% - 30px));max-height:90vh;overflow-y:auto;border-radius:16px;padding:34px}@media(max-width:768px){.rp-faq-mobile-toggle{display:block;margin:16px auto 0}}@media(min-width:750px){.rp-faq-mobile-toggle{display:none}}.rp-modal__close{position:absolute;top:16px;right:18px;border:0;background:none;font-size:34px;cursor:pointer}.rp-modal__logo{height:34px;width:auto;margin-bottom:20px}.rp-timeline{display:flex;justify-content:space-between;text-align:center;margin:28px 0}.rp-plan{border:1px solid #ddd;border-radius:12px;padding:16px;margin:20px 0}.rp-battery-option{border:1px solid #dce8e8;border-radius:12px;padding:14px 16px;margin:16px 0 22px;background:#fff}.rp-battery-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;cursor:pointer}.rp-battery-title{font-weight:700}.rp-battery-info{width:22px;height:22px;border-radius:50%;border:1px solid #999;background:#fff;cursor:pointer;font-weight:700;line-height:18px}.rp-battery-price{font-weight:800}.rp-trade-card{display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid #dce8e8;border-radius:12px;padding:16px;margin:18px 0;background:#f8fbfb}.rp-trade-card p{margin:4px 0 0;font-size:14px}.rp-trade-card button,.rp-trade-submit{background:#101820;color:#fff;border:0;border-radius:999px;padding:12px 20px;cursor:pointer;font-weight:700}.rp-trade-input{width:100%;margin:8px 0 16px;padding:12px;border:1px solid #ddd;border-radius:8px}.rp-trade-estimate{background:#f3edff;border-radius:12px;padding:16px;margin:12px 0 18px}.rp-trade-card{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.rp-trade-card div{flex:1;min-width:0}.rp-trade-card button{flex-shrink:0;white-space:nowrap}.rp-battery-option{position:relative;z-index:1;width:100%;margin:8px 0}.rp-battery-row{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;border:1px solid var(--rp-color-border, #e5e7eb);border-radius:8px;cursor:pointer;background:var(--rp-color-bg, #fff)}.rp-battery-row input[type=checkbox]{flex-shrink:0;width:18px;height:18px;cursor:pointer}.rp-battery-title{flex:1;font-size:14px;font-weight:500}.rp-battery-info{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1px solid currentColor;background:transparent;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.rp-battery-price{flex-shrink:0;font-size:14px;font-weight:700;margin-left:auto}@media(max-width:768px){.rp-battery-option{margin:8px 0;clear:both}}@media(max-width:749px){.rp-faq__col:last-child{display:none}.rp-faq-mobile-wrap.is-open .rp-faq__col:last-child{display:block}}#rp-trade-confirm-modal .rp-modal__box{padding:28px 24px;max-width:480px;width:calc(100vw - 32px);box-sizing:border-box}#rp-trade-confirm-modal h2{font-size:18px;line-height:1.3;margin-bottom:12px}#rp-trade-confirm-modal #rp-trade-confirm-text{font-size:14px;line-height:1.5;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e8e8e8}#rp-trade-confirm-modal ol{margin:0 0 20px;padding:0;list-style:none;counter-reset:trade-steps}#rp-trade-confirm-modal ol li{counter-increment:trade-steps;display:flex;flex-direction:row;gap:12px;margin-bottom:16px;align-items:flex-start}#rp-trade-confirm-modal ol li:before{content:counter(trade-steps);background:#000;color:#fff;min-width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}#rp-trade-confirm-modal ol li div{flex:1;min-width:0}#rp-trade-confirm-modal ol li strong{display:block;font-size:14px;font-weight:700;margin-bottom:3px;white-space:nowrap}#rp-trade-confirm-modal ol li span{display:block;font-size:13px;color:#666;line-height:1.4;word-wrap:break-word}#rp-trade-confirm-modal small{display:block;color:#888;font-size:12px;margin-bottom:20px}#rp-trade-confirm-modal .rp-trade-submit{width:100%;padding:14px;font-size:15px;font-weight:600}@media(max-width:749px){.rp-faq__col+.rp-faq__col{display:none!important}.rp-faq-mobile-wrap.is-open .rp-faq__col+.rp-faq__col{display:flex!important}.rp-faq-mobile-toggle{display:block!important;margin:16px auto 0!important;background:transparent!important;border:0!important;color:#0f766e!important;font-weight:800!important;font-size:15px!important;cursor:pointer!important}}@media(min-width:750px){.rp-faq__col+.rp-faq__col{display:flex!important}.rp-faq-mobile-toggle{display:none!important}}@media screen and (max-width:768px){.rp-faq h2.rp-h2,.rp-faq .rp-h2,.rp-h2,h2.rp-h2,.custom-conversion-highlights h3,.rp-why-buy h2{font-size:28px!important;line-height:1.1!important;text-transform:uppercase!important;font-weight:900!important;letter-spacing:-.5px!important;margin-top:0!important;margin-bottom:24px!important}.rp-faq,.custom-conversion-highlights,.rp-why-buy{padding-top:44px!important;padding-bottom:44px!important}}.rp-dispatch-message{margin-bottom:26px!important}@media screen and (max-width:768px){.rp-dispatch-message{margin-bottom:20px!important}}@media screen and (max-width:1023px){.rp-why-buy .rp-features--why-buy{grid-template-columns:1fr!important;gap:12px!important;margin-top:18px!important}.rp-why-buy .rp-feature-card{padding:14px 16px!important;min-height:auto!important;border-radius:12px!important;box-shadow:0 1px 3px #00000005!important}.rp-why-buy .rp-feature-card__title{font-size:16px!important;margin-bottom:2px!important}.rp-why-buy .rp-feature-card__description{font-size:13px!important;line-height:1.4!important;margin-top:6px!important;color:#6b7280!important}}@media screen and (max-width:1023px){.rp-faq-mobile-toggle{display:block!important;margin:-24px auto 16px!important}}.rp-yotpo-reviews-wrapper{border-top:none!important}.custom-conversion-highlights{border-top:1px solid #e5e7eb!important;padding-top:64px!important}@media screen and (max-width:900px){.custom-conversion-highlights{padding-top:44px!important}}@media screen and (max-width:900px){.rp-modal__overlay{background:#031b1f66!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}.rp-modal__box{position:fixed!important;bottom:0!important;top:auto!important;left:0!important;right:0!important;transform:none!important;width:100%!important;max-width:100%!important;border-radius:20px 20px 0 0!important;padding:24px 20px 40px!important;box-shadow:0 -8px 30px #00000026!important;animation:rpSlideUp .3s cubic-bezier(.16,1,.3,1) forwards}.rp-modal__close{top:18px!important;right:18px!important;font-size:22px!important;width:32px!important;height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#f3f4f6!important;border-radius:50%!important;color:#4b5563!important;line-height:1!important}.rp-modal__box h2{font-size:18px!important;font-weight:800!important;color:#111827!important;margin-bottom:20px!important;border-bottom:1px solid #f3f4f6;padding-bottom:12px}.rp-modal__box p{font-size:14px!important;line-height:1.5!important;color:#4b5563!important;margin-bottom:16px!important}.rp-modal__box strong{color:#111827!important;font-size:14px!important;font-weight:700!important}.rp-modal__box small{font-size:12px!important;line-height:1.45!important;color:#6b7280!important}}@keyframes rpSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}#rp-trade-confirm-modal ol{margin:24px 0!important;padding:0!important;list-style:none!important;counter-reset:trade-steps!important}#rp-trade-confirm-modal ol li{counter-increment:trade-steps!important;display:grid!important;grid-template-columns:28px 1fr!important;grid-template-rows:auto auto!important;gap:4px 14px!important;margin-bottom:20px!important;align-items:start!important}#rp-trade-confirm-modal ol li:before{content:counter(trade-steps)!important;grid-column:1!important;grid-row:1 / span 2!important;background:#e7faf5!important;color:#0f766e!important;min-width:24px!important;height:24px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:11px!important;font-weight:800!important;flex-shrink:0!important;align-self:start!important;margin-top:1px!important}#rp-trade-confirm-modal ol li strong{grid-column:2!important;grid-row:1!important;display:block!important;font-size:15px!important;font-weight:700!important;color:#111827!important;line-height:1.25!important}#rp-trade-confirm-modal ol li span{grid-column:2!important;grid-row:2!important;display:block!important;font-size:13px!important;color:#555c66!important;line-height:1.45!important}#rp-trade-confirm-modal h2{font-size:20px!important;font-weight:800!important;color:#111827!important;line-height:1.25!important;margin-bottom:12px!important}#rp-trade-confirm-modal #rp-trade-confirm-text{font-size:14px!important;line-height:1.5!important;color:#4b5563!important;padding-bottom:16px!important;border-bottom:1px solid #f3f4f6!important;margin-bottom:20px!important}#rp-trade-confirm-modal .rp-trade-submit{display:block!important;width:100%!important;background:#0f766e!important;color:#fff!important;border:none!important;border-radius:999px!important;padding:14px 24px!important;font-size:15px!important;font-weight:700!important;text-align:center!important;cursor:pointer!important;box-shadow:0 4px 14px #0f766e40!important;transition:background .2s ease,transform .1s ease!important;margin-top:10px!important}#rp-trade-confirm-modal .rp-trade-submit:hover{background:#115e59!important}#rp-trade-confirm-modal .rp-trade-submit:active{transform:scale(.98)!important}@media screen and (min-width:901px){#rp-trade-confirm-modal .rp-modal__box{max-width:520px!important;padding:40px!important}}.rp-trade-card{background:#f0fdfa!important;border:1px solid #ccfbf1!important;border-radius:16px!important;padding:20px 24px!important;margin:24px 0!important;box-shadow:0 4px 12px #0f766e08!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;transition:transform .2s ease,box-shadow .2s ease!important}.rp-trade-card:hover{transform:translateY(-1px)!important;box-shadow:0 6px 16px #0f766e0f!important}.rp-trade-card strong{font-size:16px!important;font-weight:800!important;color:#0f766e!important;display:block!important;margin-bottom:4px!important}.rp-trade-card p{font-size:14px!important;color:#4b5563!important;line-height:1.45!important;margin:0!important}.rp-trade-card button{background:#0f766e!important;color:#fff!important;font-size:14px!important;font-weight:700!important;padding:12px 24px!important;border-radius:999px!important;border:none!important;cursor:pointer!important;transition:background-color .2s ease,transform .1s ease!important;box-shadow:0 4px 12px #0f766e26!important;white-space:nowrap!important}.rp-trade-card button:hover{background:#115e59!important}.rp-trade-card button:active{transform:scale(.97)!important}@media screen and (max-width:768px){.rp-trade-card{flex-direction:column!important;align-items:flex-start!important;padding:20px!important;gap:16px!important}.rp-trade-card div{width:100%!important}.rp-trade-card button{width:100%!important;text-align:center!important;padding:14px!important;font-size:15px!important}}.rp-addon small,.rp-section .rp-addon small{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;display:block!important;line-height:1.45!important;max-width:100%!important}.rp-addon{height:auto!important;align-items:start!important;padding:14px 16px!important}.rp-related{border-top:1px solid #e5e7eb!important;padding:64px 32px!important;max-width:1480px!important;margin:0 auto!important}.rp-related__grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:24px!important}.rp-related__card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:12px!important;transition:transform .2s ease,box-shadow .2s ease!important}.rp-related__card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #0000000a!important}.rp-related__card img{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;object-fit:contain!important;background:#f8fafc!important;border-radius:12px!important;padding:12px!important}.rp-related__title{font-size:15px!important;font-weight:700!important;color:#111827!important;margin:0!important;text-align:center!important}.rp-related__price{font-size:14px!important;color:#6b7280!important;font-weight:600!important;text-align:center!important;margin-bottom:4px!important}.rp-related__atc{background:#f0fdfa!important;color:#0f766e!important;border:1px solid #ccfbf1!important;padding:10px 16px!important;border-radius:999px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;transition:background-color .2s,color .2s!important;text-align:center!important}.rp-related__atc:hover{background:#0f766e!important;color:#fff!important;border-color:#0f766e!important}.rp-yotpo-reviews-wrapper{margin-top:20px!important;padding-bottom:48px!important}@media screen and (max-width:900px){.rp-related{padding:44px 16px!important}.rp-related__grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.rp-related__card{padding:12px!important;border-radius:12px!important}.rp-related__card img{border-radius:8px!important;padding:8px!important}.rp-related__title,.rp-related__price{font-size:13px!important}.rp-related__atc{padding:8px 12px!important;font-size:12px!important}}body{overflow-x:hidden}*{max-width:100%;box-sizing:border-box}:root{--color-cosmic-orange: #e06c3a;--color-deep-blue: #2d3b4e;--color-silver: #d1d2d4;--color-sky-blue: #c4d7e6;--color-light-gold: #e5d3b3;--color-cloud-white: #faf9f6;--color-space-black: #1a1a1a;--color-lavender: #d6cadd;--color-sage: #9caf9c;--color-mist-blue: #9ebcd0;--color-desert-titanium: #c2b29f;--color-natural-titanium: #a6a5a0;--color-white-titanium: #f1f0eb;--color-black-titanium: #232426;--color-ultramarine: #3c548a;--color-teal: #82b6b4;--color-pink: #f9c0cb;--color-blue-titanium: #2f3a4a;--color-yellow: #fef0be;--color-green: #d2e4d0;--color-blue: #cbdfe4;--color-midnight: #1d2327;--color-starlight: #f0ece4;--color-sierra-blue: #9bb1c4;--color-graphite: #41424c;--color-alpine-green: #37473a;--color-purple: #d1cdda;--color-black: #1c1d21;--color-white: #f5f6f8;--color-gold: #f4e8ce;--color-red: #ba0c2f;--color-space-gray: #53565a;--color-space-grey: #53565a}.trade-in-error{color:#c0392b;font-size:.875rem;margin-top:8px;padding:8px 12px;background:#fdf2f2;border-left:3px solid #c0392b;border-radius:4px}.section-accessory-product .rp-faq-mobile-toggle{margin:16px auto 0!important}.section-accessory-product .rp-faq{padding-bottom:0!important}.section-accessory-product .rp-faq-mobile-wrap{margin-bottom:6px!important}
/*# sourceMappingURL=/cdn/shop/t/17/assets/refurbished-product.css.map */
