.ranked-product-list__width{max-width:90rem}.ranked-product-list__header{text-align:center;margin-bottom:32px}.ranked-product-list__eyebrow{margin:0 0 10px;font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.65)}.ranked-product-list__heading{margin:0;line-height:1.15;font-weight:700;color:rgb(var(--color-foreground))}.ranked-product-list__highlight--block{display:block}.ranked-product-list__subheading{margin:12px auto 0;max-width:56ch;font-size:16px;color:rgba(var(--color-foreground),.75)}.ranked-product-list__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.ranked-product-list__row{position:relative;display:grid;grid-template-areas:"rank image content price cta";grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:14px 20px;border:1px solid rgba(var(--color-foreground),.12);border-radius:var(--rpl-row-radius, 16px);background:rgb(var(--color-background));transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ranked-product-list__row:hover{border-color:rgba(var(--color-foreground),.3);box-shadow:0 6px 18px rgba(var(--color-foreground),.08);transform:translateY(-2px)}.ranked-product-list__list--tinted .ranked-product-list__row:nth-child(2n){background:rgba(var(--color-foreground),.04)}.ranked-product-list__row--highlight{border-color:var(--rpl-accent);box-shadow:0 0 0 1px var(--rpl-accent) inset}.ranked-product-list__row--highlight .ranked-product-list__rank{color:var(--rpl-accent);-webkit-text-stroke-color:var(--rpl-accent)}.ranked-product-list__rank{grid-area:rank;font-size:30px;font-weight:800;line-height:1;letter-spacing:.02em;font-variant-numeric:tabular-nums;color:rgb(var(--color-foreground));min-width:2.2ch;text-align:center}.ranked-product-list__row--rank-outlined .ranked-product-list__rank{color:transparent;-webkit-text-stroke:1.5px rgba(var(--color-foreground),.85)}.ranked-product-list__row--rank-outlined.ranked-product-list__row--highlight .ranked-product-list__rank{color:transparent;-webkit-text-stroke-color:var(--rpl-accent)}.ranked-product-list__row--rank-circle .ranked-product-list__rank{font-size:16px;width:44px;height:44px;min-width:0;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid rgba(var(--color-foreground),.7);border-radius:50%}.ranked-product-list__row--rank-circle.ranked-product-list__row--highlight .ranked-product-list__rank{border-color:var(--rpl-accent)}.ranked-product-list__media{grid-area:image;display:block;width:88px;height:88px;border-radius:calc(var(--rpl-row-radius, 16px) * .6);overflow:hidden;background:rgba(var(--color-foreground),.05);flex:none}.ranked-product-list__image{display:block;width:100%;height:100%;object-fit:cover}.ranked-product-list__image--placeholder{opacity:.6}.ranked-product-list__content{grid-area:content;min-width:0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}.ranked-product-list__title-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.ranked-product-list__title{margin:0;font-weight:600;line-height:1.3}.ranked-product-list__title a{color:rgb(var(--color-foreground));text-decoration:none}.ranked-product-list__title a:hover{text-decoration:underline;text-underline-offset:3px}.ranked-product-list__title a:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px;border-radius:2px}.ranked-product-list__chip{display:inline-block;padding:2px 10px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-background));background:var(--rpl-accent);border-radius:100px;white-space:nowrap}.ranked-product-list__reason{margin:0;color:rgba(var(--color-foreground),.7);line-height:1.4}.ranked-product-list__rating{margin-top:2px}.ranked-product-list__price{grid-area:price;display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right;white-space:nowrap}.ranked-product-list__price-current{font-size:16px;font-weight:700;color:rgb(var(--color-foreground))}.ranked-product-list__price-compare{font-size:13px;color:rgba(var(--color-foreground),.55)}.ranked-product-list__cta{grid-area:cta;display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:100px;font-size:14px;font-weight:600;text-decoration:none;white-space:nowrap;background:rgb(var(--color-button));color:rgb(var(--color-button-text));transition:opacity .15s ease,transform .15s ease}.ranked-product-list__cta:hover{opacity:.85;transform:translateY(-1px)}.ranked-product-list__cta:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.ranked-product-list__footer{margin-top:28px;text-align:center}.ranked-product-list__footer-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 30px;border-radius:100px;border:1px solid rgba(var(--color-foreground),.35);font-size:15px;font-weight:600;text-decoration:none;color:rgb(var(--color-foreground));background:transparent;transition:background-color .15s ease}.ranked-product-list__footer-btn:hover{background-color:rgba(var(--color-foreground),.06)}.ranked-product-list__footer-btn:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:3px}.ranked-product-list__editor-hint{margin:0;padding:24px;text-align:center;border:1px dashed rgba(var(--color-foreground),.3);border-radius:12px;color:rgba(var(--color-foreground),.7)}@media screen and (max-width:989px){.ranked-product-list__header{margin-bottom:24px}.ranked-product-list__row{grid-template-areas:"rank image content cta" "rank image price cta";grid-template-columns:auto auto minmax(0,1fr) auto;gap:4px 12px;padding:12px}.ranked-product-list__rank{font-size:20px;min-width:2ch}.ranked-product-list__row--rank-circle .ranked-product-list__rank{width:32px;height:32px;font-size:13px}.ranked-product-list__media{width:56px;height:56px}.ranked-product-list__price{flex-direction:row;align-items:baseline;justify-content:flex-start;gap:8px;text-align:left}.ranked-product-list__price-current{font-size:14px}.ranked-product-list__price-compare{font-size:12px}.ranked-product-list__cta{padding:8px 14px;font-size:13px}}@media(prefers-reduced-motion:reduce){.ranked-product-list__row,.ranked-product-list__cta{transition:none}.ranked-product-list__row:hover,.ranked-product-list__cta:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-ranked-product-list.css.map */
