@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&display=swap";#review-app{--rv-radius:10px;box-sizing:border-box;width:100%;max-width:640px;margin:0 auto;padding:3px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#18181b;overflow-x:hidden}#review-app *{box-sizing:border-box}.rv-heading{font-family:Playfair Display,serif;font-size:32px;font-weight:600;margin-bottom:4px}.rv-subheading{font-size:12.5px;color:#8a8a8f;margin-bottom:14px}.rv-summary{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding:14px;background:#fafafa;border-radius:var(--rv-radius);border:1px solid #ececef}.rv-summary-avg{font-size:26px;font-weight:700;line-height:1}.rv-summary-stars{color:#e8a33d;font-size:13px;margin-top:3px}.rv-summary-count{font-size:11.5px;color:#8a8a8f;margin-top:2px}.rv-summary-bars{flex:1;display:flex;flex-direction:column;gap:3px}.rv-bar-row{display:flex;align-items:center;gap:6px;font-size:10.5px;color:#78787d}.rv-bar-track{flex:1;height:6px;background:#ececef;border-radius:3px;overflow:hidden}.rv-bar-fill{height:100%;background:#e8a33d}.rv-tabs{display:flex;background:#eeeef0;border-radius:10px;padding:3px;margin-bottom:18px}.rv-tab{flex:1;padding:8px 0;background:none;border:none;border-radius:8px;font-size:13px;font-weight:600;color:#78787d;cursor:pointer;transition:.15s}.rv-tab.active{background:#fff;color:#18181b;box-shadow:0 1px 3px #00000014}.rv-section{display:none}.rv-section.active{display:block}.rv-card-box{background:#fff;border-radius:14px;padding:18px 18px 0;box-shadow:0 1px 3px #0000000f;border:1px solid #ececef}.rv-form{display:flex;flex-direction:column;gap:12px}.rv-row{display:flex;gap:10px}.rv-row .rv-field{flex:1;min-width:0}.rv-field{display:flex;flex-direction:column;gap:5px}.rv-field label{font-size:11.5px;font-weight:600;color:#54545a}.rv-form input,.rv-form textarea,.rv-form select{width:100%;padding:9px 10px;border:1px solid #e0e0e3;border-radius:8px;font-size:13.5px;font-family:inherit;background:#fff;transition:border-color .15s}.rv-form input:focus,.rv-form textarea:focus,.rv-form select:focus{outline:none;border-color:#18181b}.rv-form textarea{resize:vertical;min-height:70px}.rv-hp{position:absolute;left:-9999px;opacity:0}.rv-photo-row{display:flex;align-items:center;gap:12px}.rv-photo-btn{padding:8px 12px;border:1px dashed #d0d0d4;border-radius:8px;font-size:12px;color:#54545a;cursor:pointer;background:#fafafa;white-space:nowrap;transition:background .15s,border-color .15s}.rv-photo-btn:hover{background:#f2f2f4;border-color:#b8b8bd}.rv-preview{width:52px;height:52px;object-fit:cover;border-radius:8px;display:none;flex-shrink:0}.rv-submit{padding:10px;background:#211d1c;color:#ffd9c8;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:13.5px;margin-top:2px;transition:background .15s}.rv-submit:hover{background:#000}.rv-submit:disabled{opacity:.6;cursor:not-allowed}.rv-status{font-size:12px;min-height:0}.rv-scroll{display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 4px;scroll-snap-type:x proximity;max-width:100%}.rv-scroll::-webkit-scrollbar{height:5px}.rv-scroll::-webkit-scrollbar-thumb{background:#e0e0e3;border-radius:3px}.rv-card{flex:0 0 170px;max-width:170px;scroll-snap-align:start;border:1px solid #ececef;border-radius:10px;padding:12px;background:#fff;display:flex;flex-direction:column;gap:6px;box-shadow:0 1px 2px #0000000a;transition:box-shadow .15s,transform .15s}.rv-card img{width:100%;height:90px;object-fit:cover;border-radius:6px;display:block}.rv-stars{color:#e8a33d;font-size:11.5px;letter-spacing:1px}.rv-name{font-weight:600;font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rv-date{font-size:10.5px;color:#9a9a9f}.rv-msg{font-size:11.5px;line-height:1.45;color:#3a3a3d;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rv-empty{color:#9a9a9f;font-size:13px;padding:24px 4px;text-align:center;width:100%}.rv-viewall-btn{width:100%;margin-top:14px;padding:9px;border-radius:8px;border:1px solid #e0e0e3;background:#fff;cursor:pointer;font-size:12.5px;font-weight:600;color:#3a3a3d;transition:background .15s}.rv-viewall-btn:hover{background:#fafafa}.rv-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:9999;align-items:center;justify-content:center;padding:16px}.rv-modal.active{display:flex}.rv-modal-content{background:#fff;border-radius:12px;max-width:440px;width:100%;max-height:80vh;overflow-y:auto;padding:20px;position:relative}.rv-modal-close{position:absolute;top:12px;right:14px;font-size:20px;cursor:pointer;color:#9a9a9f;line-height:1}.rv-all-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.rv-all-list .rv-card{flex:none;max-width:100%;flex-direction:row;align-items:flex-start}.rv-all-list .rv-card img{width:56px;height:56px;flex-shrink:0}.rv-modal-title{font-size:15px;font-weight:700;margin:0}@media(min-width:768px){#review-app{max-width:820px;padding:24px 24px 40px}.rv-heading{font-size:38px}.rv-subheading{font-size:13.5px;margin-bottom:22px}.rv-tabs{max-width:360px;margin-bottom:24px}.rv-summary{padding:20px 22px;gap:22px;margin-bottom:24px}.rv-summary-avg{font-size:34px}.rv-card-box{padding:28px 28px 4px;border-radius:16px}.rv-form{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}.rv-photo-row,.rv-form textarea,.rv-submit,.rv-status{grid-column:1 / -1}.rv-form .rv-row{display:contents}.rv-form input,.rv-form select{padding:10px 12px;font-size:14px}.rv-form textarea{min-height:110px;font-size:14px}.rv-submit{padding:12px;font-size:14.5px}.rv-card{flex:0 0 200px;max-width:200px}.rv-card img{height:110px}.rv-viewall-btn{max-width:280px;margin-left:auto;margin-right:auto}}@media(min-width:1024px){#review-app{max-width:920px}.rv-card{flex:0 0 220px;max-width:220px}}@media(max-width:400px){.rv-card{flex:0 0 140px;max-width:140px}.rv-row{flex-direction:column;gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/product-reviews.css.map */
