:root{--rs-ink: #111315;--rs-muted: #626973;--rs-line: #e6e8eb;--rs-soft: #f6f7f8;--rs-white: #ffffff;--rs-red: #d71920;--rs-red-dark: #aa1117;--rs-green: #0c7a43;--rs-radius: 8px;--rs-shadow: 0 16px 44px rgba(17, 19, 21, .08)}body{color:var(--rs-ink);background:#fff}.rs-page-width{width:min(1180px,calc(100% - 32px));margin-inline:auto}.rs-kicker{font-size:12px;font-weight:750;letter-spacing:0;text-transform:none;color:var(--rs-red);margin:0 0 12px}.rs-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:6px;font-weight:750;text-decoration:none;line-height:1;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.rs-button:hover{transform:translateY(-1px)}.rs-button--primary{background:var(--rs-red);color:#fff;border:1px solid var(--rs-red)}.rs-button--primary:hover{background:var(--rs-red-dark);color:#fff}.rs-button--secondary{background:#fff;color:var(--rs-ink);border:1px solid var(--rs-line)}.rs-button--secondary:hover{border-color:var(--rs-ink);color:var(--rs-ink)}.rs-hero{background:#fff;border-bottom:1px solid var(--rs-line)}.rs-hero__inner{min-height:650px;display:grid;grid-template-columns:minmax(0,.82fr) minmax(430px,1.18fr);gap:54px;align-items:center;padding:58px 0 42px}.rs-hero__copy{max-width:610px}.rs-hero__title{margin:0;font-size:clamp(42px,5.2vw,74px);line-height:.96;letter-spacing:0;font-weight:850}.rs-hero__text{max-width:560px;margin:22px 0 0;color:var(--rs-muted);font-size:18px;line-height:1.55}.rs-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.rs-hero__proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:38px;max-width:640px}.rs-hero__proof-item{border-top:1px solid var(--rs-line);padding-top:14px}.rs-hero__proof-value{display:block;font-weight:850;font-size:22px;line-height:1}.rs-hero__proof-label{display:block;color:var(--rs-muted);font-size:13px;line-height:1.35;margin-top:5px}.rs-hero__media{position:relative;min-height:520px}.rs-hero__media-link{display:block;color:inherit;text-decoration:none}.rs-hero__media-frame{width:100%;aspect-ratio:1.2 / .86;background:var(--rs-soft);border:1px solid var(--rs-line);border-radius:var(--rs-radius);overflow:hidden;display:flex;align-items:center;justify-content:center}.rs-hero__media-frame img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:26px}.rs-hero__blank{width:100%;height:100%;background:linear-gradient(135deg,#f7f7f8,#eceff2)}.rs-hero__label{position:absolute;right:22px;bottom:22px;max-width:min(360px,calc(100% - 44px));background:#fffffff0;color:var(--rs-ink);padding:14px 16px;border:1px solid var(--rs-line);border-radius:6px;box-shadow:var(--rs-shadow);font-size:13px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rs-hero__label span{color:var(--rs-muted)}.rs-hero__label strong{display:block;font-size:18px;line-height:1.15;margin-top:4px}.rs-hero__label em{display:block;color:var(--rs-red);font-style:normal;font-weight:850;margin-top:6px}.rs-trust{background:#fff;border-bottom:1px solid var(--rs-line)}.rs-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.rs-trust__item{padding:24px;border-left:1px solid var(--rs-line)}.rs-trust__item:first-child{border-left:0}.rs-trust__icon{width:32px;height:32px;border-radius:50%;background:#d7192014;color:var(--rs-red);display:grid;place-items:center;font-weight:850;margin-bottom:12px;font-size:12px}.rs-trust__title{margin:0 0 6px;font-size:15px;font-weight:850}.rs-trust__text{margin:0;color:var(--rs-muted);font-size:13px;line-height:1.45}.rs-models{padding:72px 0;background:#fff}.rs-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.rs-section-head--centered{display:block;max-width:720px;margin-inline:auto;text-align:center}.rs-section-head h2{margin:0;font-size:clamp(30px,3.2vw,48px);line-height:1.04;font-weight:850}.rs-section-head p{max-width:600px;margin:12px auto 0;color:var(--rs-muted);line-height:1.55}.rs-models__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rs-model-card{border:1px solid var(--rs-line);border-radius:var(--rs-radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;min-height:100%;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.rs-model-card:hover{border-color:#d0d4d9;box-shadow:var(--rs-shadow);transform:translateY(-2px)}.rs-model-card__image{aspect-ratio:1.2 / .82;background:var(--rs-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.rs-model-card__image img{width:100%;height:100%;object-fit:contain;padding:18px;mix-blend-mode:multiply}.rs-model-card__fallback{width:72%;height:45%;border:1px solid #cfd3d7;border-radius:8px;background:#fff}.rs-model-card__body{padding:20px;display:flex;flex-direction:column;gap:14px;flex:1}.rs-model-card__title{margin:0;font-size:20px;line-height:1.18;font-weight:850}.rs-model-card__title a{color:inherit;text-decoration:none}.rs-model-card__price{color:var(--rs-red);font-weight:850;font-size:18px}.rs-spec-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0;margin:0;list-style:none}.rs-spec-list li{background:var(--rs-soft);padding:9px 10px;border-radius:6px;font-size:12px;color:var(--rs-muted);min-width:0}.rs-spec-list strong{display:block;color:var(--rs-ink);font-size:13px;line-height:1.25;overflow-wrap:anywhere}.rs-model-card .rs-button{margin-top:auto;width:100%}.rs-product-trust{padding:16px 0 34px;background:#fff}.rs-product-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.rs-product-trust__item{border:1px solid var(--rs-line);border-radius:var(--rs-radius);padding:15px;background:#fff}.rs-product-trust__item strong{display:block;margin-bottom:5px;font-size:14px}.rs-product-trust__item span{color:var(--rs-muted);font-size:13px;line-height:1.45}.rs-product-description{padding:54px 0 64px;background:#fff;border-top:1px solid var(--rs-line)}.rs-product-description__inner{display:grid;grid-template-columns:.36fr .64fr;gap:56px;align-items:start}.rs-product-description__head h2{margin:0;font-size:clamp(30px,3vw,46px);line-height:1.04;font-weight:850}.rs-product-description__head p{margin:14px 0 0;color:var(--rs-muted);line-height:1.55}.rs-product-description__content{color:var(--rs-ink);line-height:1.68}.rs-product-description__content h2,.rs-product-description__content h3{margin-top:28px;font-weight:850}.rs-product-description__content p:first-child{margin-top:0}.rs-product-description__content img{max-width:100%;height:auto;border-radius:var(--rs-radius)}.rs-product-specs{padding:58px 0 76px;background:var(--rs-soft)}.rs-product-specs__grid{display:grid;grid-template-columns:.38fr .62fr;gap:48px;align-items:start}.rs-product-specs h2{margin:0 0 14px;font-size:clamp(30px,3vw,46px);line-height:1.04;font-weight:850}.rs-product-specs p{color:var(--rs-muted);line-height:1.6}.rs-spec-table{border:1px solid var(--rs-line);border-radius:var(--rs-radius);overflow:hidden;background:#fff}.rs-spec-row{display:grid;grid-template-columns:190px 1fr;border-top:1px solid var(--rs-line)}.rs-spec-row:first-child{border-top:0}.rs-spec-row dt,.rs-spec-row dd{margin:0;padding:14px 17px}.rs-spec-row dt{background:#fafafa;color:var(--rs-muted);font-weight:750}.rs-spec-row dd{font-weight:750;overflow-wrap:anywhere}.product .product__info-wrapper{align-self:start}.product .product__info-container{max-width:520px}.product .product__title h1{font-size:clamp(30px,3vw,48px);line-height:1.05;letter-spacing:0}.product .price{margin-top:12px}.product-form__buttons{max-width:100%}.product__media-wrapper .product__media-list{gap:12px}.product__media{background:var(--rs-soft);border-color:var(--rs-line);border-radius:var(--rs-radius)}.product__media img{object-fit:contain}.card-wrapper .card{--border-radius: 8px}.collection .card__media,.featured-collection .card__media{background:var(--rs-soft)}@media(max-width:990px){.rs-hero__inner,.rs-product-description__inner,.rs-product-specs__grid{grid-template-columns:1fr}.rs-hero__inner{min-height:unset;gap:30px;padding:42px 0}.rs-hero__media{min-height:unset}.rs-trust__grid,.rs-product-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rs-models__grid{grid-template-columns:1fr}.rs-section-head{display:block}.rs-section-head p{margin-top:12px}}@media(max-width:560px){.rs-page-width{width:min(100% - 22px,1180px)}.rs-hero__title{font-size:40px}.rs-hero__proof,.rs-trust__grid,.rs-product-trust__grid{grid-template-columns:1fr}.rs-trust__item{border-left:0;border-top:1px solid var(--rs-line)}.rs-trust__item:first-child{border-top:0}.rs-models{padding:52px 0}.rs-spec-row{grid-template-columns:1fr}.rs-spec-row dt{padding-bottom:4px}.rs-spec-row dd{padding-top:4px}}.rs-brand-wordmark{font-weight:850;letter-spacing:0}.footer__copyright .copyright__content a{color:inherit;text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ridstar-theme.css.map */
