.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:var(--spacing-xl)}.product-card{background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;overflow:hidden;transition:all .3s ease;position:relative;display:flex;flex-direction:column;box-shadow:none}.product-card:hover{opacity:1;transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08);border-color:#e2e2e2}.card-image{position:relative;padding-top:125%;background-color:#f5f5f5;overflow:hidden;border-radius:8px}.card-image a img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important;margin:0!important;transition:transform .5s ease}.product-card:hover .card-image a img{transform:scale(1.03)!important}.product-category-tag{position:absolute;top:0;left:0;padding:6px 12px;color:#fff;font-family: var(--font-body, 'Inter', sans-serif);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom-right-radius:8px;z-index:2}.wishlist-icon{position:absolute;top:12px;right:12px;width:32px;height:32px;background-color:transparent;display:flex;align-items:center;justify-content:center;color:var(--color-text-light,#666);cursor:pointer;transition:all .2s ease;z-index:2;filter:drop-shadow(0 1px 2px rgba(255,255,255,.8))}.wishlist-icon:hover{color:var(--color-orange,#f26522);transform:scale(1.1)}.card-content{padding:16px 10px 20px 10px;flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:0;text-align:center;width:100%}.card-personalize{font-family: var(--font-body, 'Inter', sans-serif);font-size:.75rem;font-weight:600;color:#00875a;text-decoration:none;margin-bottom:4px;display:inline-block;transition:color .2s ease}.card-personalize:hover{color:#064;text-decoration:underline}.product-card .card-title,.product-card .woocommerce-loop-product__title{font-size:.95rem;margin:0;padding:0;line-height:1.4;text-align:center!important;width:100%}.product-card .card-title a{color:var(--color-navy,#0a192f);font-weight:600;text-decoration:none;font-family: var(--font-body, 'Inter', sans-serif);letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.product-card .card-title a:hover{color:#f60}.card-category{display:none}.card-price-subtle,.price-with-pix{font-family: 'Archivo Narrow', var(--font-heading), sans-serif;font-size:16px;font-weight:700;color:#000;text-align:center;line-height:1.3;margin:8px 0 0 0;padding:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;width:100%}.pix-sale-price{font-weight:700;font-size:16px;color:#000}.pix-sale-price .woocommerce-Price-amount{color:#000;font-weight:700;font-size:16px}.pix-label{font-weight:500;font-size:14px;color:#000}.pix-original-price{font-size:14px;font-weight:400;color:#8e8e8e}.pix-original-price del{color:#8e8e8e;text-decoration:line-through;text-decoration-thickness:1px}.pix-original-price .woocommerce-Price-amount{color:#8e8e8e;font-weight:400;font-size:14px}.pix-discount{font-size:12px;font-weight:700;color:#fff;background-color:#eb8534;padding:2px 8px;border-radius:4px;display:inline-flex;align-items:center;letter-spacing:.3px;line-height:1.4}.card-price-subtle .woocommerce-Price-amount,.price-with-pix .woocommerce-Price-amount{color:#000;font-weight:700;font-size:16px}.card-price-subtle .pix-original-price .woocommerce-Price-amount,.price-with-pix .pix-original-price .woocommerce-Price-amount{color:#8e8e8e!important;font-weight:400;font-size:14px}.card-price-subtle del,.price-with-pix del{color:#8e8e8e;font-size:14px;font-weight:400;text-decoration:line-through}.card-price-subtle ins,.price-with-pix ins{text-decoration:none;color:#000;font-weight:700}.card-cta{display:none}.card-action-overlay{width:100%;margin-top:16px}.card-pro-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px;background:transparent;border:1px solid #e0e0e0;border-radius:4px;color:var(--color-navy,#0a192f);font-family: var(--font-body, 'Inter', sans-serif);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.card-pro-btn svg{transition:transform .3s cubic-bezier(.16,1,.3,1)}.card-pro-btn:hover{background:var(--color-navy,#0a192f);border-color:var(--color-navy,#0a192f);color:#fff}.card-pro-btn:hover svg{transform:translateX(4px)}.card-price{display:none}.product-category-tag.tag-destaque{background-color:#eb8534!important}.product-category-tag.tag-sublimacao-total{background-color:#0a192f!important}.product-category-tag.tag-personalizadas{background-color:#5b34a5!important}.product-category-tag.tag-novidade,.product-category-tag.tag-lancamento{background-color:#22a94e!important}.product-category-tag.tag-promocao,.product-category-tag.tag-oferta{background-color:#dc3545!important}@media (min-width:1024px){.products-grid-4{grid-template-columns:repeat(4,1fr)}}@media (max-width:1023px) and (min-width:769px){.card-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.card-grid{grid-template-columns:repeat(2,1fr);gap:14px}.card-content{padding:10px 10px 14px 10px}.card-title{font-size:13px}.card-title a{letter-spacing:-.02em}.card-personalize{font-size:12px}.card-category{font-size:12px}.card-price-subtle,.price-with-pix{font-size:14px}.pix-sale-price,.pix-sale-price .woocommerce-Price-amount{font-size:14px}.pix-original-price,.pix-original-price .woocommerce-Price-amount,.pix-original-price del{font-size:12px}.pix-label{font-size:12px}.pix-discount{font-size:11px;padding:1px 6px}.card-cta{font-size:12px}}