
                .wd-woocommerce-brands {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 15px;
                }
                .wd-brand-item {
                    background: #f9f9f9;
                    padding: 10px;
                    border: 1px solid #e1e1e1;
                    text-align: center;
                    transition: background 0.3s ease;
                }
                .wd-brand-item a {
                    text-decoration: none;
                    color: #333;
                }
                .wd-brand-item:hover {
                    background: #f0f0f0;
                }
            