.hod-pdp-colls__sep{display:flex;align-items:center;justify-content:center;gap:18px;max-width:420px;margin:0 auto;color:var(--hod-ink)}.hod-pdp-colls__rule{flex:1 1 auto;height:1px;background:var(--hod-line)}.hod-pdp-colls__mark{flex:0 0 auto;display:block}.hod-pdp-colls__quote{margin:22px auto 0;max-width:30ch;font-family:var(--hod-font-display);font-size:clamp(24px,2.6vw,34px);line-height:1.2;letter-spacing:-.01em;text-align:center;color:var(--hod-ink);text-wrap:balance}.hod-pdp-colls__eyebrow{margin:40px 0 20px;text-align:center;font-weight:500}.hod-pdp-colls__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px;margin:0;padding:0;list-style:none}.hod-pdp-colls__item{min-width:0}.hod-pdp-colls__link{display:flex;flex-direction:column;gap:12px;color:var(--hod-ink);text-decoration:none}.hod-pdp-colls__media{display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--hod-sand)}.hod-pdp-colls__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--hod-dur-slow, .6s) var(--hod-ease, cubic-bezier(.2, 0, 0, 1))}.hod-pdp-colls__name{font-size:14px;font-weight:500;line-height:1.4}@media(hover:hover)and (pointer:fine){.hod-pdp-colls__link:hover .hod-pdp-colls__media img{transform:scale(var(--hod-hover-zoom, 1.03))}.hod-pdp-colls__link:hover .hod-pdp-colls__name{color:var(--hod-clay-deep)}}@media(max-width:899px){.hod-pdp-colls__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 12px}}@media(max-width:749px){.hod-pdp-colls__sep{gap:14px;max-width:280px}.hod-pdp-colls__quote{margin-top:16px;font-size:24px}.hod-pdp-colls__eyebrow{margin:28px 0 16px}.hod-pdp-colls__name{font-size:13px}}.hod-pdp-reviews .hod-head{margin-bottom:40px}.hod-rev__top{display:grid;grid-template-columns:minmax(0,280px) minmax(0,1fr);gap:48px;align-items:center;max-width:820px;margin:0 auto 48px}.hod-rev__score{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px 20px;box-shadow:0 0 0 1px var(--hod-line);text-align:center}.hod-rev__avg{font-family:var(--hod-font-display);font-size:64px;line-height:1;color:var(--hod-ink)}.hod-rev__count{font-size:13px;color:var(--hod-taupe)}.hod-rev__stars{position:relative;display:inline-block;font-size:14px;line-height:1;letter-spacing:2px;color:var(--hod-line);white-space:nowrap}.hod-rev__stars:after{content:"\2605\2605\2605\2605\2605";position:absolute;inset:0 auto 0 0;width:var(--hod-rev-fill, 100%);overflow:hidden;color:var(--hod-clay)}.hod-rev__stars--big{font-size:20px;letter-spacing:3px}.hod-rev__bars{display:grid;gap:10px;margin:0;padding:0;list-style:none}.hod-rev__bar{display:grid;grid-template-columns:34px minmax(0,1fr) 40px;gap:12px;align-items:center;font-size:13px;color:var(--hod-taupe)}.hod-rev__bar-track{display:block;height:4px;background:var(--hod-line);overflow:hidden}.hod-rev__bar-fill{display:block;height:100%;background:var(--hod-clay)}.hod-rev__bar-pct{text-align:right;font-variant-numeric:tabular-nums}.hod-rev__slider{position:relative;display:block}.hod-rev__list{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px) / 3);gap:16px;margin:0;padding:1px;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hod-rev__list::-webkit-scrollbar{display:none}.hod-rev__list:focus-visible{outline:1px solid var(--hod-ink);outline-offset:4px}.hod-rev__card{position:relative;display:flex;flex-direction:column;gap:16px;min-width:0;padding:28px 24px 24px;box-shadow:0 0 0 1px var(--hod-line);background:var(--hod-bone);scroll-snap-align:start}.hod-rev__text{flex:1 1 auto;margin:0;font-size:15px;line-height:1.6;color:var(--hod-ink)}.hod-rev__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--hod-line)}.hod-rev__avatar{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--hod-sand);font-size:13px;font-weight:500;letter-spacing:.04em;color:var(--hod-ink)}.hod-rev__who{display:flex;flex-direction:column;gap:2px;min-width:0}.hod-rev__name{font-size:14px;font-weight:500;color:var(--hod-ink)}.hod-rev__meta{font-size:12px;color:var(--hod-taupe)}.hod-rev__verified{position:absolute;top:26px;right:24px;display:inline-flex;align-items:center;gap:5px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--hod-clay-deep)}.hod-rev__arrow{position:absolute;top:50%;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--hod-line);border-radius:50%;background:var(--hod-bone);color:var(--hod-ink);cursor:pointer;transform:translateY(-50%)}.hod-rev__arrow--prev{left:calc(var(--hod-gutter, 24px) - 22px)}.hod-rev__arrow--next{right:calc(var(--hod-gutter, 24px) - 22px)}@media(hover:hover)and (pointer:fine){.hod-rev__arrow:hover{border-color:var(--hod-ink)}}@media(max-width:899px){.hod-rev__list{grid-auto-columns:calc((100% - 16px)/2)}}@media(max-width:749px){.hod-rev__slider{padding-inline:0}.hod-rev__list{grid-auto-columns:calc(100% - 28px)!important;padding-inline:var(--hod-gutter);scroll-padding-inline:var(--hod-gutter)}.hod-pdp-reviews .hod-head{margin-bottom:24px}.hod-rev__top{grid-template-columns:minmax(0,1fr);gap:24px;margin-bottom:32px}.hod-rev__avg{font-size:52px}.hod-rev__list{gap:12px}.hod-rev__card{padding:24px 20px 20px}.hod-rev__text{font-size:14px}.hod-rev__arrow{display:none}}@media(prefers-reduced-motion:reduce){.hod-pdp-colls__media img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hod-pdp-extras.css.map */
