.customer-review-section{padding-top:var(--section-padding-top, 60px);padding-bottom:var(--section-padding-bottom, 60px)}.customer-review-card{max-width:520px;margin-inline:auto;width:100%;background:var(--review-card-bg, #ffffff);border-radius:var(--review-card-radius, 24px);padding:32px 24px}@media(max-width:767.98px){.customer-review-card{padding:24px 16px}}.customer-review__header{text-align:center;margin-bottom:24px}.customer-review__title{margin:0 0 16px}.customer-review__view-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;border-radius:9999px;border:1.5px solid currentColor;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family, inherit);font-weight:500;font-size:1.4rem;text-decoration:none;transition:all .2s ease;cursor:pointer}.customer-review__view-btn:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:translateY(-1px)}.customer-review__experience-wrap{text-align:center;margin:32px 0 24px}.customer-review__exp-title{font-family:var(--font-body-family)!important;font-weight:var(--font-body-weight-bold, 700);font-size:2.2rem;letter-spacing:-.01em;text-transform:none;color:rgba(var(--color-subtext),var(--color-subtext-alpha, 1));margin:0 0 6px;line-height:1.3}.customer-review__exp-subtext{font-size:1.4rem;color:rgba(var(--color-foreground),.7);margin:0 0 16px}.customer-review__stars{display:inline-flex;gap:12px;align-items:center;justify-content:center}.customer-review__star-btn{background:none;border:none;padding:0;cursor:pointer;color:#ffb800;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,color .15s ease;outline:none}.customer-review__star-btn:hover,.customer-review__star-btn:focus-visible{transform:scale(1.25)}.customer-review__star-icon{width:28px;height:28px;fill:none;stroke:#ffb800;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:fill .2s ease,stroke .2s ease}.customer-review__star-btn.is-active .customer-review__star-icon,.customer-review__star-btn.is-hover .customer-review__star-icon{fill:#ffb800;stroke:#ffb800}.customer-review__form{display:flex;flex-direction:column;gap:20px}.customer-review__field{display:flex;flex-direction:column;gap:8px;text-align:left}.customer-review__label{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin:0}.customer-review__input,.customer-review__textarea{width:100%;background:rgba(var(--color-foreground),.05);border:1.5px solid transparent;border-radius:14px;padding:14px 18px;font-size:1.5rem;color:rgb(var(--color-foreground));font-family:inherit;outline:none;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.customer-review__input::placeholder,.customer-review__textarea::placeholder{color:rgba(var(--color-foreground),.45);font-size:1.45rem}.customer-review__input:focus,.customer-review__textarea:focus{background:rgba(var(--color-background),1);border-color:rgb(var(--color-button, 99, 72, 217));box-shadow:0 0 0 3px rgba(var(--color-button, 99, 72, 217),.15)}.customer-review__textarea{min-height:140px;resize:vertical;line-height:1.5}.customer-review__upload-box{border:1.5px dashed rgba(var(--color-button, var(--color-foreground)),.6);background:rgba(var(--color-foreground),.03);border-radius:14px;padding:24px 16px;text-align:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;position:relative}.customer-review__upload-box:hover{background:rgba(var(--color-foreground),.06);border-color:rgb(var(--color-button, var(--color-foreground)))}.customer-review__upload-box.is-dragover{background:rgba(var(--color-foreground),.09);border-color:rgb(var(--color-button, var(--color-foreground)))}.customer-review__upload-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.customer-review__upload-icon{width:26px;height:26px;color:rgb(var(--color-button, var(--color-foreground)))}.customer-review__upload-text{font-size:1.3rem;font-weight:600;color:rgb(var(--color-button, var(--color-foreground)))}.customer-review__file-input{display:none}.customer-review__previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.customer-review__preview-item{position:relative;width:60px;height:60px;border-radius:8px;overflow:hidden;border:1px solid #ddd}.customer-review__preview-item img,.customer-review__preview-item video{width:100%;height:100%;object-fit:cover}.customer-review__preview-remove{position:absolute;top:2px;right:2px;background:#000000b3;color:#fff;border:none;border-radius:50%;width:18px;height:18px;font-size:10px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.customer-review__submit-btn{width:100%;background:var(--review-btn-bg, rgb(var(--color-button, 96, 69, 212)));color:var(--review-btn-text, rgb(var(--color-button-text, 255, 255, 255)));border:none;border-radius:9999px;padding:16px 24px;font-size:1.7rem;font-weight:700;cursor:pointer;margin-top:10px;transition:all .2s ease;box-shadow:0 4px 14px rgba(var(--color-button, 96, 69, 212),.35);display:flex;align-items:center;justify-content:center;gap:8px}.customer-review__submit-btn:hover:not(:disabled){filter:brightness(.92);box-shadow:0 6px 20px rgba(var(--color-button, 96, 69, 212),.45);transform:translateY(-1px)}.customer-review__submit-btn:disabled{opacity:.7;cursor:not-allowed}.customer-review__status{display:none;padding:14px 18px;border-radius:12px;font-size:1.4rem;font-weight:500;text-align:center;margin-top:16px;line-height:1.4}.customer-review__status.is-success{display:block;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.customer-review__status.is-error{display:block;background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.customer-review__spinner{display:none!important;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-radius:50%;border-top-color:#fff;animation:cr-spin .8s linear infinite;margin-left:8px;vertical-align:middle}.customer-review__submit-btn.is-loading .customer-review__spinner{display:inline-block!important}@keyframes cr-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-customer-review.css.map */
