.reviews-section{background-color:var(--bg-color);padding:var(--section-padding) 20px;font-family:Playfair Display,Georgia,serif}.reviews-container{max-width:1000px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:30px;display:flex;align-items:center;justify-content:center;gap:30px;flex-wrap:wrap}.reviews-title{font-size:1.6rem;color:var(--heading-color, #1a1a1a);margin:0;font-weight:400;letter-spacing:2px;text-transform:uppercase}.reviews-summary{display:flex;align-items:center;gap:12px;white-space:nowrap}.stars-display{display:flex;gap:4px}.star{font-size:1.1rem;color:var(--accent-color, #D4AF37)}.star.filled{color:var(--accent-color, #D4AF37)}.star.empty{color:#d0d0d0}.reviews-count{color:#666;font-size:.9rem;font-style:italic}.reviews-slider-wrapper{position:relative;padding:0 50px}.reviews-slider{position:relative;overflow:hidden;height:320px;display:flex;align-items:center}.review-card{display:none;background:#fff;padding:25px;border-radius:12px;box-shadow:0 5px 25px #0000000f;max-width:700px;width:100%;border:1px solid rgba(212,175,55,.1);height:280px;overflow:hidden;opacity:0;transform:translate(30px);position:absolute;left:0;right:0;margin:0 auto}.review-card.active{display:flex;flex-direction:column;opacity:1;transform:translate(0);animation:slideIn .5s ease forwards}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:10px}.reviewer-info{display:flex;align-items:center;gap:12px}.reviewer-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,var(--accent-color, #D4AF37),#f4e5c2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;font-family:Playfair Display,serif;box-shadow:0 2px 10px #d4af3740;flex-shrink:0}.reviewer-details{display:flex;flex-direction:column;gap:2px}.reviewer-name{font-size:1rem;font-weight:600;color:#1a1a1a;font-family:Playfair Display,serif}.review-rating{display:flex;gap:2px}.review-rating .star{font-size:.85rem}.verified-badge{background:#e8f5e9;color:#2e7d32;padding:3px 12px;border-radius:15px;font-size:.75rem;display:flex;align-items:center;gap:3px;font-weight:500;white-space:nowrap}.review-body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.review-body.with-photo-layout{flex-direction:row;gap:20px}.review-text-wrapper{flex:1;overflow:hidden}.review-text{font-size:.95rem;line-height:1.6;color:#444;margin-bottom:15px;font-style:italic;font-family:Georgia,serif;position:relative;padding-left:15px;border-left:2px solid var(--accent-color, #D4AF37);max-height:120px;overflow-y:auto;word-wrap:break-word;overflow-wrap:break-word}.review-body.with-photo-layout .review-text{margin-bottom:0;max-height:150px}.review-body.with-photo-layout .review-photos{flex-shrink:0;flex-direction:column;gap:10px;margin-bottom:0;max-width:120px}.photo-wrapper:hover{transform:translateY(-3px)}.review-date{color:#999;font-size:.8rem;font-style:italic;margin-top:auto}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:2px solid var(--accent-color, #D4AF37);width:45px;height:45px;border-radius:50%;font-size:1.5rem;color:var(--accent-color, #D4AF37);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 10px #00000014}.slider-btn:hover{background:var(--accent-color, #D4AF37);color:#fff;transform:translateY(-50%) scale(1.1)}.prev-btn{left:0}.next-btn{right:0}.slider-dots{display:flex;justify-content:center;gap:10px;margin-top:20px}.slider-dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--accent-color, #D4AF37);background:transparent;cursor:pointer;transition:all .3s ease;padding:0;min-width:12px}.slider-dot.active{background:var(--accent-color, #D4AF37);transform:scale(1.2)}.slider-dot:hover{background:var(--accent-color, #D4AF37)}.reviews-loading,.reviews-error,.no-reviews{text-align:center;padding:40px 20px;color:#666;font-size:1rem;width:100%}.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--accent-color, #D4AF37);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:10000;justify-content:center;align-items:center;cursor:pointer}.lightbox.active{display:flex}.lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px;box-shadow:0 10px 40px #00000080}.lightbox-close{position:absolute;top:20px;right:40px;color:#fff;font-size:3rem;cursor:pointer;z-index:10001;transition:transform .3s ease}.lightbox-close:hover{transform:scale(1.1)}@media(max-width:768px){.reviews-section{padding:30px 15px}.reviews-header{flex-direction:column;gap:15px}.reviews-title{font-size:1.4rem}.reviews-slider-wrapper{padding:0 40px}.reviews-slider{height:340px}.review-card{height:300px;padding:20px}.review-body.with-photo-layout{flex-direction:column}.review-body.with-photo-layout .review-photos{max-width:100%;flex-direction:row}.review-header{flex-direction:column;align-items:flex-start}.reviewer-avatar{width:40px;height:40px;font-size:1.1rem}.review-text{max-height:80px;font-size:.9rem;margin-bottom:12px}.review-body.with-photo-layout .review-text{max-height:100px}.review-photos{justify-content:flex-start}.photo-wrapper img{width:80px;height:80px}.review-body.with-photo-layout .photo-wrapper img{width:100px;height:100px}.slider-btn{width:38px;height:38px;font-size:1.3rem}}.reviews-section.no-reviews-mode{opacity:.3;pointer-events:none;padding:10px 20px;max-height:80px;overflow:hidden;transition:all .3s ease}.reviews-section.no-reviews-mode .reviews-header{margin-bottom:10px}.reviews-section.no-reviews-mode .reviews-title{font-size:1.2rem}.reviews-section.no-reviews-mode .reviews-slider-wrapper,.reviews-section.no-reviews-mode .slider-dots{display:none}.reviews-section.no-reviews-mode .no-reviews{font-size:.9rem;padding:10px 0;margin:0}.reviews-section.no-reviews-mode:hover{opacity:.5}@media(max-width:768px){.reviews-section{padding:30px 15px}.reviews-header{flex-direction:column;gap:10px}.reviews-title{font-size:1.3rem}.reviews-slider-wrapper{padding:0 35px}.reviews-slider{height:380px}.review-card{height:340px;padding:20px;width:calc(100% - 30px)}.review-header{flex-direction:column;align-items:flex-start;gap:10px}.reviewer-info{width:100%}.reviewer-avatar{width:40px;height:40px;font-size:1.1rem}.reviewer-name{font-size:.95rem}.verified-badge{font-size:.7rem;padding:2px 8px;align-self:flex-start;margin-top:5px}.review-text{max-height:90px;font-size:.85rem;margin-bottom:10px;padding-left:12px}.review-body.with-photo-layout{flex-direction:column;gap:12px}.review-body.with-photo-layout .review-text{max-height:100px}.review-body.with-photo-layout .review-photos{max-width:100%;flex-direction:row;justify-content:flex-start}.photo-wrapper img{width:80px;height:80px}.review-body.with-photo-layout .photo-wrapper img{width:90px;height:90px}.review-date{font-size:.75rem}.slider-btn{width:35px;height:35px;font-size:1.2rem}}@media(max-width:480px){.review-card{height:360px;padding:15px}.review-text{max-height:110px;font-size:.8rem}.review-body.with-photo-layout .review-text{max-height:120px}.photo-wrapper img{width:70px;height:70px}.review-body.with-photo-layout .photo-wrapper img{width:80px;height:80px}}.review-photos{display:flex;gap:10px;margin-bottom:12px;flex-wrap:wrap;align-items:flex-start}.review-body.with-photo-layout .review-photos{flex-shrink:0;flex-direction:column;gap:8px;margin-bottom:0;max-width:120px}.photo-wrapper{position:relative;border-radius:8px;overflow:hidden;box-shadow:0 3px 12px #00000014;transition:transform .3s ease;cursor:pointer;flex-shrink:0}.review-body:not(.with-photo-layout) .review-photos{flex-direction:row;flex-wrap:wrap;justify-content:flex-start;gap:10px}.review-body:not(.with-photo-layout) .photo-wrapper{width:calc(33.333% - 7px);max-width:120px}.review-body:not(.with-photo-layout) .photo-wrapper img{width:100%;height:100px;object-fit:cover}.photo-wrapper img{width:100px;height:100px;object-fit:cover;display:block;border:2px solid white}.review-body.with-photo-layout .photo-wrapper img{width:120px;height:120px}.review-body:not(.with-photo-layout) .review-photos:has(.photo-wrapper:nth-child(n+4)){overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent-color, #D4AF37) transparent}.review-body:not(.with-photo-layout) .review-photos:has(.photo-wrapper:nth-child(n+4)) .photo-wrapper{width:100px;flex-shrink:0}@media(max-width:768px){.review-body:not(.with-photo-layout) .review-photos{gap:8px}.review-body:not(.with-photo-layout) .photo-wrapper{width:calc(50% - 4px);max-width:none}.review-body:not(.with-photo-layout) .photo-wrapper img{height:90px}.review-body:not(.with-photo-layout) .review-photos:has(.photo-wrapper:nth-child(n+3)){flex-wrap:nowrap;overflow-x:auto}.review-body:not(.with-photo-layout) .review-photos:has(.photo-wrapper:nth-child(n+3)) .photo-wrapper{width:90px}.review-body.with-photo-layout .photo-wrapper img{width:90px;height:90px}}.review-photos::-webkit-scrollbar{height:4px}.review-photos::-webkit-scrollbar-track{background:transparent}.review-photos::-webkit-scrollbar-thumb{background:var(--accent-color, #D4AF37);border-radius:2px}
/*# sourceMappingURL=/cdn/shop/t/10/assets/Custom_section-product-reviews.css.map */
