.te-reviews{padding:80px 20px;background:#000;overflow:hidden}.te-reviews__header{text-align:center;margin-bottom:50px}.te-reviews__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#c9a84c;margin-bottom:10px}.te-reviews__title{font-size:clamp(26px,4vw,44px);font-weight:700;color:#fff;margin:0 0 10px}.te-reviews__sub{font-size:14px;color:#888;margin:0 0 18px}.te-reviews__line{width:56px;height:3px;background:linear-gradient(90deg,#c9a84c,#f0d080);margin:0 auto;border-radius:2px}.te-reviews__outer{overflow:hidden;width:100%;cursor:grab;-webkit-user-select:none;user-select:none}.te-reviews__outer.is-dragging{cursor:grabbing}.te-reviews__track{display:flex;gap:20px;width:max-content;animation:none!important}.te-reviews__outer.is-dragging .te-reviews__track{animation:none!important}@keyframes teReviewScroll{0%{transform:translate(-50%)}to{transform:translate(0)}}.te-rv-card{flex:0 0 300px;background:#111;border:1px solid #222;border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:12px;transition:border-color .3s,transform .2s;cursor:pointer}.te-rv-card:hover{border-color:#c9a84c;transform:translateY(-4px)}.te-rv-card__top{display:flex;align-items:center;gap:12px}.te-rv-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid #C9A84C;flex-shrink:0;background:#222}.te-rv-card__avatar-placeholder{width:48px;height:48px;border-radius:50%;background:#1a1a1a;border:2px solid #C9A84C;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#c9a84c;font-size:18px;font-weight:700}.te-rv-card__info{display:flex;flex-direction:column;gap:3px}.te-rv-card__name{font-size:14px;font-weight:700;color:#fff}.te-rv-card__date{font-size:11px;color:#666}.te-rv-card__stars{display:flex;gap:2px}.te-rv-card__stars svg{width:14px;height:14px}.te-rv-card__text{font-size:13px;color:#bbb;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.te-rv-card__photo{width:100%;border-radius:10px;object-fit:cover;max-height:160px;border:1px solid #222}.te-rv-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.te-rv-card__verified{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:600;letter-spacing:.05em;color:#c9a84c;text-transform:uppercase}.te-rv-card__verified svg{width:12px;height:12px}.te-rv-card__readmore{font-size:11px;color:#c9a84c;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.te-rv-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:99999;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.te-rv-modal.active{display:flex;animation:teRvFadeIn .25s ease}@keyframes teRvFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.te-rv-modal__box{background:#111;border:1px solid #C9A84C;border-radius:20px;max-width:560px;width:100%;max-height:88vh;overflow-y:auto;padding:32px;position:relative;scrollbar-width:thin;scrollbar-color:#C9A84C #1a1a1a}.te-rv-modal__box::-webkit-scrollbar{width:4px}.te-rv-modal__box::-webkit-scrollbar-track{background:#1a1a1a}.te-rv-modal__box::-webkit-scrollbar-thumb{background:#c9a84c;border-radius:4px}.te-rv-modal__close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:#1a1a1a;border:1px solid #333;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;line-height:1}.te-rv-modal__close:hover{background:#c9a84c;color:#000;border-color:#c9a84c}.te-rv-modal__top{display:flex;align-items:center;gap:14px;margin-bottom:20px}.te-rv-modal__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #C9A84C;flex-shrink:0}.te-rv-modal__avatar-placeholder{width:60px;height:60px;border-radius:50%;background:#1a1a1a;border:2px solid #C9A84C;display:flex;align-items:center;justify-content:center;color:#c9a84c;font-size:22px;font-weight:700;flex-shrink:0}.te-rv-modal__name{font-size:17px;font-weight:700;color:#fff;margin-bottom:3px}.te-rv-modal__date{font-size:12px;color:#666;margin-bottom:5px}.te-rv-modal__stars{display:flex;gap:3px}.te-rv-modal__stars svg{width:17px;height:17px}.te-rv-modal__text{font-size:15px;color:#ccc;line-height:1.75;margin-bottom:22px;white-space:pre-wrap}.te-rv-modal__media{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-bottom:22px}.te-rv-modal__media img{width:100%;border-radius:10px;object-fit:cover;aspect-ratio:1/1;border:1px solid #222;cursor:zoom-in;transition:border-color .2s}.te-rv-modal__media img:hover{border-color:#c9a84c}.te-rv-modal__media video{width:100%;border-radius:10px;border:1px solid #222;aspect-ratio:9/16;object-fit:cover;max-height:260px}.te-rv-modal__verified{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.06em;color:#c9a84c;text-transform:uppercase;padding-top:16px;border-top:1px solid #222}.te-rv-modal__verified svg{width:14px;height:14px}.te-rv-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f5;z-index:999999;align-items:center;justify-content:center}.te-rv-lightbox.active{display:flex}.te-rv-lightbox img{max-width:90vw;max-height:90vh;border-radius:10px;object-fit:contain}.te-rv-lightbox__close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;font-size:38px;cursor:pointer;line-height:1}@media(max-width:600px){.te-rv-card{flex:0 0 260px;padding:16px}.te-reviews{padding:50px 16px}.te-rv-modal__box{padding:20px}}.te-reviews{position:relative}.te-rv-arrow{position:absolute;top:55%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:50%;border:1px solid #C9A84C;background:#111;color:#c9a84c;font-size:34px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.te-rv-arrow--left{left:22px}.te-rv-arrow--right{right:22px}.te-rv-arrow:hover{background:#c9a84c;color:#000}@media(max-width:768px){.te-rv-arrow{width:38px;height:38px;font-size:28px}.te-rv-arrow--left{left:8px}.te-rv-arrow--right{right:8px}}.vs-section{padding:80px 20px;background:linear-gradient(135deg,#fafafa,#f5f5f5)}.vs-section__header{text-align:center;margin-bottom:60px}.vs-section__title{font-size:3rem;font-weight:600;color:#1a1a1a;margin:0 0 15px;letter-spacing:-.5px}.vs-section__subtitle{font-size:1rem;color:#666;letter-spacing:1px;font-weight:500}.vs-slider-wrapper{max-width:1120px;margin:0 auto;overflow:hidden;position:relative;cursor:grab;-webkit-user-select:none;user-select:none}.vs-slider-wrapper.is-dragging{cursor:grabbing}.vs-slider-track{display:flex;gap:20px;padding:10px 0;width:max-content;animation:vsScroll 30s linear infinite}.vs-slider-wrapper:hover .vs-slider-track{animation-play-state:paused}.vs-slider-wrapper.is-dragging .vs-slider-track{animation:none!important}@keyframes vsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.vs-card{flex:0 0 260px;border-radius:16px;overflow:hidden;position:relative;aspect-ratio:9 / 16;background:#111;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.vs-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.vs-card video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.vs-nav{display:none!important}.vs-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;z-index:9999;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.vs-modal.active{display:flex;animation:vsFadeIn .3s ease}@keyframes vsFadeIn{0%{opacity:0}to{opacity:1}}.vs-modal__inner{position:relative;width:100%;max-width:420px;aspect-ratio:9 / 16}.vs-modal__close{position:absolute;top:-44px;right:0;background:none;border:none;color:#fff;font-size:34px;cursor:pointer;padding:0;opacity:.8;transition:opacity .2s}.vs-modal__close:hover{opacity:1}.vs-modal__iframe{width:100%;height:100%;border:none;border-radius:12px;display:none}.vs-modal__mp4{width:100%;height:100%;object-fit:cover;border-radius:12px;display:none}@media(max-width:768px){.vs-section{padding:50px 15px}.vs-section__title{font-size:2rem}.vs-card{flex:0 0 180px}}
/*# sourceMappingURL=/cdn/shop/t/15/compiled_assets/styles.css.map */
