@keyframes slideIn{0%{right:-100vw}to{right:0}}.create-review-drawer{display:none;position:fixed;max-width:390px;top:0;right:-100vw;width:100vw;height:100dvh;background-color:var(--light4);z-index:10;flex-direction:column;transition:right .6s ease-in-out,display .6s ease-in-out;transition-behavior:allow-discrete}.create-review-drawer.open{display:flex;animation:slideIn .6s ease-in;right:0;overflow-y:scroll;box-shadow:0 0 20px #0000001a,0 4px 4px #00000040}.create-review-drawer .header{display:flex;justify-content:space-between;width:100%;align-items:center;padding:16px 20px}.create-review-drawer .content{padding:40px 20px 16px;height:100%;display:flex;flex-direction:column}.create-review-drawer .hidden{display:none}.create-review-drawer .fit-scale{margin-bottom:16px}.create-review-drawer .scale{margin:12px 0 8px;display:flex;gap:2px}.create-review-drawer .scale-bar{width:100%;height:4px;background-color:var(--grey3);cursor:pointer;transition:background-color .3s ease-in-out}.create-review-drawer .scale-bar:hover,.create-review-drawer .scale-bar.sheer-value{background-color:var(--dark2)}.create-review-drawer .range{display:flex;justify-content:space-between}.create-review-drawer .input-container{border-bottom:1px solid var(--grey2);margin-bottom:16px}.create-review-drawer .review-input{width:100%;padding:8px}.create-review-drawer .input-container:has(textarea){border-bottom:none}.create-review-drawer .input-container textarea{height:140px;font-family:var(--font-light-italic);font-size:16px;border:1px solid var(--grey2)}.create-review-drawer .stars-container{display:flex;flex-direction:row-reverse;justify-content:flex-end}.create-review-drawer .star{width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer}.create-review-drawer .stars-container svg{width:40px;height:40px}.create-review-drawer .star svg path{fill:none;stroke:var(--dark);stroke-width:1px;transition:fill .3s ease-in-out}.create-review-drawer .star:hover svg path,.create-review-drawer .star:hover~.star svg path,.create-review-drawer .star.selected svg path{fill:var(--dark);stroke:var(--dark);stroke-width:1px}.create-review-drawer .stars-rating{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.create-review-drawer .button-secondary{margin-bottom:16px}.create-review-drawer .button-primary{opacity:0;pointer-events:none;cursor:none;transition:opacity .3s ease-in-out}.create-review-drawer .button-primary.show{opacity:1;pointer-events:auto;cursor:pointer;margin-top:auto}.create-review-drawer .icon-close{cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/35/assets/create-review.css.map */
