.elr{--i:var(--el-ink,#0B0F14);--fog:var(--el-fog,#6B7686);--line:var(--el-line,#E7EBF0);--paper:var(--el-paper,#FAFBFC);--ion:var(--el-ion,#FF5B2E);--star:#FFB020;--ok:#1FA463;box-sizing:border-box;color:var(--i);font-family:var(--font-body--family,"General Sans",ui-sans-serif,system-ui,sans-serif)}.elr *,.elr *:before,.elr *:after{box-sizing:border-box}.elr-wrap{max-width:var(--el-maxw,1280px);margin-inline:auto;padding:clamp(28px,6vw,64px) clamp(18px,5vw,64px)}.elr-eyebrow{font-family:var(--font-subheading--family,inherit);font-weight:600;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ion);margin:0 0 .7rem}.elr-h{font-family:var(--font-heading--family,inherit);font-weight:700;letter-spacing:-.03em;line-height:1;text-transform:uppercase;font-size:clamp(1.8rem,5vw,3rem);margin:0 0 1.6rem}.elr-stars{position:relative;display:inline-block;line-height:0;white-space:nowrap}.elr-stars svg{width:1.1em;height:1.1em;display:inline-block}.elr-stars__bg svg path{fill:#d8dee6}.elr-stars__fg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;width:0}.elr-stars__fg svg path{fill:var(--star)}.elr-stars--sm{font-size:.95rem}.elr-stars--lg{font-size:1.55rem}.elr-summary{display:grid;grid-template-columns:1fr;gap:clamp(20px,4vw,34px);padding:clamp(20px,4vw,32px);border:1px solid var(--line);border-radius:18px;background:var(--paper)}.elr-score{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.35rem;padding-bottom:clamp(18px,3vw,22px);border-bottom:1px solid var(--line)}.elr-score__num{font-family:var(--font-heading--family,inherit);font-weight:700;font-size:clamp(3.4rem,13vw,4.6rem);line-height:.85;letter-spacing:-.04em}.elr-score__num sup{font-size:.4em;color:var(--fog);font-weight:600;letter-spacing:0}.elr-score__count{font-size:.92rem;color:var(--fog)}.elr-recommend{margin-top:.4rem;font-size:.9rem;font-weight:600}.elr-recommend b{color:var(--ok)}.elr-dist{display:flex;flex-direction:column;gap:.5rem}.elr-bar{display:flex;align-items:center;gap:.6rem;width:100%;min-height:34px;padding:.2rem .3rem;background:none;border:0;cursor:pointer;font:inherit;color:inherit;border-radius:8px;transition:background .15s}.elr-bar:hover,.elr-bar:focus-visible{background:#0000000a}.elr-bar.is-active{background:#ff5b2e1f}.elr-bar__k{display:inline-flex;align-items:center;gap:2px;width:2.4em;font-weight:600;font-size:.9rem;flex:none}.elr-star1{width:.85em;height:.85em}.elr-star1 path{fill:var(--star)}.elr-bar__track{flex:1;height:9px;border-radius:99px;background:#e4e9ef;overflow:hidden}.elr-bar__fill{display:block;height:100%;border-radius:99px;background:var(--star)}.elr-bar__n{width:2.4em;text-align:right;font-size:.82rem;color:var(--fog);flex:none}.elr-attrs{display:flex;flex-direction:column;gap:.75rem;padding-top:clamp(18px,3vw,22px);border-top:1px solid var(--line)}.elr-attr{display:flex;align-items:center;gap:.7rem}.elr-attr__k{flex:none;width:9.5em;font-size:.86rem;color:var(--fog)}.elr-attr__track{flex:1;height:7px;border-radius:99px;background:#e4e9ef;overflow:hidden}.elr-attr__fill{display:block;height:100%;background:var(--i)}.elr-attr__v{flex:none;width:2.2em;text-align:right;font-weight:600;font-size:.86rem}.elr-cta{display:flex;justify-content:center;margin:clamp(16px,3vw,22px) 0 clamp(24px,4vw,30px)}.elr-btn{display:inline-flex;align-items:center;gap:.55em;min-height:48px;padding:.85em 1.7em;border-radius:10px;font-family:var(--font-subheading--family,inherit);font-weight:600;font-size:.92rem;letter-spacing:.02em;text-transform:uppercase;background:var(--i);color:#fff;border:1px solid var(--i);text-decoration:none;cursor:pointer;transition:transform .18s,box-shadow .18s}.elr-btn:hover{transform:translateY(-2px);box-shadow:0 12px 26px -12px #00000080}.elr-highlights{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:clamp(22px,4vw,30px)}.elr-hl{border:1px solid var(--line);border-radius:14px;padding:1.05rem 1.2rem;background:#fff}.elr-hl__t{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;margin:0 0 .6rem}.elr-hl__t svg{width:1.1em;height:1.1em}.elr-hl--pro .elr-hl__t{color:var(--ok)}.elr-hl--pro .elr-hl__t svg path{fill:var(--ok)}.elr-hl--con .elr-hl__t{color:#c7842a}.elr-hl--con .elr-hl__t svg path{fill:#c7842a}.elr-hl ul{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.elr-hl li{font-size:.85rem;padding:.35em .7em;border-radius:99px;background:var(--paper);border:1px solid var(--line)}.elr-gallery{margin-bottom:clamp(22px,4vw,30px)}.elr-gallery__head{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;margin-bottom:.7rem}.elr-gallery__count{font-size:.75rem;color:var(--fog);background:var(--paper);border:1px solid var(--line);border-radius:99px;padding:.1em .6em}.elr-gallery__scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px;scrollbar-width:thin}.elr-gallery__item{flex:none;width:96px;height:96px;border-radius:12px;overflow:hidden;border:1px solid var(--line);padding:0;cursor:pointer;scroll-snap-align:start;background:none}.elr-gallery__item img{width:100%;height:100%;object-fit:cover;display:block}.elr-toolbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:.6rem;padding:.7rem 0;margin-bottom:.4rem;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.elr-filters{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:1;min-width:0;padding-bottom:2px}.elr-filters::-webkit-scrollbar{display:none}.elr-chip{flex:none;min-height:40px;display:inline-flex;align-items:center;gap:.4em;padding:.4em 1em;border-radius:99px;border:1px solid var(--line);background:#fff;font:inherit;font-size:.84rem;font-weight:500;color:var(--i);cursor:pointer;white-space:nowrap;transition:.15s}.elr-chip:hover{border-color:#c4cbd4}.elr-chip.is-active{background:var(--i);color:#fff;border-color:var(--i)}.elr-chip--tag{cursor:default;font-size:.76rem;min-height:0;padding:.25em .7em;color:var(--fog);background:var(--paper)}.elr-sort{flex:none}.elr-sort select{min-height:40px;border:1px solid var(--line);border-radius:99px;background:#fff;padding:0 2em 0 1em;font:inherit;font-size:.84rem;font-weight:500;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%236B7686' stroke-width='1.6' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8em center}.elr-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.elr-rev{padding:clamp(20px,4vw,26px) 0;border-bottom:1px solid var(--line)}.elr-rev[hidden]{display:none}.elr-rev__head{display:flex;align-items:center;gap:.7rem;margin-bottom:.7rem}.elr-ava{flex:none;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-weight:600;font-size:.9rem;color:#fff;background:hsl(var(--h,200) 55% 42%)}.elr-rev__who{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.elr-rev__name{font-weight:600;font-size:.95rem}.elr-rev__meta{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--fog);flex-wrap:wrap}.elr-verified{display:inline-flex;align-items:center;gap:.25em;color:var(--ok);font-weight:600}.elr-verified svg{width:1em;height:1em}.elr-verified svg path{fill:var(--ok)}.elr-rev__date{flex:none;font-size:.78rem;color:var(--fog);align-self:flex-start}.elr-rev__rating{margin-bottom:.5rem}.elr-rev__title{font-size:1.02rem;font-weight:600;margin:0 0 .4rem;letter-spacing:-.01em}.elr-rev__body{margin:0;font-size:.94rem;line-height:1.6;color:#2c333d}.elr-rev__photos{display:flex;gap:8px;margin-top:.9rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.elr-rev__photos::-webkit-scrollbar{display:none}.elr-rev__ph{flex:none;width:88px;height:88px;border-radius:10px;overflow:hidden;border:1px solid var(--line);padding:0;cursor:pointer;background:none}.elr-rev__ph img{width:100%;height:100%;object-fit:cover;display:block}.elr-rev__tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.8rem}.elr-rev__reply{margin-top:.9rem;padding:.85rem 1rem;border-radius:0 12px 12px;background:var(--paper);border:1px solid var(--line)}.elr-rev__replyhead{display:block;font-weight:600;font-size:.78rem;color:var(--ion);margin-bottom:.25rem}.elr-rev__reply p{margin:0;font-size:.88rem;line-height:1.55;color:#2c333d}.elr-rev__foot{display:flex;align-items:center;gap:.6rem;margin-top:1rem}.elr-help,.elr-report{min-height:40px;display:inline-flex;align-items:center;gap:.45em;padding:.35em .9em;border-radius:99px;border:1px solid var(--line);background:#fff;font:inherit;font-size:.82rem;color:var(--i);cursor:pointer;transition:.15s}.elr-help svg{width:1.05em;height:1.05em}.elr-help svg path{fill:none;stroke:currentColor;stroke-width:1.4}.elr-help:hover{border-color:#c4cbd4}.elr-help.is-done{border-color:var(--ok);color:var(--ok)}.elr-report{color:var(--fog);margin-left:auto;border-color:transparent}.elr-report:hover{color:var(--i)}.elr-more{display:flex;justify-content:center;margin-top:1.6rem}.elr-more button{min-height:48px;padding:.8em 2em;border-radius:99px;border:1px solid var(--i);background:#fff;font:inherit;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.02em;color:var(--i);cursor:pointer;transition:.18s}.elr-more button:hover{background:var(--i);color:#fff}.elr-empty{padding:2rem 0;text-align:center;color:var(--fog)}.elr-lb{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:none;align-items:center;justify-content:center;background:#080b0fdb;padding:20px}.elr-lb.is-open{display:flex}.elr-lb img{max-width:min(92vw,900px);max-height:88vh;border-radius:12px;box-shadow:0 30px 80px -20px #000000b3}.elr-lb__x{position:absolute;top:16px;right:18px;width:44px;height:44px;border-radius:50%;border:0;background:#ffffff24;color:#fff;font-size:1.4rem;cursor:pointer}@media(min-width:760px){.elr-summary{grid-template-columns:auto 1fr;grid-template-areas:"score dist" "score attrs";column-gap:clamp(34px,5vw,60px);align-items:start}.elr-score{grid-area:score;border-bottom:0;border-right:1px solid var(--line);padding:0 clamp(30px,4vw,48px) 0 0;min-width:190px;justify-content:center}.elr-dist{grid-area:dist}.elr-attrs{grid-area:attrs;border-top:1px solid var(--line);margin-top:.4rem}.elr-highlights{grid-template-columns:1fr 1fr}.elr-gallery__item{width:120px;height:120px}}@media(prefers-reduced-motion:reduce){.elr *{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/athlora-reviews.css.map */
