.nt-gallery-card__media{position:relative;overflow:hidden;aspect-ratio:var(--nt-review-ratio, 4 / 5);background:#eceeeb;touch-action:pan-y}.nt-gallery-card__slide{width:100%;height:100%;display:block;object-fit:cover}.nt-gallery-card__video{background:#111315}.nt-gallery-card__slide[hidden]{display:none}.nt-gallery-card__arrow{position:absolute;z-index:2;top:50%;width:36px;height:46px;padding:0;border:1px solid rgba(255,255,255,.7);background:#0a0b0cad;color:#fff;font-size:26px;line-height:1;transform:translateY(-50%);cursor:pointer}.nt-gallery-card__arrow:hover{border-color:var(--nt-info-yellow);background:var(--nt-info-yellow);color:var(--nt-info-ink)}.nt-gallery-card__arrow--prev{left:8px}.nt-gallery-card__arrow--next{right:8px}.nt-gallery-card__dots{position:absolute;z-index:2;left:50%;bottom:10px;display:flex;gap:5px;transform:translate(-50%)}.nt-gallery-card__dots button{width:24px;height:4px;padding:0;border:0;background:#ffffff94;cursor:pointer}.nt-gallery-card__dots button.is-active{background:var(--nt-info-yellow)}.nt-gallery-card__count{position:absolute;z-index:2;top:9px;right:9px;padding:5px 7px;background:#0a0b0cb8;color:#fff;font-size:10px;font-weight:800}.nt-gallery-card__count b{color:var(--nt-info-yellow)}.nt-gallery-card__meta small{padding:4px 6px;background:#eef5ef;color:#247143;font-size:8px;font-weight:900}.nt-gallery-stars{display:flex;align-items:center;gap:1px}.nt-gallery-stars .is-empty{color:#c4c7c4}.nt-gallery-positive{width:max-content;margin-top:12px;padding:4px 7px;background:#eef5ef;color:#247143;font-size:9px;font-weight:900}.nt-gallery-card p{white-space:normal}.nt-gallery-card footer small{font-weight:800}.nt-gallery-pagination{display:grid;justify-items:center;gap:12px;margin:30px 0 0}.nt-gallery-pagination p{margin:0;color:#62676a;font-size:12px;font-weight:800}.nt-gallery-load-more{min-width:220px;cursor:pointer}.nt-gallery-load-sentinel{width:100%;height:1px}.nt-gallery-find{width:min(100%,520px)}.nt-gallery-find>label{display:block;margin-bottom:6px;color:var(--nt-info-ink);font-size:10px;font-weight:900}.nt-gallery-find>div{display:grid;grid-template-columns:minmax(0,1fr) auto}.nt-gallery-find input{width:100%;min-height:42px;padding:0 12px;border:1px solid var(--nt-info-ink);border-right:0;background:#fff;color:var(--nt-info-ink);font:inherit;font-size:12px}.nt-gallery-find input:focus{outline:2px solid var(--nt-info-yellow);outline-offset:-3px}.nt-gallery-controls .nt-gallery-find button{min-height:42px;border-color:var(--nt-info-ink);background:var(--nt-info-ink);color:#fff}.nt-gallery-controls .nt-gallery-find button:hover,.nt-gallery-controls .nt-gallery-find button:focus-visible{border-color:var(--nt-info-yellow);background:var(--nt-info-yellow);color:var(--nt-info-ink)}.nt-gallery-find>p{min-height:16px;margin:5px 0 0;color:#62676a;font-size:10px;font-weight:800}.nt-gallery-card.is-targeted{box-shadow:0 0 0 4px var(--nt-info-yellow),0 18px 40px #11141538;animation:nt-gallery-target 1.1s ease-out}@keyframes nt-gallery-target{0%,45%{box-shadow:0 0 0 9px var(--nt-info-yellow),0 18px 40px #11141547}to{box-shadow:0 0 0 4px var(--nt-info-yellow),0 18px 40px #11141538}}.nt-gallery-card__actions{position:relative;z-index:4;display:flex;align-items:center;gap:6px}.nt-gallery-card__share b{font-size:8px;font-weight:900}.nt-gallery-card__product-link{min-height:32px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--nt-info-ink);background:var(--nt-info-ink);color:#fff;text-decoration:none;font-size:9px;font-weight:900;line-height:1;white-space:nowrap;pointer-events:auto}.nt-gallery-card__product-link:hover,.nt-gallery-card__product-link:focus-visible{border-color:var(--nt-info-yellow);background:var(--nt-info-yellow);color:var(--nt-info-ink)}.nt-gallery-comments{margin-top:12px;padding-top:10px;border-top:1px solid rgba(17,20,21,.14)}.nt-gallery-comments summary{cursor:pointer;list-style:none;font-size:9px;font-weight:900;text-transform:uppercase}.nt-gallery-comments summary::-webkit-details-marker{display:none}.nt-gallery-comments__list{display:grid;gap:7px;margin:9px 0}.nt-gallery-comment{display:grid;gap:2px;padding:7px 8px;background:#f3f3ef;color:var(--nt-info-ink);font-size:9px;line-height:1.45}.nt-gallery-comment b{font-size:8px}.nt-gallery-comment time{color:#707477;font-size:7px}.nt-gallery-comments__form{display:grid;grid-template-columns:1fr auto;gap:6px}.nt-gallery-comments__form input{min-width:0;min-height:34px;padding:7px 9px;border:1px solid rgba(17,20,21,.25);border-radius:0;font:inherit;font-size:9px}.nt-gallery-comments__form button{min-height:34px;padding:0 10px;border:1px solid var(--nt-info-ink);background:var(--nt-info-ink);color:#fff;font-size:8px;font-weight:900}.nt-gallery-comments__status{min-height:13px;margin:5px 0 0;color:#676b6e;font-size:8px}@media(max-width:640px){.nt-gallery-find{width:100%}.nt-gallery-find input{min-height:38px;font-size:11px}.nt-gallery-controls .nt-gallery-find button{min-height:38px}.nt-gallery-card__share b{display:none}.nt-gallery-card__arrow{width:28px;height:38px;font-size:22px}.nt-gallery-card__arrow--prev{left:4px}.nt-gallery-card__arrow--next{right:4px}.nt-gallery-card__dots{bottom:6px}.nt-gallery-card__dots button{width:15px;height:3px}.nt-gallery-card__count{top:5px;right:5px;padding:3px 5px;font-size:8px}.nt-gallery-card__meta small{font-size:7px}.nt-gallery-positive{margin-top:7px;padding:3px 5px;font-size:7px}.nt-gallery-card p{-webkit-line-clamp:5}.nt-gallery-card footer{align-items:flex-end}.nt-gallery-card__actions{gap:4px}.nt-gallery-card__product-link{min-height:26px;padding:0 7px;font-size:7px}.nt-gallery-card footer button{min-width:34px}}.nt-gallery-creator-promo{padding:52px 0;background:#111315;color:#fff}.nt-gallery-creator-promo__layout{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:64px}.nt-gallery-creator-promo p{margin:0 0 10px;color:var(--nt-info-yellow);font-size:10px;font-weight:900}.nt-gallery-creator-promo h2{margin:0;color:#fff;font-size:30px;line-height:1.12}.nt-gallery-creator-promo__layout>div>span{display:block;max-width:790px;margin-top:12px;color:#ffffffad;font-size:12px;line-height:1.65}.nt-gallery-creator-promo .nt-info-button{min-width:230px;min-height:50px}.nt-gallery-creator-promo .nt-info-button b{margin-left:13px;font-size:16px}@media(max-width:760px){.nt-gallery-creator-promo{padding:38px 0}.nt-gallery-creator-promo__layout{grid-template-columns:1fr;gap:23px}.nt-gallery-creator-promo h2{font-size:25px}.nt-gallery-creator-promo__layout>div>span{font-size:11px}.nt-gallery-creator-promo .nt-info-button{width:100%;min-width:0}}
/*# sourceMappingURL=/cdn/shop/t/28/assets/nt-gallery-reviews.css.map */
