.hw-icon-block[data-popup-type]:not([data-popup-type=none]){cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.hw-icon-block[data-popup-type]:not([data-popup-type=none]):hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.hw-popup-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px}.hw-popup-modal.active{display:flex}.hw-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hw-popup-content{position:relative;background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.hw-popup-content{padding:25px;max-height:85vh}}.hw-popup-close{position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:32px;cursor:pointer;color:#333;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .3s ease,transform .2s ease;z-index:10}.hw-popup-close:hover{background-color:#f0f0f0;transform:rotate(90deg)}.hw-popup-title{font-size:28px;font-weight:700;margin-bottom:30px;text-align:center;color:#333}@media screen and (max-width:768px){.hw-popup-title{font-size:22px;margin-bottom:20px}}.hw-popup-carousel{width:100%}.hw-carousel-container{position:relative;margin-bottom:30px;background:#f9f9f9;border-radius:8px;overflow:hidden}.hw-carousel-slides{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden}.hw-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease;display:flex;align-items:center;justify-content:center}.hw-carousel-slide.active{opacity:1;z-index:1}.hw-carousel-slide img{width:100%;height:100%;object-fit:contain;padding:20px}.hw-carousel-prev,.hw-carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;font-size:24px;cursor:pointer;padding:15px 20px;z-index:2;transition:background-color .3s ease;box-shadow:0 2px 10px #0000001a}.hw-carousel-prev:hover,.hw-carousel-next:hover{background:#fff}.hw-carousel-prev{left:10px;border-radius:0 8px 8px 0}.hw-carousel-next{right:10px;border-radius:8px 0 0 8px}@media screen and (max-width:768px){.hw-carousel-prev,.hw-carousel-next{padding:10px 15px;font-size:18px}}.hw-carousel-dots{display:flex;justify-content:center;gap:10px;padding:15px 0;background:#f9f9f9}.hw-carousel-dot{width:12px;height:12px;border-radius:50%;background:#ccc;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.hw-carousel-dot:hover{background:#999;transform:scale(1.2)}.hw-carousel-dot.active{background:#333;transform:scale(1.3)}.hw-carousel-text{margin-top:20px;line-height:1.8;color:#555;font-size:16px}.hw-carousel-text p{margin-bottom:15px}.hw-popup-accordion{width:100%}.hw-accordion-container{display:flex;flex-direction:column;gap:15px}.hw-accordion-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.hw-accordion-item:hover{box-shadow:0 2px 8px #0000001a}.hw-accordion-header{width:100%;padding:18px 20px;background:#f9f9f9;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:18px;font-weight:600;color:#333;text-align:left;transition:background-color .3s ease}.hw-accordion-header:hover{background:#f0f0f0}.hw-accordion-item.active .hw-accordion-header{background:#e8e8e8}.hw-accordion-icon{font-size:24px;font-weight:400;color:#666;transition:transform .3s ease;min-width:24px;text-align:center}.hw-accordion-item.active .hw-accordion-icon{transform:rotate(0)}.hw-accordion-content{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#fff;padding:0 20px}.hw-accordion-item.active .hw-accordion-content{max-height:1000px;padding:20px;border-top:1px solid #e0e0e0}.hw-accordion-content p{margin-bottom:12px;line-height:1.7;color:#555}.hw-accordion-content p:last-child{margin-bottom:0}.hw-popup-testimonials{width:100%}.hw-testimonials-container{display:flex;flex-direction:column;gap:40px}.hw-testimonial-item{display:flex;gap:30px;padding:30px;background:#f9f9f9;border-radius:12px;border-left:4px solid #333;transition:box-shadow .3s ease,transform .3s ease}.hw-testimonial-item:hover{box-shadow:0 5px 20px #0000001a;transform:translate(5px)}.hw-testimonial-image{flex-shrink:0}.hw-testimonial-image img{width:120px;height:120px;object-fit:cover;border-radius:50%;box-shadow:0 4px 15px #0000001a}.hw-testimonial-content{flex:1;display:flex;flex-direction:column;justify-content:center}.hw-testimonial-text{font-size:18px;line-height:1.8;color:#333;margin-bottom:15px;font-style:italic;quotes:""" """ "'" "'"}.hw-testimonial-text p{display:inline}.hw-testimonial-author{font-size:16px;font-weight:600;color:#666;margin-top:10px}@media screen and (max-width:768px){.hw-testimonial-item{flex-direction:column;gap:20px;padding:20px;text-align:center}.hw-testimonial-image{display:flex;justify-content:center}.hw-testimonial-image img{width:100px;height:100px}.hw-testimonial-text{font-size:16px}}.hw-popup-content::-webkit-scrollbar{width:8px}.hw-popup-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hw-popup-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.hw-popup-content::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=/cdn/shop/t/102/assets/hw-icons-with-content-popup.css.map */
