/* Ecanecas — Queridinhas */
.ecq-wrapper{width:100%;position:relative}
.ecq-carousel{display:flex;align-items:center;gap:12px;position:relative}
.ecq-viewport{flex:1 1 auto;min-width:0;overflow:hidden}
.ecq-track{display:flex;gap:20px;transition:transform .35s ease;will-change:transform}
.ecq-card{flex:0 0 calc((100% - 60px)/4);min-width:0;text-align:center;box-sizing:border-box}
.ecq-image-link{display:block;text-decoration:none!important}
.ecq-image{background:#fff;overflow:hidden}
.ecq-product-image{display:block;width:100%;height:auto;margin:0 auto}
.ecq-category{margin-top:18px;font-size:10px;line-height:1.2;text-transform:uppercase;color:#999}
.ecq-title{margin:7px 0 5px;font-family:Poppins,Arial,sans-serif;font-size:15px;line-height:1.25;font-weight:500}
.ecq-title a{color:#111!important;text-decoration:none!important}
.ecq-price{font-family:Poppins,Arial,sans-serif;font-size:17px;line-height:1.2;font-weight:700;color:#222}
.ecq-price del{opacity:.55;font-weight:400}
.ecq-arrow{flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid #aaa;border-radius:50%;background:#fff;color:#777;font-size:30px;font-weight:300;line-height:38px;cursor:pointer;transition:all .2s ease;z-index:2}
.ecq-arrow:hover{background:#8b6de8;border-color:#8b6de8;color:#fff}
.ecq-arrow:disabled{opacity:.35;cursor:default}
.ecq-more{text-align:center;margin-top:30px}
.ecq-more a{display:inline-block;padding:12px 24px;border:1px solid #222;border-radius:3px;font-family:Poppins,Arial,sans-serif;font-size:11px;font-weight:600;line-height:1;letter-spacing:.2px;color:#222!important;text-decoration:none!important;transition:all .2s ease}
.ecq-more a:hover{background:#222;color:#fff!important}
.ecq-loading{min-height:180px;display:flex;align-items:center;justify-content:center;gap:6px}
.ecq-loading span{width:7px;height:7px;border-radius:50%;background:#aaa;animation:ecq-pulse 1s infinite ease-in-out}
.ecq-loading span:nth-child(2){animation-delay:.15s}.ecq-loading span:nth-child(3){animation-delay:.3s}
@keyframes ecq-pulse{0%,80%,100%{transform:scale(.65);opacity:.45}40%{transform:scale(1);opacity:1}}
.ecq-empty{text-align:center;padding:30px 0}
@media(max-width:991px){.ecq-card{flex-basis:calc((100% - 40px)/3)}}
@media(max-width:575px){
.ecq-carousel{gap:8px}.ecq-track{gap:12px}.ecq-card{flex-basis:calc((100% - 12px)/2)}
.ecq-arrow{flex-basis:34px;width:34px;height:34px;font-size:25px;line-height:30px}
.ecq-category{margin-top:12px}.ecq-title{font-size:13px}.ecq-price{font-size:15px}.ecq-more{margin-top:24px}
}
