.loop .row{justify-content:space-between;margin:80px 0 0}.loop .product-card{width:calc(33.33333333% - 15px);font-family:var(--neo-sans-w1g-regular);margin:0;margin-bottom:100px}.loop .product-card .characteristics .item{width:100%;display:flex;margin-bottom:10px}.loop .product-card .characteristics .item div{width:50%;color:var(--cinza-escuro);font-size:16px}.loop .product-card .characteristics .item .label{color:var(--preto)}.loop .product-card figure{width:100%;min-height:390px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-color:var(--cinza-light);border-radius:22px;margin-bottom:30px;position:relative}.loop .product-card figure img{max-width:55%;max-height:55%;padding:28% 0 18%}.loop .product-card figure strong{color:var(--preto);position:absolute;top:60px;left:0;width:100%;text-align:center;font-family:var(--neo-sans-w1g-bold);font-size:24px}.loop .product-card button{width:100%;height:62px;display:flex;border-radius:20px;border:1px solid var(--cinza-ligth4);align-items:center;justify-content:center;gap:20px;text-decoration:none;color:var(--preto);font-size:18px;margin-top:35px;transition:background-color 0.3s ease;background:#fff0}.loop .product-card button img{width:18px}.loop .product-card a{text-decoration:none}.loop .product-card a:hover figure{position:relative;opacity:.8}.loop .product-card a:hover figure::after{content:"";background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3e%3cpath d='M9.23276 10.4569C8.93281 10.7426 8.92123 11.2173 9.2069 11.5172C9.49256 11.8172 9.96729 11.8288 10.2672 11.5431L9.23276 10.4569ZM15.5172 6.5431C15.8172 6.25744 15.8288 5.78271 15.5431 5.48276C15.2574 5.18281 14.7827 5.17123 14.4828 5.4569L15.5172 6.5431ZM14.4828 6.5431C14.7827 6.82877 15.2574 6.81719 15.5431 6.51724C15.8288 6.21729 15.8172 5.74256 15.5172 5.4569L14.4828 6.5431ZM10.2672 0.456897C9.96729 0.171232 9.49256 0.182811 9.2069 0.482759C8.92123 0.782706 8.93281 1.25744 9.23276 1.5431L10.2672 0.456897ZM15 6.75C15.4142 6.75 15.75 6.41421 15.75 6C15.75 5.58579 15.4142 5.25 15 5.25V6.75ZM1 5.25C0.585787 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585787 6.75 1 6.75V5.25ZM10.2672 11.5431L15.5172 6.5431L14.4828 5.4569L9.23276 10.4569L10.2672 11.5431ZM15.5172 5.4569L10.2672 0.456897L9.23276 1.5431L14.4828 6.5431L15.5172 5.4569ZM15 5.25L1 5.25V6.75L15 6.75V5.25Z' fill='black'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;border-radius:22px;background-color:var(--amarelo);background-size:14px;width:60px;height:60px;position:absolute;left:0;bottom:0;display:none}.loop .product-card a:hover .characteristics{opacity:.8}.loop .product-card a:hover button{background:var(--amarelo);transition:background-color 0.3s ease}.loop .pagination{display:flex;justify-content:center;gap:10px}.loop .pagination .page-numbers{font-family:var(--neo-sans-w1g-regular);font-size:14px;color:#656565;border-radius:22px;min-width:60px;min-height:60px;display:flex;justify-content:center;align-items:center;text-decoration:none}.loop .pagination .page-numbers:hover{background-color:var(--cinza-light)}.loop .pagination .page-numbers.current{background-color:var(--amarelo);color:var(--preto)}.loop .pagination .prev,.loop .pagination .next{font-family:var(--neo-sans-w1g-regular);font-size:14px;background-color:var(--cinza-light);color:var(--preto);padding:10px 40px;transition:0.3s}.loop .pagination .prev:hover,.loop .pagination .next:hover{background-color:var(--amarelo)}@media (max-width:1024px){.loop .product-card{width:calc(50% - 15px)}}@media (max-width:768px){.loop .product-card{width:100%}}